ATLAS Offline Software
MuonSpectrometer
MuonCnv
MuonEventAthenaPool
MuonEventAthenaPool
CscRawDataContainer_p4.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// NOTE: This is an exact copy of CscRawDataContainer_p3, since from p3 to p4 only the meaning of the m_hashId changed:
6
// Until p3, the m_hashId stores the identifier hash which encodes the geometrical position of the CSC
7
// From p4 onwards, the m_hashId stores the position of the CSC identifier in the vector of identifiers
8
9
#ifndef MUON_CSCCRAWDATACONTAINER_P4_H
10
#define MUON_CSCCRAWDATACONTAINER_P4_H
11
12
/*
13
14
Persistent represenation of a container of collections of CSC Raw Hits,
15
Author: Marcin Nowak
16
CERN, December, 2005
17
18
*/
19
20
#include "
MuonEventAthenaPool/CscRawDataCollection_p4.h
"
21
22
23
class
CscRawDataContainer_p4
24
:
public
std::vector<CscRawDataCollection_p4>
25
{
26
public
:
27
// Default constructor
28
CscRawDataContainer_p4
() : std::
vector
<
CscRawDataCollection_p4
>() {}
29
30
friend
class
CscRawDataContainerCnv_p4
;
31
};
32
33
34
#endif
35
36
37
38
CscRawDataContainer_p4
Definition:
CscRawDataContainer_p4.h:25
CscRawDataContainer_p4::CscRawDataContainer_p4
CscRawDataContainer_p4()
Definition:
CscRawDataContainer_p4.h:28
CscRawDataContainerCnv_p4
Transient/Persistent converter for a container of collections of CSC Raw Hits,.
Definition:
CscRawDataContainerCnv_p4.h:21
CscRawDataCollection_p4.h
vector
Definition:
MultiHisto.h:13
CscRawDataCollection_p4
Persistent represenation of the Collection of CSC Raw Hits.
Definition:
CscRawDataCollection_p4.h:19
Generated on Sun Dec 22 2024 21:08:53 for ATLAS Offline Software by
1.8.18