Skip to content

Commit

Permalink
fix: remove duplicate functions (mistake from previous merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
jalimena committed Mar 7, 2024
1 parent d4e6876 commit 2d55c92
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions analyzers/dataframe/FCCAnalyses/ReconstructedParticle2Track.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ namespace FCCAnalyses{

namespace ReconstructedParticle2Track{

/// Return the momentum of a track to a reconstructed particle
ROOT::VecOps::RVec<float> getRP2TRK_mom (ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> in,
ROOT::VecOps::RVec<edm4hep::TrackState> tracks);

/// Return the charge of a track to a reconstructed particle
ROOT::VecOps::RVec<float> getRP2TRK_charge(ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData> in,
ROOT::VecOps::RVec<edm4hep::TrackState> tracks);

//compute the magnetic field Bz
ROOT::VecOps::RVec<float> getRP2TRK_Bz(const ROOT::VecOps::RVec<edm4hep::ReconstructedParticleData>& rps,
const ROOT::VecOps::RVec<edm4hep::TrackState>& tracks); //here computed for all particles passed
Expand Down

0 comments on commit 2d55c92

Please sign in to comment.