We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb615e9 commit 3cd6658Copy full SHA for 3cd6658
1 file changed
PWGUD/Core/FITCutParHolder.h
@@ -9,12 +9,12 @@ class FITCutParHolder
9
public:
10
// constructor
11
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.)
+ float thr1_FV0A = 8.,
+ float thr1_FT0A = 8.,
+ float thr1_FT0C = 8.,
+ float thr2_FV0A = 20.,
+ float thr2_FT0A = 20.,
+ float thr2_FT0C = 20.)
18
: mSaveFITbitsets{saveFITbitsets},
19
mThr1FV0A{thr1_FV0A},
20
mThr1FT0A{thr1_FT0A},
0 commit comments