Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:28

0001 #ifndef L1Trigger_Phase2L1ParticleFlow_L1TPFUtils_h
0002 #define L1Trigger_Phase2L1ParticleFlow_L1TPFUtils_h
0003 #include <vector>
0004 #include "DataFormats/Math/interface/LorentzVector.h"
0005 
0006 namespace l1tpf {
0007   std::pair<float, float> propagateToCalo(const math::XYZTLorentzVector& iMom,
0008                                           const math::XYZTLorentzVector& iVtx,
0009                                           double iCharge,
0010                                           double iBField);
0011 }
0012 
0013 #endif