ATLAS Offline Software
SoftElectronInfo_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_SoftElectronInfo_P1_H
6 #define JETTAGINFOTPCNV_SoftElectronInfo_P1_H
7 
14 
15 #include <string>
16 
17 namespace Analysis {
18  class SoftElectronInfoCnv_p1;
19 
21  friend class SoftElectronInfoCnv_p1;
22 
23  private:
26 
28  std::vector<float> m_vectorOfTrackProb;
29  float m_nTrackProb;
31  std::vector<TPObjRef> m_trackinfo;
32  };
33 }
34 
35 #endif
Analysis::SoftElectronInfo_p1::m_vectorOfTrackProb
std::vector< float > m_vectorOfTrackProb
All of this data will be written out.
Definition: SoftElectronInfo_p1.h:28
Analysis::SoftElectronInfo_p1
Definition: SoftElectronInfo_p1.h:20
Analysis::SoftElectronInfoCnv_p1
Definition: SoftElectronInfoCnv_p1.h:21
BaseTagInfo_p1.h
TPObjRef
Definition: TPObjRef.h:20
Analysis::SoftElectronInfo_p1::m_trackinfo
std::vector< TPObjRef > m_trackinfo
Vector of SETrackInfo objects.
Definition: SoftElectronInfo_p1.h:31
EventPrimitives.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
TPObjRef.h
Analysis::SoftElectronInfo_p1::m_BaseTagInfo
TPObjRef m_BaseTagInfo
Basic info.
Definition: SoftElectronInfo_p1.h:25
Analysis::SoftElectronInfo_p1::m_nTrackProb
float m_nTrackProb
Definition: SoftElectronInfo_p1.h:29