ATLAS Offline Software
IPInfoBase_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_IPINFOBASE_P1_H
6 #define JETTAGINFOTPCNV_IPINFOBASE_P1_H
9 
10 namespace Analysis {
11 
12 class IPInfoBaseCnv_p1;
13 
14 class IPInfoBase_p1 {
15 
16 friend class IPInfoBaseCnv_p1;
17 
18 public:
19  inline IPInfoBase_p1()
20  : m_ntrk(0)
21  {}
22 
23 private:
25  int m_ntrk;
26 
27 }
28 ; // End class
29 
30 } // End namespace
31 #endif
Analysis::IPInfoBaseCnv_p1
Definition: IPInfoBaseCnv_p1.h:20
Analysis::IPInfoBase_p1
Definition: IPInfoBase_p1.h:14
BaseTagInfo_p1.h
TPObjRef
Definition: TPObjRef.h:20
Analysis::IPInfoBase_p1::m_baseTagInfo
TPObjRef m_baseTagInfo
Definition: IPInfoBase_p1.h:24
Analysis::IPInfoBase_p1::m_ntrk
int m_ntrk
Definition: IPInfoBase_p1.h:25
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
TPObjRef.h
Analysis::IPInfoBase_p1::IPInfoBase_p1
IPInfoBase_p1()
Definition: IPInfoBase_p1.h:19