Skip to content

Commit 3cd6658

Browse files
committed
Set default thresholds for the FIT bits
1 parent cb615e9 commit 3cd6658

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

PWGUD/Core/FITCutParHolder.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ class FITCutParHolder
99
public:
1010
// constructor
1111
FITCutParHolder(bool saveFITbitsets = true,
12-
float thr1_FV0A = 50.,
13-
float thr1_FT0A = 50.,
14-
float thr1_FT0C = 50.,
15-
float thr2_FV0A = 100.,
16-
float thr2_FT0A = 100.,
17-
float thr2_FT0C = 100.)
12+
float thr1_FV0A = 8.,
13+
float thr1_FT0A = 8.,
14+
float thr1_FT0C = 8.,
15+
float thr2_FV0A = 20.,
16+
float thr2_FT0A = 20.,
17+
float thr2_FT0C = 20.)
1818
: mSaveFITbitsets{saveFITbitsets},
1919
mThr1FV0A{thr1_FV0A},
2020
mThr1FT0A{thr1_FT0A},

0 commit comments

Comments
 (0)