ATLAS Offline Software
InDetLowBetaCandidate_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 InDetLowBetaCandidate_P1_H
6 #define InDetLowBetaCandidate_P1_H
7 
8 #include <vector>
10  {
11  public:
13 
14  //private:
15 
16  std::vector<float> m_data;
18 
19  };
20 
21 #endif
InDetLowBetaCandidate_p1::m_TRTNLastBits
int m_TRTNLastBits
Definition: InDetLowBetaCandidate_p1.h:17
InDetLowBetaCandidate_p1
Definition: InDetLowBetaCandidate_p1.h:10
InDetLowBetaCandidate_p1::InDetLowBetaCandidate_p1
InDetLowBetaCandidate_p1()
Definition: InDetLowBetaCandidate_p1.h:12
InDetLowBetaCandidate_p1::m_data
std::vector< float > m_data
Definition: InDetLowBetaCandidate_p1.h:12