ATLAS Offline Software
SoftMuonInfo_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_SoftMuonInfo_P1_H
6 #define JETTAGINFOTPCNV_SoftMuonInfo_P1_H
7 
13 
14 #include <string>
15 
16 namespace Analysis {
17  class SoftMuonInfoCnv_p1;
18 
20  friend class SoftMuonInfoCnv_p1;
21 
22  private:
25 
27  std::vector<TPObjRef> m_trackinfo;
28  };
29 }
30 
31 #endif
Analysis::SoftMuonInfo_p1::m_trackinfo
std::vector< TPObjRef > m_trackinfo
Vector of SETrackInfo objects.
Definition: SoftMuonInfo_p1.h:27
Analysis::SoftMuonInfoCnv_p1
Definition: SoftMuonInfoCnv_p1.h:21
Analysis::SoftMuonInfo_p1
Definition: SoftMuonInfo_p1.h:19
BaseTagInfo_p1.h
TPObjRef
Definition: TPObjRef.h:20
Analysis::SoftMuonInfo_p1::m_BaseTagInfo
TPObjRef m_BaseTagInfo
Basic info.
Definition: SoftMuonInfo_p1.h:24
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
TPObjRef.h