00001 #include "atmo_configure_common.h" 00002 00003 void atmo_configure_mc(JobCPath& reroot, JobCPath& ana) 00004 { 00005 atmo_configure_common(ana, "ntp.mc.root"); 00006 00007 // configure PhotonTransport 00008 JobCModule& photon = reroot.Mod("PhotonTransport"); 00009 photon.Set("OverallLightOutput=1.00"); 00010 photon.Set("FibreVelocityFudge=1.02"); 00011 00012 reroot.Mod("DetSim").Set("vaTimingWidth=0.12"); 00013 00014 photon.Report(); 00015 }
1.3.9.1