ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonRDO
MuonRDO
STGC_RawDataCollection.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONRDO_STGC_RawDataCOLLECTION_H
6
#define MUONRDO_STGC_RawDataCOLLECTION_H
7
8
#include "
MuonRDO/STGC_RawData.h
"
9
#include "
AthContainers/DataVector.h
"
10
#include "
Identifier/IdentifierHash.h
"
11
12
namespace
Muon
{
13
class
STGC_RawDataContainerCnv_p1
;
14
class
STGC_RawDataContainerCnv_p2
;
15
class
STGC_RawDataContainerCnv_p3
;
16
17
class
STGC_RawDataCollection
:
public
DataVector
<STGC_RawData>
18
{
19
public
:
20
friend
class
Muon::STGC_RawDataContainerCnv_p1
;
21
friend
class
Muon::STGC_RawDataContainerCnv_p2
;
22
friend
class
Muon::STGC_RawDataContainerCnv_p3
;
23
24
STGC_RawDataCollection
(
IdentifierHash
hash) :
m_idHash
(hash) {}
25
26
const
IdentifierHash
&
identifyHash
()
const
{
return
m_idHash
; }
27
private
:
28
30
IdentifierHash
m_idHash
;
31
};
32
}
33
34
#endif
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
IdentifierHash.h
STGC_RawData.h
DataVector< STGC_RawData >::DataVector
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
IdentifierHash
This is a "hash" representation of an Identifier.
Definition
IdentifierHash.h:25
Muon::STGC_RawDataCollection::identifyHash
const IdentifierHash & identifyHash() const
Definition
STGC_RawDataCollection.h:26
Muon::STGC_RawDataCollection::STGC_RawDataCollection
STGC_RawDataCollection(IdentifierHash hash)
Definition
STGC_RawDataCollection.h:24
Muon::STGC_RawDataCollection::m_idHash
IdentifierHash m_idHash
Offline IdentifierHash for this collection.
Definition
STGC_RawDataCollection.h:30
Muon::STGC_RawDataContainerCnv_p1
Definition
STGC_RawDataContainerCnv_p1.h:19
Muon::STGC_RawDataContainerCnv_p2
Definition
STGC_RawDataContainerCnv_p2.h:19
Muon::STGC_RawDataContainerCnv_p3
Definition
STGC_RawDataContainerCnv_p3.h:19
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Generated on
for ATLAS Offline Software by
1.17.0