Skip to content

Commit 0937838

Browse files
authored
added comment for mft track acceptance
1 parent 5842163 commit 0937838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/corrSparse.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ struct CorrSparse {
771771
auto theta = std::atan2(r, z);
772772
return -std::log(std::tan(0.5 * theta));
773773
}
774-
774+
//checks if it is an accepted mft track
775775
template <typename TTrack>
776776
bool isAcceptedMftTrack(TTrack const& mftTrack)
777777
{

0 commit comments

Comments
 (0)