[FIT] Separate Trigger class and make it common for FT0, FV0 and FDD.…#8543
[FIT] Separate Trigger class and make it common for FT0, FV0 and FDD.…#8543shahor02 merged 2 commits intoAliceO2Group:devfrom
Conversation
3f50d96 to
cc40244
Compare
AllaMaevskaya
left a comment
There was a problem hiding this comment.
I like your changes. The only thing I don't agree is
static const int16_t DEFAULT_TIME = -127; // for average/8 of one side (A or C)
- average time should not be divided by 8, only sum amplitude does;
- -127 is too sharp threshold, if we want vertex cut +-50cm we will be out of this. Time channels are from -2048 to +2048, so let set number out of this
Good catch - I modified the comment. Thanks!
Actually, I reverted it back to the previous value (-5000) |
… Fix Trigger class initial values.
|
Hi @shahor02 |
|
@shahor02 - thanks for the hint. Now I've tested it using: |
… Fix Trigger class initial values.