ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_RawDataContainer.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_STGC_RawDataCONAINTER_H
6#define MUONRDO_STGC_RawDataCONAINTER_H
7
12
13namespace Muon {
14/*
15*/
17 : public IdentifiableContainer<STGC_RawDataCollection>
18{
19public:
21 STGC_RawDataContainer(unsigned int hashmax);
24
25 // class ID
26 static const CLID& classID();
27
29 virtual const CLID& clID() const {return classID();}
30};
31}
32
33CLASS_DEF( Muon::STGC_RawDataContainer , 1194130261 , 1 )
34// CONTAINER_IS_IDENTCONT(Muon::STGC_RawDataContainer)
35
36#endif
37
38
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
uint32_t CLID
The Class ID type.
This class is a general container which can hold objects of accessed by an IdentifierHash For more in...
IdentifiableContainerMT< T > IdentifiableContainer
EventContainers::IdentifiableCache< Muon::STGC_RawDataCollection > STGC_RawDataCollection_Cache
virtual const CLID & clID() const
return class ID
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.