Skip to content

Commit d01a84d

Browse files
Merge pull request #525 from SBNSoftware/feature/acastill_ophitfinder_raw_data
Update ophitfinder parameters to run on raw waveforms
2 parents f20c7fe + db932a6 commit d01a84d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

sbndcode/OpDetReco/OpHit/job/ophit_finder_sbnd.fcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ sbnd_ophit_finder_pmt.SPEArea: 66.33 # It's 66.33 ADC = 132.66 ADCxns x 0.5ns^-1
3333
# and is 317.1 ADC = 634.2 ADCxns x 0.5ns^-1
3434
# for the test bench response,
3535
# where 0.5 is the sampling rate
36-
sbnd_ophit_finder_pmt.PedAlgoPset.PedRangeMax: 14749 #bear: update to 14k baseline
37-
sbnd_ophit_finder_pmt.PedAlgoPset.PedRangeMin: 14741 #bear: update to 14k baseline
36+
sbnd_ophit_finder_pmt.PedAlgoPset.PedRangeMax: 14260 #acastill: update to 14k baseline
37+
sbnd_ophit_finder_pmt.PedAlgoPset.PedRangeMin: 14240 #acastill: update to 14k baseline
3838
sbnd_ophit_finder_pmt.PedAlgoPset.Threshold: 1.7
3939
sbnd_ophit_finder_pmt.PedAlgoPset.MaxSigma: 1.7
40-
sbnd_ophit_finder_pmt.HitAlgoPset.ADCThreshold: 13 #bear: update to 14k baseline (noise is larger too)
40+
sbnd_ophit_finder_pmt.HitAlgoPset.ADCThreshold: 25 #acastill: update to ~2PE level
4141

4242
#
4343
# OpHit for XArapuca - Configuration

sbndcode/Trigger/PMT/pmtArtdaqFragmentProducer.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pmtArtdaqFragmentProducer:
55
module_type: "pmtArtdaqFragmentProducer"
66
InputModuleNameWvfm: "opdaq"
77
InputModuleNameTrigger: "pmttriggerproducer"
8-
Baseline: 14745 # new baseline
8+
Baseline: 14250 # new baseline
99
MultiplicityThreshold: 10
1010
BeamWindowLength: 1.8 # us, extended by 0.2us to account for delayed signals
1111
nChannelsFrag: 15

sbndcode/Trigger/PMT/pmtsoftwaretriggerproducer.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pmtSoftwareTriggerProducer:
1717
FindPulses: false # if true, will use crude pulse finding algorithm
1818

1919
# metric input parameters
20-
InputBaseline: [14745, 2.0] # in ADC, used if CalculateBaseline is FALSE // first entry is baseline, second entry is baseline error
21-
ADCThreshold: 14705 # in ADC, corresponds to ~5 PE in ideal response, used for CountPMTs (above threshold) **not tuned**
20+
InputBaseline: [14250, 2.0] # in ADC, used if CalculateBaseline is FALSE // first entry is baseline, second entry is baseline error
21+
ADCThreshold: 14185 # in ADC, corresponds to ~5 PE in ideal response, used for CountPMTs (above threshold) **not tuned**
2222
PEArea: 66.33 # conversion factor from ADCxns area to PE count **not tuned**
2323
}
2424

0 commit comments

Comments
 (0)