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

atmo_configure_mc.h

Go to the documentation of this file.
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 }

Generated on Mon Feb 15 11:06:23 2010 for loon by  doxygen 1.3.9.1