ATLAS Offline Software
Loading...
Searching...
No Matches
NSW_MMTP_RawDataContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONRDO_NSW_MMTP_RAWDATACONAINTER_H
6#define MUONRDO_NSW_MMTP_RAWDATACONAINTER_H
7
11
12namespace Muon
13{
14 class NSW_MMTP_RawDataContainer : public IdentifiableContainer<NSW_MMTP_RawDataCollection> {
15 public:
16 NSW_MMTP_RawDataContainer(unsigned int hashmax);
18 virtual ~NSW_MMTP_RawDataContainer() = default;
19
20 static const CLID& classID();
21 virtual const CLID& clID() const {return classID();}
22
23 };
24}
25
27
28#endif
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
virtual ~NSW_MMTP_RawDataContainer()=default
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.