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 }
1.3.9.1