Skip to content

Commit 4b3c3f2

Browse files
committed
Please consider the following formatting changes
1 parent 6cecfae commit 4b3c3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Resonances/phi1020analysis.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ struct phi1020analysis {
226226

227227
double massKa = o2::constants::physics::MassKPlus;
228228

229-
// Centralicity estimator selection
229+
// Centralicity estimator selection
230230
template <typename Coll>
231231
float centEst(Coll collisions)
232232
{
@@ -399,7 +399,7 @@ struct phi1020analysis {
399399
tofPIDPassed = true;
400400
}
401401
if (!candidate.hasTOF()) {
402-
//std::cout << candidate.tofNSigmaKa() << std::endl;
402+
// std::cout << candidate.tofNSigmaKa() << std::endl;
403403
}
404404
}
405405
if (tpcPIDPassed && tofPIDPassed) {

0 commit comments

Comments
 (0)