ATLAS Offline Software
InnerDetector
InDetEventCnv
InDetEventAthenaPool
InDetEventAthenaPool
InDetSimDataCollection_p3.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_P3_H
6
#define INDETSIMDATACOLLECTION_P3_H
7
8
#include <vector>
9
#include <utility>
10
#include "
InDetEventAthenaPool/InDetSimData_p2.h
"
11
#include "Identifier/Identifier.h"
12
13
class
InDetSimDataCollection_p3
14
{
15
16
17
public
:
18
19
InDetSimDataCollection_p3
()
20
{ } ;
21
22
// container cnv does conversion
23
friend
class
InDetSimDataCollectionCnv_p3
;
24
25
private
:
26
std::vector<std::pair<Identifier::value_type, InDetSimData_p2> >
m_simdata
;
27
};
28
29
#endif
InDetSimDataCollectionCnv_p3
Definition:
InDetSimDataCollectionCnv_p3.h:17
InDetSimData_p2.h
InDetSimDataCollection_p3::m_simdata
std::vector< std::pair< Identifier::value_type, InDetSimData_p2 > > m_simdata
Definition:
InDetSimDataCollection_p3.h:26
InDetSimDataCollection_p3::InDetSimDataCollection_p3
InDetSimDataCollection_p3()
Definition:
InDetSimDataCollection_p3.h:19
InDetSimDataCollection_p3
Definition:
InDetSimDataCollection_p3.h:14
Generated on Thu Nov 7 2024 21:17:05 for ATLAS Offline Software by
1.8.18