|
||||
File indexing completed on 2024-04-06 12:03:47
0001 #ifndef DataFormats_BTauReco_ShallowTagInfoFeatures_h 0002 #define DataFormats_BTauReco_ShallowTagInfoFeatures_h 0003 0004 namespace btagbtvdeep { 0005 0006 class ShallowTagInfoFeatures { 0007 public: 0008 // jet general 0009 float trackSumJetEtRatio; // ratio of track sum transverse energy over jet energy 0010 float trackSumJetDeltaR; // pseudoangular distance between jet axis and track fourvector sum 0011 float trackSip2dValAboveCharm; // track 2D signed impact parameter of first track lifting mass above charm 0012 float trackSip2dSigAboveCharm; // track 2D signed impact parameter significance of first track lifting mass above charm 0013 float trackSip3dValAboveCharm; // track 3D signed impact parameter of first track lifting mass above charm 0014 float trackSip3dSigAboveCharm; // track 3D signed impact parameter significance of first track lifting mass above charm 0015 float vertexCategory; // category of secondary vertex (Reco, Pseudo, No) 0016 // track info 0017 float jetNTracksEtaRel; // tracks associated to jet for which trackEtaRel is calculated 0018 float jetNSelectedTracks; 0019 }; 0020 0021 } // namespace btagbtvdeep 0022 0023 #endif //DataFormats_BTauReco_ShallowTagInfoFeatures_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |