hitfindermodules_microboone.fcl
Go to the documentation of this file.
1 #include "hitfindermodules.fcl"
2 
3 BEGIN_PROLOG
4 
5 microboone_hitfinder: @local::standard_hitfinder
6 microboone_gaushitfinder: @local::gaus_hitfinder
7 microboone_hitfinder.IndMinWidth: 1.0
8 microboone_hitfinder.ColMinWidth: 1.0
9 microboone_gaushitfinder.AreaNorms: [ 13.25, 13.25, 26.31 ]
10 microboone_gaushitfinder.AllHitsInstanceName: ""
11 microboone_gaushitfinder.FilterHits: false
12 
13 # Set gaushit finding thresholds for standard candidate peak finding here
14 microboone_gaushitfinder.HitFinderToolVec.CandidateHitsPlane0.RoiThreshold: 5.
15 microboone_gaushitfinder.HitFinderToolVec.CandidateHitsPlane1.RoiThreshold: 5.
16 microboone_gaushitfinder.HitFinderToolVec.CandidateHitsPlane2.RoiThreshold: 5.
17 
18 microboone_gaushitfinder.HitFilterAlg.MinPulseHeight: [8.0, 7.0, 11.0]
19 microboone_gaushitfinder.HitFilterAlg.MinPulseSigma: [2.2, 1.7, 2.4]
20 
21 
22 microboone_rffhitfinder: @local::rff_hitfinder
23 
24 END_PROLOG