ATLAS Offline Software
SecVtxInfo_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef JETTAGINFOTPCNV_SECVTXINFO_P1_H
6 #define JETTAGINFOTPCNV_SECVTXINFO_P1_H
7 
8 #include "CxxUtils/unused.h"
9 
13 
14 namespace Analysis
15 {
17  {
18  friend class SecVtxInfoCnv_p1;
19 
20  private:
23 
25 
26  // Unused, but shouldn't delete it since it's part of the persistent data.
27  int ATH_UNUSED_MEMBER(m_numSelTracksForFit);
28  float m_dist;
29  float m_rphidist;
30  float m_prob;
31  float m_mass;
33  int m_mult;
35 
37  int m_fitType;
38 
41 
44  };
45 
46 }
47 
48 #endif
Analysis::SecVtxInfo_p1::m_BaseTagInfo
TPObjRef m_BaseTagInfo
Base class info.
Definition: SecVtxInfo_p1.h:22
Analysis::SecVtxInfo_p1::m_dist
float m_dist
Definition: SecVtxInfo_p1.h:28
Analysis::SecVtxInfo_p1::m_NGood2TrackVertices
int m_NGood2TrackVertices
Definition: SecVtxInfo_p1.h:34
Analysis::SecVtxInfo_p1::m_mass
float m_mass
Definition: SecVtxInfo_p1.h:31
unused.h
Macro to mark a member as unused.
TPObjRef
Definition: TPObjRef.h:20
Analysis::SecVtxInfo_p1::m_prob
float m_prob
Definition: SecVtxInfo_p1.h:30
Analysis::SecVtxInfo_p1::m_fitType
int m_fitType
Translates to enum FitTYpe.
Definition: SecVtxInfo_p1.h:37
Analysis::SecVtxInfo_p1::m_rphidist
float m_rphidist
Definition: SecVtxInfo_p1.h:29
Analysis::SecVtxInfoCnv_p1
Definition: SecVtxInfoCnv_p1.h:28
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::SecVtxInfo_p1::m_mult
int m_mult
Definition: SecVtxInfo_p1.h:33
Analysis::SecVtxInfo_p1::m_energyFraction
float m_energyFraction
Definition: SecVtxInfo_p1.h:32
Analysis::SecVtxInfo_p1::ATH_UNUSED_MEMBER
int ATH_UNUSED_MEMBER(m_numSelTracksForFit)
Info stored in the SecVtxInfo subclass:
Analysis::SecVtxInfo_p1
Definition: SecVtxInfo_p1.h:17
Analysis::SecVtxInfo_p1::m_secVtxPos
TPObjRef m_secVtxPos
Translates to a Trk::RecVertex.
Definition: SecVtxInfo_p1.h:40