ProtoDUNE_opdet_eventdisplay.fcl
Go to the documentation of this file.
1 #include "opticaldetectormodules.fcl"
2 #include "sspmodules.fcl"
3 
4 BEGIN_PROLOG
5 
6 
7 standard_ProtoDUNE_opdet_eventdisplay:
8 {
9  module_type: "OpVisAna"
10  OpFlashModuleLabel: "opflash"
11  OpHitModuleLabel: "ophit"
12  YMin: -50
13  YMax: 50
14  ZMin: 0
15  ZMax: 1200
16 
17  MakeFlashTimeHist: false
18  MakeFlashPosHist: false
19  MakePerFlashHists: false
20 
21  MakePerFlashTree: true
22  MakePerOpHitTree: true
23  MakeFlashBreakdownTree: true
24  MakeFlashHitMatchTree: true
25  MakePerEventFlashTree: false
26 
27 }
28 END_PROLOG