Skip to content

Commit 16cf595

Browse files
authored
Increase space in hitdumper for CRT
We ran into this as a problem in the nearline monitoring. Like the other systems we want a much higher limit for these parameters so that it only kicks in for a strange noise event or similar - not cutting genuine physics we want to look at.
1 parent 1b85724 commit 16cf595

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sbndcode/Commissioning/fcls/hitdumpermodule.fcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ hitdumper:
99
MaxHits: 100000
1010
MaxOpHits: 100000
1111
MaxSamples: 5001
12-
MaxCRTStripHits: 5000
13-
MaxCRTSpacePoints: 500
14-
MaxCRTTracks: 100
12+
MaxCRTStripHits: 10000
13+
MaxCRTSpacePoints: 10000
14+
MaxCRTTracks: 10000
1515

1616
DigitModuleLabel: "daq"
1717
HitsModuleLabel: "fasthit"

0 commit comments

Comments
 (0)