Skip to content

Commit 8b28b50

Browse files
clang fixes
1 parent 31ce0f2 commit 8b28b50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGJE/Tasks/trackEfficiency.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ struct TrackEfficiency {
8686
std::vector<int> eventSelectionBits;
8787
int trackSelection = -1;
8888
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
9090
// int acceptSplitCollisionsCase1 = 1; is in the else{} case
9191

9292
bool isChargedParticle(int code)
@@ -278,7 +278,7 @@ struct TrackEfficiency {
278278

279279
bool hasSel8Coll = false;
280280
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
282282
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
283283
hasSel8Coll = true;
284284
}
@@ -444,7 +444,7 @@ struct TrackEfficiency {
444444

445445
bool hasSel8Coll = false;
446446
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
448448
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
449449
hasSel8Coll = true;
450450
}
@@ -692,7 +692,7 @@ struct TrackEfficiency {
692692

693693
bool hasSel8Coll = false;
694694
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
696696
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
697697
hasSel8Coll = true;
698698
}
@@ -753,7 +753,7 @@ struct TrackEfficiency {
753753

754754
bool hasSel8Coll = false;
755755
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
757757
if (jetderiveddatautilities::selectCollision(collisions.begin(), eventSelectionBits, skipMBGapEvents)) { // Skipping MC events that have not a single selected reconstructed collision ; effect unclear if mcColl is split
758758
hasSel8Coll = true;
759759
}

0 commit comments

Comments
 (0)