CMS 3D CMS Logo

L1TPFUtils.h
Go to the documentation of this file.
1 #ifndef L1Trigger_Phase2L1ParticleFlow_L1TPFUtils_h
2 #define L1Trigger_Phase2L1ParticleFlow_L1TPFUtils_h
3 #include <vector>
5 
6 namespace l1tpf {
7  std::pair<float, float> propagateToCalo(const math::XYZTLorentzVector& iMom,
8  const math::XYZTLorentzVector& iVtx,
9  double iCharge,
10  double iBField);
11 }
12 
13 #endif
std::pair< float, float > propagateToCalo(const math::XYZTLorentzVector &iMom, const math::XYZTLorentzVector &iVtx, double iCharge, double iBField)
Definition: L1TPFUtils.cc:7
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:29