protoDUNE_optical_ana.fcl
Go to the documentation of this file.
1 #
2 # Runs OpDet reco object analyzers on ART files produced by standard reco
3 # or the Optical Detector reco for protoDUNE data
4 #
5 
6 #include "services_dune.fcl"
7 #include "opticaldetectormodules_dune.fcl"
8 
9 
10 process_name: OpDetAnalysis
11 
12 services:
13 {
14  # Load the service that manages root files for histograms.
15  TFileService: { fileName: "%ifb_opana_hist.root" }
16  TimeTracker: {}
17  @table::protodune_services
18  message: @local::standard_info
19 }
20 
21 
22 source:
23 {
24  module_type: RootInput
25  maxEvents : 1000
26 }
27 
28 
29 physics:
30 {
31 
32  producers:
33  {
34  }
35 
36  analyzers:
37  {
38  opflashanaInternal: @local::standard_opflashana
39  opflashanaExternal: @local::standard_opflashana
40  }
41 
42  analyzeIt: [opflashanaInternal, opflashanaExternal]
43 
44 
45  #trigger_paths is a keyword and contains the paths that modify the art::event,
46  #ie filters and producers
47  trigger_paths: []
48 
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]
52 }
53 
54 physics.analyzers.opflashanaInternal.OpHitModuleLabel: "ophitInternal"
55 physics.analyzers.opflashanaInternal.OpFlashModuleLabel: "opflashInternal"
56 physics.analyzers.opflashanaExternal.OpHitModuleLabel: "ophitExternal"
57 physics.analyzers.opflashanaExternal.OpFlashModuleLabel: "opflashExternal"
58 
59