FlashMatchAna.fcl
Go to the documentation of this file.
1 #include "opticaldetectormodules.fcl"
2 
3 BEGIN_PROLOG
4 
5 standard_flashmatchana:
6 {
7  module_type: "FlashMatchAna"
8  OpFlashModuleLabel: "opflash"
9  OpHitModuleLabel: "ophit"
10  SignalLabel: "generator"
11  GeantLabel: "largeant"
12  DistanceCut: 240 # cm
13  NBinsE: 50
14  LowE: 0
15  HighE: 5
16  NBinsX: 50
17  LowX: -360
18  HighX: 360
19 }
20 
21 
22 marley_flashmatchana: @local::standard_flashmatchana
23 marley_flashmatchana.SignalLabel: "marley"
24 
25 END_PROLOG