ATLAS Offline Software
HighGranularityTimingDetector
HGTD_EventCnv
HGTD_EventTPCnv
HGTD_EventTPCnv
HGTD_ClusterContainer_p1.h
Go to the documentation of this file.
1
12
#ifndef HGTD_CLUSTERCONTAINER_P1_H
13
#define HGTD_CLUSTERCONTAINER_P1_H
14
15
#include "
HGTD_EventTPCnv/HGTD_Cluster_p1.h
"
16
#include "
HGTD_EventTPCnv/HGTD_PRD_Collection_p1.h
"
17
#include <string>
18
#include <vector>
19
20
class
HGTD_ClusterContainer_p1
{
21
public
:
23
HGTD_ClusterContainer_p1
() =
default
;
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
HGTD_PRD_Collection_p1.h
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
HGTD_ClusterContainer_p1::HGTD_ClusterContainer_p1
HGTD_ClusterContainer_p1()=default
Default constructor.
HGTD_ClusterContainer_p1::m_cluster_list
std::vector< HGTD_Cluster_p1 > m_cluster_list
Definition:
HGTD_ClusterContainer_p1.h:29
HGTD_Cluster_p1.h
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
HGTD_ClusterContainer_p1::m_collection_separator
std::vector< HGTD_PRD_Collection_p1 > m_collection_separator
Definition:
HGTD_ClusterContainer_p1.h:27
HGTD_ClusterContainer_p1
Definition:
HGTD_ClusterContainer_p1.h:20
Generated on Thu Nov 7 2024 21:16:10 for ATLAS Offline Software by
1.8.18