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