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 595aa31 commit cec2523Copy full SHA for cec2523
PWGHF/HFC/TableProducer/correlatorLcHadrons.cxx
@@ -211,7 +211,7 @@ struct HfCorrelatorLcHadrons {
211
Service<o2::framework::O2DatabasePDG> pdg;
212
int leadingIndex = 0;
213
bool correlationStatus = false;
214
- static constexpr size_t NDaughters{3u};
+ static constexpr std::size_t NDaughters{3u};
215
TRandom3* rnd = new TRandom3(0);
216
217
// Event Mixing for the Data Mode
0 commit comments