SiPMReadout.fcl
Go to the documentation of this file.
1 #include "SiPMReadoutSimAlg.fcl"
2 
3 BEGIN_PROLOG
4 
5 standard_sipmreadout:
6 {
7  module_type: "SiPMReadout"
8  G4ModuleLabel: "geant"
9  InstanceLabelName: "ECAL"
10  ReadoutSimAlgPars: @local::standard_ecalreadoutsimalg
11 }
12 
13 standard_sipmreadout_muid:
14 {
15  module_type: "SiPMReadout"
16  G4ModuleLabel: "geant"
17  InstanceLabelName: "MuID"
18  ReadoutSimAlgPars: @local::standard_muidreadoutsimalg
19 }
20 
21 END_PROLOG