Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:47

0001 #ifndef DataFormats_BTauReco_SecondaryVertexFeatures_h
0002 #define DataFormats_BTauReco_SecondaryVertexFeatures_h
0003 
0004 namespace btagbtvdeep {
0005 
0006   class SecondaryVertexFeatures {
0007   public:
0008     float pt;
0009     float px;
0010     float py;
0011     float pz;
0012     float ptrel;
0013     float mass;
0014 
0015     float deltaR;
0016 
0017     float ntracks;
0018     float chi2;
0019     float normchi2;
0020     float dxy;
0021     float dxysig;
0022     float d3d;
0023     float d3dsig;
0024 
0025     float costhetasvpv;
0026     float enratio;
0027 
0028     float etarel;
0029     float phirel;
0030 
0031     float eta;
0032     float phi;
0033     float e;
0034   };
0035 
0036 }  // namespace btagbtvdeep
0037 
0038 #endif  //DataFormats_BTauReco_SecondaryVertexFeatures_h