SiPMHitFinder.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_SiPMHitFinder:
4 {
5 module_type: SiPMHitFinder
6 RawDigitLabel: "daqsipm"
7 InstanceLabelName: "ECAL"
8 MIPThreshold: 0.25 # apply this threshold if we don't already have zero-suppressed raw digits
9 Desaturation: true
10 ECALSamplingFactorGeV: 2.726
11 MuIDSamplingFactorGeV: 1.0
12 UseTimePositionReco: false
13 }
14 
15 standard_SiPMHitFinder_MuID:
16 {
17 module_type: SiPMHitFinder
18 RawDigitLabel: "daqsipmmuid"
19 InstanceLabelName: "MuID"
20 MIPThreshold: 0.25 # apply this threshold if we don't already have zero-suppressed raw digits
21 Desaturation: true
22 ECALSamplingFactorGeV: 2.726
23 MuIDSamplingFactorGeV: 1.0
24 UseTimePositionReco: false
25 }
26 
27 END_PROLOG