Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Sep 18, 2023
1 parent fbeb645 commit 3483548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/dataframe/FCCAnalyses/ReconstructedParticle.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace ReconstructedParticle{
ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> operator() (ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> in);
};

/// select ReconstructedParticles by type absolut value
/// select ReconstructedParticles by type absolute value
/// Note: type might not correspond to PDG ID
struct sel_absType {
sel_absType(const int type);
Expand Down

0 comments on commit 3483548

Please sign in to comment.