Skip to content

Commit ea28a7e

Browse files
AllaMaevskayashahor02
authored andcommitted
add time cut for T0 participants
1 parent a898381 commit ea28a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/FIT/FT0/reconstruction/src/CollisionTimeRecoTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ o2::ft0::RecPoints CollisionTimeRecoTask::process(o2::ft0::Digit const& bcd,
5252
inChData[ich].ChainQTC};
5353

5454
// only signals with amplitude participate in collision time
55-
if (outChData[ich].QTCAmpl > 0) {
55+
if (outChData[ich].QTCAmpl > 0 && std::abs(outChData[ich].CFDTime) < 2000) {
5656
if (outChData[ich].ChId < nMCPsA) {
5757
sideAtime += outChData[ich].CFDTime;
5858
ndigitsA++;

0 commit comments

Comments
 (0)