Skip to content

Commit dcaa834

Browse files
committed
Disable pusle trains.
1 parent 5d72451 commit dcaa834

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

icaruscode/TPC/SignalProcessing/HitFinder/hitfindermodules_icarus.fcl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ icarus_hitfinder:
1717
MaxMultiHit: 3 # maximum hits for multi fit
1818
Chi2NDF: 10. # maximum Chisquared / NDF allowed for a hit to be saved (Set very high by default)
1919
LongPulseWidth: [ 16, 16, 16] # max widths for hits in long pulse trains
20-
LongMaxHits: [ 10, 10, 10] # max number hits in long pulse trains
20+
LongMaxHits: [ 1, 1, 1] # max number hits in long pulse trains
2121
MinWidth: 1.
2222
MaxWidthMult: 3.
2323
FittingRange: 35
@@ -35,7 +35,7 @@ mixed_hitfinder:
3535
MaxMultiHit: 3 # maximum hits for multi fit
3636
Chi2NDF: 10. # maximum Chisquared / NDF allowed for a hit to be saved (Set very high by default)
3737
LongPulseWidth: [ 16, 16, 16] # max widths for hits in long pulse trains
38-
LongMaxHits: [ 10, 10, 10] # max number hits in long pulse trains
38+
LongMaxHits: [ 1, 1, 1] # max number hits in long pulse trains
3939
MinWidth: 1.
4040
MaxWidthMult: 3.
4141
FittingRange: 35
@@ -70,7 +70,7 @@ gaus_hitfinder_icarus.Chi2NDF:
7070
gaus_hitfinder_icarus.PeakFitter.MinWidth: 1
7171
gaus_hitfinder_icarus.PeakFitter.FloatBaseline: false
7272
gaus_hitfinder_icarus.PeakFitter.tool_type: "PeakFitterMrqdt"
73-
gaus_hitfinder_icarus.LongMaxHits: [25, 25, 25]
73+
gaus_hitfinder_icarus.LongMaxHits: [1, 1, 1]
7474
gaus_hitfinder_icarus.LongPulseWidth: [10, 10, 10]
7575

7676
# Keeping these here even though not used in case we want to know working values for testing
@@ -114,6 +114,7 @@ gausshit_sbn.HitFinderToolVec.CandidateHitsPlane1.RoiThreshold:
114114
gausshit_sbn.HitFinderToolVec.CandidateHitsPlane2: @local::candhitfinder_standard
115115
gausshit_sbn.HitFinderToolVec.CandidateHitsPlane2.Plane: 2
116116
gausshit_sbn.HitFinderToolVec.CandidateHitsPlane2.RoiThreshold: 9.
117+
gausshit_sbn.LongMaxHits: [ 1, 1, 1] # disable pulse trains
117118

118119
icarus_hitconverter:
119120
{

0 commit comments

Comments
 (0)