ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_ALTIROC_RDO_Container_p1.h
Go to the documentation of this file.
1
9
10#ifndef HGTD_ALTIROC_RDO_CONTAINER_P1_H
11#define HGTD_ALTIROC_RDO_CONTAINER_P1_H
12
15#include <string>
16#include <vector>
17
19public:
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
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
std::vector< HGTD_ALTIROC_RDO_Collection_p1 > m_collection_separator
HGTD_ALTIROC_RDO_Container_p1()=default
Default constructor.
std::vector< HGTD_ALTIROC_RDO_p1 > m_rdo_list