SiPMReadoutSimAlg.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_ecalreadoutsimalg:
4 {
5  ReadoutSimType: Standard_ECAL
6  AddNoise: true # add noise hits
7  Saturation: true # do SiPM saturation
8  TimeSmearing: true # perform time smearing
9 }
10 
11 standard_muidreadoutsimalg:
12 {
13  ReadoutSimType: Standard_MuID
14  AddNoise: true # add noise hits
15  Saturation: true # do SiPM saturation
16  TimeSmearing: true # perform time smearing
17 }
18 
19 
20 END_PROLOG