ATLAS Offline Software
InDetSimDataCollection_p2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef INDETSIMDATACOLLECTION_P2_H
6 #define INDETSIMDATACOLLECTION_P2_H
7 
8 #include <vector>
9 #include <utility>
11 #include "Identifier/Identifier.h"
12 
14 {
15 
16 
17 public:
18 
20  { } ;
21 
22  // container cnv does conversion
24 
25 private:
26  std::vector<std::pair<Identifier::value_type, InDetSimData_p1> > m_simdata;
27 };
28 
29 #endif
InDetSimDataCollection_p2::InDetSimDataCollection_p2
InDetSimDataCollection_p2()
Definition: InDetSimDataCollection_p2.h:19
InDetSimDataCollection_p2::m_simdata
std::vector< std::pair< Identifier::value_type, InDetSimData_p1 > > m_simdata
Definition: InDetSimDataCollection_p2.h:26
InDetSimData_p1.h
InDetSimDataCollectionCnv_p2
Definition: InDetSimDataCollectionCnv_p2.h:17
InDetSimDataCollection_p2
Definition: InDetSimDataCollection_p2.h:14