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 f9b2534 commit 774f932Copy full SHA for 774f932
PWGJE/Core/JetDerivedDataUtilities.h
@@ -115,6 +115,7 @@ std::vector<int> initialiseEventSelectionBits(std::string eventSelectionMasks)
115
eventSelectionMaskBits.push_back(JCollisionSel::selNoSameBunchPileup);
116
}
117
if (eventSelectionMasksContainSelection(eventSelectionMasks, "sel8FullPbPb")) {
118
+ eventSelectionMaskBits.push_back(JCollisionSel::sel8);
119
eventSelectionMaskBits.push_back(JCollisionSel::selNoCollInTimeRangeStandard);
120
eventSelectionMaskBits.push_back(JCollisionSel::selNoCollInRofStandard);
121
0 commit comments