We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cecfae + 4b3c3f2 commit 9ebc237Copy full SHA for 9ebc237
PWGLF/Tasks/Resonances/phi1020analysis.cxx
@@ -226,7 +226,7 @@ struct phi1020analysis {
226
227
double massKa = o2::constants::physics::MassKPlus;
228
229
- // Centralicity estimator selection
+ // Centralicity estimator selection
230
template <typename Coll>
231
float centEst(Coll collisions)
232
{
@@ -399,7 +399,7 @@ struct phi1020analysis {
399
tofPIDPassed = true;
400
}
401
if (!candidate.hasTOF()) {
402
- //std::cout << candidate.tofNSigmaKa() << std::endl;
+ // std::cout << candidate.tofNSigmaKa() << std::endl;
403
404
405
if (tpcPIDPassed && tofPIDPassed) {
0 commit comments