Skip to content

Commit e3bf9b8

Browse files
authored
Merge pull request #12 from alibuild/alibot-cleanup-16070
[PWGJE] Please consider the following formatting changes to #16070
2 parents fcf85d9 + 9df14d5 commit e3bf9b8

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 != RecoDecay::OriginType::None) ? static_cast<int>(orig) : (trkLabels["trkVtxIndex"][trkIdx] == 0) ? 3 : 4); // 1: charm, 2: beauty, 3: primary, 4: other secondary
1000+
trkLabels["trkOrigin"].push_back((orig != RecoDecay::OriginType::None) ? static_cast<int>(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)