Skip to content

Commit

Permalink
fix: ParticlesWithPID takes edm4eic::Trajectory as 2nd input
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Aug 31, 2023
1 parent 25a72cb commit 9abcfdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/global/pid/pid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern "C" {
"ChargedParticlesWithAssociations",
{
"MCParticles", // edm4hep::MCParticle
"CentralCKFTrackParameters", // edm4eic::TrackParameters
"CentralCKFTrajectories", // edm4eic::Trajectory
"DRICHMergedIrtCherenkovParticleID" // edm4eic::CherenkovParticleID
},
{
Expand All @@ -51,7 +51,7 @@ extern "C" {
"ChargedParticlesWithAssociations",
{
"MCParticles", // edm4hep::MCParticle
"CentralCKFSeededTrackParameters", // edm4eic::TrackParameters
"CentralCKFSeededTrajectories", // edm4eic::Trajectory
"DRICHMergedIrtCherenkovParticleID" // edm4eic::CherenkovParticleID
},
{
Expand Down

0 comments on commit 9abcfdd

Please sign in to comment.