Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Cedar_phy/restructure-chris/headers/reroot/reroot_configure.h

Go to the documentation of this file.
00001 void reroot_configure(JobCPath& reroot, TString gev_per_mip)
00002 {
00004   //Configure Reconstruction Software for Near Det MC "Spill" data .
00005   // For a full description of the different possible module options see the
00006   //   Document:  ConfigOptions.txt
00007 
00008   //Setting modifications for neardet-PhotonTransport
00009   //explicitly set the value of GeVPerMip
00010   JobCModule& photon=reroot.Mod("PhotonTransport");
00011   photon.Set("GeVPerMip="+gev_per_mip);
00012 }

Generated on Mon Feb 15 11:07:31 2010 for loon by  doxygen 1.3.9.1