Geant4ParticleObj.cc
Go to the documentation of this file.
1 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2 
4 namespace dd4pod {
5 
7  ObjBase{{podio::ObjectID::untracked, podio::ObjectID::untracked}, 0},
8  data(),
9  m_parents(new std::vector<int>()),
10  m_daughters(new std::vector<int>())
11 { }
12 
14  ObjBase{id, 0}, data(data)
15 { }
16 
18  ObjBase{{podio::ObjectID::untracked, podio::ObjectID::untracked}, 0},
19  data(other.data),
20  m_parents(new std::vector<int>(*(other.m_parents))),
21  m_daughters(new std::vector<int>(*(other.m_daughters)))
22 {
23 }
24 
26  if (id.index == podio::ObjectID::untracked) {
27  delete m_parents;
28  delete m_daughters;
29  }
30 
31 }
32 } // namespace dd4pod
33 
std::vector< int > * m_parents
std::vector< int > * m_daughters