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: PWGJE/Tasks/trackEfficiency.cxx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ struct TrackEfficiency {
86
86
std::vector<int> eventSelectionBits;
87
87
int trackSelection = -1;
88
88
int acceptSplitCollisionsCase0 = 0; // acceptSplitCollisions case: only look at mcCollisions that are not split
89
-
int acceptSplitCollisionsCase2 = 2; //acceptSplitCollisions case: accept split mcCollisions but only look at the first reco collision associated with it
89
+
int acceptSplitCollisionsCase2 = 2; //acceptSplitCollisions case: accept split mcCollisions but only look at the first reco collision associated with it
90
90
// int acceptSplitCollisionsCase1 = 1; is in the else{} case
91
91
92
92
boolisChargedParticle(int code)
@@ -278,7 +278,7 @@ struct TrackEfficiency {
278
278
279
279
bool hasSel8Coll = false;
280
280
bool centralityCheck = false;
281
-
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
281
+
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
282
282
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
283
283
hasSel8Coll = true;
284
284
}
@@ -444,7 +444,7 @@ struct TrackEfficiency {
444
444
445
445
bool hasSel8Coll = false;
446
446
bool centralityCheck = false;
447
-
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
447
+
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
448
448
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
449
449
hasSel8Coll = true;
450
450
}
@@ -692,7 +692,7 @@ struct TrackEfficiency {
692
692
693
693
bool hasSel8Coll = false;
694
694
bool centralityCheck = false;
695
-
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
695
+
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
696
696
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
697
697
hasSel8Coll = true;
698
698
}
@@ -753,7 +753,7 @@ struct TrackEfficiency {
753
753
754
754
bool hasSel8Coll = false;
755
755
bool centralityCheck = false;
756
-
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
756
+
if (acceptSplitCollisions == acceptSplitCollisionsCase2) { // check only that the first reconstructed collision passes the check
757
757
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
0 commit comments