ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_ClusterContainer_p1.h
Go to the documentation of this file.
1
11
12#ifndef HGTD_CLUSTERCONTAINER_P1_H
13#define HGTD_CLUSTERCONTAINER_P1_H
14
17#include <string>
18#include <vector>
19
21public:
24
25 // holds information to restore the individual collections from the flattened
26 // list of persistified clusters
27 std::vector<HGTD_PRD_Collection_p1> m_collection_separator;
28
29 std::vector<HGTD_Cluster_p1> m_cluster_list;
30};
31
32#endif
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
std::vector< HGTD_Cluster_p1 > m_cluster_list
HGTD_ClusterContainer_p1()=default
Default constructor.
std::vector< HGTD_PRD_Collection_p1 > m_collection_separator