ATLAS Offline Software
TruthInfo_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_TruthInfo_P1_H
6 #define JETTAGINFOTPCNV_TruthInfo_P1_H
7 
14 
15 #include <string>
16 
17 namespace Analysis {
18  class TruthInfoCnv_p1;
19 
20  class TruthInfo_p1 {
21  friend class TruthInfoCnv_p1;
22  public:
25 
27  std::string m_jetTruthLabel;
32  Eigen::Vector3d m_BHadronDecayVertex;
33  };
34 }
35 
36 #endif
Analysis::TruthInfo_p1::m_BaseTagInfo
TPObjRef m_BaseTagInfo
Basic info.
Definition: TruthInfo_p1.h:24
Analysis::TruthInfo_p1::m_distanceToTLepton
float m_distanceToTLepton
Definition: TruthInfo_p1.h:30
Analysis::TruthInfo_p1::m_BHadronDecayVertex
Eigen::Vector3d m_BHadronDecayVertex
Definition: TruthInfo_p1.h:32
Analysis::TruthInfo_p1::m_BHadronPdg
int m_BHadronPdg
Definition: TruthInfo_p1.h:31
BaseTagInfo_p1.h
TPObjRef
Definition: TPObjRef.h:20
Analysis::TruthInfo_p1
Definition: TruthInfo_p1.h:20
EventPrimitives.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
TPObjRef.h
Analysis::TruthInfo_p1::m_distanceToBQuark
float m_distanceToBQuark
Definition: TruthInfo_p1.h:28
Analysis::TruthInfoCnv_p1
Definition: TruthInfoCnv_p1.h:26
Analysis::TruthInfo_p1::m_jetTruthLabel
std::string m_jetTruthLabel
All of this data will be written out.
Definition: TruthInfo_p1.h:27
Analysis::TruthInfo_p1::m_distanceToCQuark
float m_distanceToCQuark
Definition: TruthInfo_p1.h:29