#include "atmo_configure_common.h"Go to the source code of this file.
Functions | |
| void | atmo_configure_mc (JobCPath &reroot, JobCPath &ana) |
|
||||||||||||
|
Definition at line 3 of file atmo_configure_mc.h. References atmo_configure_common(), JobCPath::Mod(), JobCModule::Report(), and JobCModule::Set(). 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