We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d928090 commit abd342cCopy full SHA for abd342c
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx
@@ -981,21 +981,21 @@ struct MultiplicityClassifier {
981
982
void processFT0C(aod::CentFT0Cs const& centralities)
983
{
984
- for (auto& c : centralities) {
+ for (auto const& c : centralities) {
985
multvalue(c.centFT0C());
986
}
987
988
989
void processFV0A(aod::CentFV0As const& centralities)
990
991
992
multvalue(c.centFV0A());
993
994
995
996
void processFT0M(aod::CentFT0Ms const& centralities)
997
998
999
multvalue(c.centFT0M());
1000
1001
0 commit comments