1 #include "services_microboone.fcl"
2 #include "opticaldetectormodules.fcl"
4 standard_opticalrecoana:
6 module_type: "OpticalRecoAna"
14 microboone_opticalrecoana: @local::standard_opticalrecoana
16 processname:OptcialRecoAnaProcess
20 # Load the service that manages root files for histograms.
21 TFileService: { fileName: "OpticalRecoAna.root" }
23 MemoryTracker: { } # default is one
24 RandomNumberGenerator: {} #ART native random number generator
25 @table::microboone_services
28 #Start each new event with an empty event.
31 maxEvents: 10 # Number of events to run over
40 module_type: RootOutput
41 fileName: "OpticalRecoAna.root" #default file name, can override from command line with -o or --output
45 # Define and configure some modules to do work on each event.
46 # First modules are defined; they are scheduled later.
47 # Modules are grouped by type.
60 OpticalRecoAnaBezierTracks: @local::microboone_opticalrecoana
61 OpFlashAna: @local::standard_opflashana
64 ana: [ OpticalRecoAnaBezierTracks, OpFlashAna ]
66 #end_paths is a keyword and contains the paths that do not modify the art::Event,
67 #ie analyzers and output streams. these all run simultaneously
71 physics.analyzers.OpticalRecoAnaBezierTracks.TrackModule: "beziertracker"
72 physics.analyzers.OpticalRecoAnaBezierTracks.FlashModule: "opflash"
73 physics.analyzers.OpFlashAna.MakeFlashTimeHist: true
74 physics.analyzers.OpFlashAna.MakeFlashPosHist: true
75 physics.analyzers.OpFlashAna.MakePerFlashHists: true