2 # Runs OpDet reco object analyzers on ART files produced by standard reco
3 # or the Optical Detector reco for protoDUNE data
6 #include "services_dune.fcl"
7 #include "opticaldetectormodules_dune.fcl"
10 process_name: OpDetAnalysis
14 # Load the service that manages root files for histograms.
15 TFileService: { fileName: "%ifb_opana_hist.root" }
17 @table::protodune_services
18 message: @local::standard_info
24 module_type: RootInput
38 opflashanaInternal: @local::standard_opflashana
39 opflashanaExternal: @local::standard_opflashana
42 analyzeIt: [opflashanaInternal, opflashanaExternal]
45 #trigger_paths is a keyword and contains the paths that modify the art::event,
46 #ie filters and producers
49 #end_paths is a keyword and contains the paths that do not modify the art::Event,
50 #ie analyzers and output streams. these all run simultaneously
51 end_paths: [analyzeIt]
54 physics.analyzers.opflashanaInternal.OpHitModuleLabel: "ophitInternal"
55 physics.analyzers.opflashanaInternal.OpFlashModuleLabel: "opflashInternal"
56 physics.analyzers.opflashanaExternal.OpHitModuleLabel: "ophitExternal"
57 physics.analyzers.opflashanaExternal.OpFlashModuleLabel: "opflashExternal"