Skip to content

Commit 6bd68c1

Browse files
authored
Merge pull request #11 from alibuild/alibot-cleanup-16070
[PWGJE] Please consider the following formatting changes to #16070
2 parents e589d54 + f7e2ca4 commit 6bd68c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PWGJE/Core/JetTaggingUtilities.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,8 @@ int vertexClustering(AnyCollision const& collision, AnalysisJet const& jet, AnyT
997997
trkLabels["trkOrigin"].push_back(0); // mismatched coll track
998998
} else {
999999
int orig = RecoDecay::getParticleOrigin(particles, particle, searchUpToQuark);
1000-
trkLabels["trkOrigin"].push_back((orig > 0) ? orig : (trkLabels["trkVtxIndex"][trkIdx] == 0) ? 3 : 4); // 1: charm, 2: beauty, 3: primary, 4: other secondary
1000+
trkLabels["trkOrigin"].push_back((orig > 0) ? orig : (trkLabels["trkVtxIndex"][trkIdx] == 0) ? 3
1001+
: 4); // 1: charm, 2: beauty, 3: primary, 4: other secondary
10011002
}
10021003
}
10031004

0 commit comments

Comments
 (0)