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 File Reference

#include "atmo_configure_common.h"

Go to the source code of this file.

Functions

void atmo_configure_mc (JobCPath &reroot, JobCPath &ana)


Function Documentation

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 }


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