You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGLF/TableProducer/QC/nucleiQC.cxx
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@
52
52
53
53
#include<fmt/format.h>
54
54
55
+
#include<algorithm>
55
56
#include<array>
56
57
#include<cmath>
57
58
#include<cstddef>
@@ -100,7 +101,7 @@ struct nucleiQC {
100
101
Configurable<bool> cfgSkipNonReconstructedCollisions{"cfgSkipNonReconstructedCollisions", true, "Should you skip collisions for which no particle is reconstructed?"};
101
102
Configurable<bool> cfgFillOnlyPhysicalPrimaries{"cfgFillOnlyPhysicalPrimaries", true, "Should you only select physical primary particles?"};
102
103
Configurable<LabeledArray<int>> cfgSpeciesToProcess{"cfgSpeciesToProcess", {nuclei::speciesToProcessDefault[0], nuclei::Species::kNspecies, 1, nuclei::names, {"processNucleus"}}, "Nuclei to process"};
staticconst std::vector<std::string> eventSelectionLabels{"TVX", "Z vtx", "TF border", "ITS ROF border", "No same-bunch pile-up", "kIsGoodZvtxFT0vsPV", "isGoodITSLayersAll", "isEPtriggered", "No collision in ROF standard", "No high-multiplicity collision in previous ROF", "No collision in time range standard"};
315
318
316
-
constexprint EvSelDefault[8][1]{
319
+
constexprint EvSelDefault[evSel::kNevSels][1]{
317
320
{1},
318
321
{1},
319
322
{0},
320
323
{0},
321
324
{0},
322
325
{0},
323
326
{0},
327
+
{0},
328
+
{0},
329
+
{0},
324
330
{0}};
325
331
326
332
template <typename Tcollision> // move to nucleiUtils
0 commit comments