![]() |
|
|||
File indexing completed on 2024-04-06 12:03:46
0001 #ifndef DataFormats_BTauReco_BoostedDoubleSVTagInfoFeatures_h 0002 #define DataFormats_BTauReco_BoostedDoubleSVTagInfoFeatures_h 0003 0004 namespace btagbtvdeep { 0005 0006 class BoostedDoubleSVTagInfoFeatures { 0007 // Note: these variables are intended to match the variables defined in DataFormats/BTauReco/interface/TaggingVariable.h 0008 0009 public: 0010 float jetNTracks; // tracks associated to jet 0011 float jetNSecondaryVertices; // number of reconstructed possible secondary vertices in jet 0012 float trackSip3dSig_0; // 1st largest track 3D signed impact parameter significance 0013 float trackSip3dSig_1; // 2nd largest track 3D signed impact parameter significance 0014 float trackSip3dSig_2; // 3rd largest track 3D signed impact parameter significance 0015 float trackSip3dSig_3; // 4th largest track 3D signed impact parameter significance 0016 float tau1_trackSip3dSig_0; // 1st largest track 3D signed impact parameter significance associated to the 1st N-subjettiness axis 0017 float tau1_trackSip3dSig_1; // 2nd largest track 3D signed impact parameter significance associated to the 1st N-subjettiness axis 0018 float tau2_trackSip3dSig_0; // 1st largest track 3D signed impact parameter significance associated to the 2nd N-subjettiness axis 0019 float tau2_trackSip3dSig_1; // 2nd largest track 3D signed impact parameter significance associated to the 2nd N-subjettiness axis 0020 float trackSip2dSigAboveBottom_0; // track 2D signed impact parameter significance of 1st track lifting mass above bottom 0021 float trackSip2dSigAboveBottom_1; // track 2D signed impact parameter significance of 2nd track lifting mass above bottom 0022 float trackSip2dSigAboveCharm; // track 2D signed impact parameter significance of first track lifting mass above charm 0023 float tau1_trackEtaRel_0; // 1st smallest track pseudorapidity, relative to the jet axis, associated to the 1st N-subjettiness axis 0024 float tau1_trackEtaRel_1; // 2nd smallest track pseudorapidity, relative to the jet axis, associated to the 1st N-subjettiness axis 0025 float tau1_trackEtaRel_2; // 3rd smallest track pseudorapidity, relative to the jet axis, associated to the 1st N-subjettiness axis 0026 float tau2_trackEtaRel_0; // 1st smallest track pseudorapidity, relative to the jet axis, associated to the 2nd N-subjettiness axis 0027 float tau2_trackEtaRel_1; // 2nd smallest track pseudorapidity, relative to the jet axis, associated to the 2nd N-subjettiness axis 0028 float tau2_trackEtaRel_2; // 3rd smallest track pseudorapidity, relative to the jet axis, associated to the 2nd N-subjettiness axis 0029 float tau1_vertexMass; // mass of track sum at secondary vertex associated to the 1st N-subjettiness axis 0030 float tau1_vertexEnergyRatio; // ratio of energy at secondary vertex over total energy associated to the 1st N-subjettiness axis 0031 float tau1_flightDistance2dSig; // transverse distance significance between primary and secondary vertex associated to the 1st N-subjettiness axis 0032 float tau1_vertexDeltaR; // pseudoangular distance between the 1st N-subjettiness axis and secondary vertex direction 0033 float tau2_vertexMass; // mass of track sum at secondary vertex associated to the 2nd N-subjettiness axis 0034 float tau2_vertexEnergyRatio; // ratio of energy at secondary vertex over total energy associated to the 2nd N-subjettiness axis 0035 float tau2_flightDistance2dSig; // transverse distance significance between primary and secondary vertex associated to the 2nd N-subjettiness axis 0036 float tau2_vertexDeltaR; // pseudoangular distance between the 2nd N-subjettiness axis and secondary vertex direction (NOT USED!) 0037 float z_ratio; // z ratio 0038 }; 0039 0040 } // namespace btagbtvdeep 0041 0042 #endif //DataFormats_BTauReco_BoostedDoubleSVTagInfoFeatures_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |