ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCoinDataContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
6// MuonCoinDataContainer.h
7// Header file for class MuonCoinDataContainer
9// (c) ATLAS Detector software
11// Container for RIO collections for Muons
13// Version 1.0 106/07/2004 Ketevi A. Assamagan - adapted
14// from Veronique Boisvert
17#ifndef MUONTRIGCOINDATA_MUONCOINDATACONTAINER_H
18#define MUONTRIGCOINDATA_MUONCOINDATACONTAINER_H
19
20// Base classes
23
24//Needed Classes
26
29namespace Muon{
30
31template<class CollectionT>
32class MuonCoinDataContainer : public IdentifiableContainer<CollectionT> {
33
35 // Public methods:
37public:
38
39 //default for POOL
40// MuonCoinDataContainer();
41
42 // Constructor with parameters:
44
45 // Constructor with cache
47
48 // Destructor:
50
52 static const CLID& classID()
53 {
54 // static CLID id = CLID_T ;
55 // return id;
57 }
58
60 virtual const CLID& clID() const
61 {
62 return classID();
63 }
64
66 // Private methods:
68private:
69
70
74 // Private data:
76private:
77
78};
79
81// Inline methods:
83
85
86// member functions that use Collection T
88
89
90}
91
92#endif // MUONTRIGCOINDATA_MUONCOINDATACONTAINER_H
93
std::vector< Identifier > ID
macros to associate a CLID to a type
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
#define max(a, b)
Definition cfImp.cxx:41
MuonCoinDataContainer & operator=(const MuonCoinDataContainer &)
virtual const CLID & clID() const
return class ID
MuonCoinDataContainer(const MuonCoinDataContainer &)
static const CLID & classID()
return class ID
MuonCoinDataContainer(EventContainers::IdentifiableCache< CollectionT > *cache)
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonCoinDataCollection< TgcCoinData > TgcCoinDataCollection
Default, invalid implementation of ClassID_traits.