ATLAS Offline Software
Loading...
Searching...
No Matches
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
11
12namespace Muon {
16
17 class STGC_RawDataCollection : public DataVector<STGC_RawData>
18 {
19 public:
23
25
26 const IdentifierHash& identifyHash() const { return m_idHash; }
27 private:
28
31 };
32}
33
34#endif
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
This is a "hash" representation of an Identifier.
const IdentifierHash & identifyHash() const
STGC_RawDataCollection(IdentifierHash hash)
IdentifierHash m_idHash
Offline IdentifierHash for this collection.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.