We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278d0aa commit be8a20fCopy full SHA for be8a20f
Tutorials/PWGCF/EventPlane/src/qVectorstutorial.cxx
@@ -161,7 +161,7 @@ struct qVectorstutorial {
161
if (!SelEvent(collision)) {
162
return;
163
}
164
- for (auto i = 0; i < cfgnMods->size(); i++) {
+ for (std::size_t i = 0; i < cfgnMods->size(); i++) {
165
fillHistosQvec(collision, cfgnMods->at(i));
166
fillHistosFlow(collision, tracks, cfgnMods->at(i));
167
0 commit comments