ATLAS Offline Software
HGTD_RDO_Container_p1.h
Go to the documentation of this file.
1 
9 #ifndef HGTD_RDO_CONTAINER_P1_H
10 #define HGTD_RDO_CONTAINER_P1_H
11 
14 #include <string>
15 #include <vector>
16 
18 public:
20  HGTD_RDO_Container_p1() = default;
21 
22  // holds information to restore the individual collections from the flattened
23  // list of persistified clusters
24  std::vector<HGTD_RDO_Collection_p1> m_collection_separator;
25 
26  std::vector<HGTD_RDO_p1> m_rdo_list;
27 };
28 
29 #endif
HGTD_RDO_Container_p1
Definition: HGTD_RDO_Container_p1.h:17
HGTD_RDO_Container_p1::m_collection_separator
std::vector< HGTD_RDO_Collection_p1 > m_collection_separator
Definition: HGTD_RDO_Container_p1.h:24
HGTD_RDO_Collection_p1.h
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
HGTD_RDO_p1.h
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
HGTD_RDO_Container_p1::HGTD_RDO_Container_p1
HGTD_RDO_Container_p1()=default
Default constructor.
HGTD_RDO_Container_p1::m_rdo_list
std::vector< HGTD_RDO_p1 > m_rdo_list
Definition: HGTD_RDO_Container_p1.h:26