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