ATLAS Offline Software
InDetSimData_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 INDETSIMDATA_P1_H
6 #define INDETSIMDATA_P1_H
7 
8 #include <vector>
10 
12  public:
14 // List of Cnv classes that convert this into SimData objects
15  friend class InDetSimDataCnv_p1;
16  //private:
17  unsigned int m_word; // sim data word
18  std::vector<HepMcParticleLink_p1> m_links; // HepMCPLs
19  std::vector<float> m_enDeposits; // energy deposits
20 };
21 
22 #endif
23 
InDetSimData_p1
Definition: InDetSimData_p1.h:11
InDetSimData_p1::m_word
unsigned int m_word
Definition: InDetSimData_p1.h:17
InDetSimData_p1::m_enDeposits
std::vector< float > m_enDeposits
Definition: InDetSimData_p1.h:19
InDetSimDataCnv_p1
Definition: InDetSimDataCnv_p1.h:23
InDetSimData_p1::m_links
std::vector< HepMcParticleLink_p1 > m_links
Definition: InDetSimData_p1.h:18
InDetSimData_p1::InDetSimData_p1
InDetSimData_p1()
Definition: InDetSimData_p1.h:13