Skip to content

Commit 95bf668

Browse files
author
sandeep dudi
committed
Track Time resolution configurable is added for TPC only track in MC
1 parent fcba891 commit 95bf668

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGLF/Tasks/Nuspex/spectraKinkPiKa.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ struct SpectraKinkPiKa {
834834
v0.SetCoordinates(mothTrack.px(), mothTrack.py(), mothTrack.pz(), o2::constants::physics::MassKaonCharged);
835835

836836
double radiusxy = std::sqrt(kinkCand.xDecVtx() * kinkCand.xDecVtx() + kinkCand.yDecVtx() * kinkCand.yDecVtx());
837-
// std::cout<<"radius check: "<<radiusxy<<std::endl;
838837
if (radiusxy < minradius || radiusxy > maxradius)
839838
continue;
840839
if (dradiusCrossrow && (mothTrack.tpcNClsFound() > (-31.67 + ((11.0 / 12.0) * radiusxy)) || mothTrack.tpcNClsFound() < (-85.5 + ((65.0 / 95.0) * radiusxy))))

0 commit comments

Comments
 (0)