ATLAS Offline Software
Loading...
Searching...
No Matches
MM_RawDataCollection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONRDO_MM_RAWDATACOLLECTION_H
6#define MUONRDO_MM_RAWDATACOLLECTION_H
7
12
13namespace Muon {
14class MM_RawDataCollection : public DataVector<Muon::MM_RawData>
15{
19
20public:
22
23 const IdentifierHash& identifierHash() const { return m_idHash; }
24
25private:
26
29
30};
31}
32
33#endif
macros to associate a CLID to a type
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 & identifierHash() const
IdentifierHash m_idHash
Offline IdentifierHash for this collection.
MM_RawDataCollection(IdentifierHash hash)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.