ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonTrigCoinData
MuonTrigCoinData
MuonCoinDataContainer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// MuonCoinDataContainer.h
7
// Header file for class MuonCoinDataContainer
9
// (c) ATLAS Detector software
10
11
// Container for RIO collections for Muons
13
// Version 1.0 106/07/2004 Ketevi A. Assamagan - adapted
14
// from Veronique Boisvert
16
17
#ifndef MUONTRIGCOINDATA_MUONCOINDATACONTAINER_H
18
#define MUONTRIGCOINDATA_MUONCOINDATACONTAINER_H
19
20
// Base classes
21
#include "
AthenaKernel/CLASS_DEF.h
"
22
#include "
EventContainers/IdentifiableContainer.h
"
23
24
//Needed Classes
25
#include "
MuonTrigCoinData/TgcCoinData.h
"
26
27
#include "
MuonTrigCoinData/MuonCoinDataCollection.h
"
28
29
namespace
Muon
{
30
31
template
<
class
CollectionT>
32
class
MuonCoinDataContainer
:
public
IdentifiableContainer
<CollectionT> {
33
34
public
:
35
36
// Constructor with parameters:
37
MuonCoinDataContainer
(
unsigned
int
max
);
38
39
// Constructor with cache
40
MuonCoinDataContainer
(
EventContainers::IdentifiableCache<CollectionT>
* cache);
41
42
MuonCoinDataContainer
(
const
MuonCoinDataContainer
&) =
delete
;
43
MuonCoinDataContainer
&
operator=
(
const
MuonCoinDataContainer
&) =
delete
;
44
45
46
// Destructor:
47
virtual
~MuonCoinDataContainer
() =
default
;
48
50
static
CLID
classID
()
51
{
52
return
ClassID_traits< MuonCoinDataContainer <CollectionT>
> ::ID();
53
}
54
56
virtual
const
CLID
&
clID
()
const override
57
{
58
static
const
CLID
cid =
classID
();
59
return
cid;
60
}
61
62
63
64
};
65
66
#include "
MuonTrigCoinData/MuonCoinDataContainer.icc
"
67
68
69
}
70
71
#endif
// MUONTRIGCOINDATA_MUONCOINDATACONTAINER_H
72
CLASS_DEF.h
macros to associate a CLID to a type
CLID
uint32_t CLID
The Class ID type.
Definition
Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
IdentifiableContainer.h
This class is a general container which can hold objects of accessed by an IdentifierHash For more in...
IdentifiableContainer
IdentifiableContainerMT< T > IdentifiableContainer
Definition
IdentifiableContainer.h:11
MuonCoinDataCollection.h
MuonCoinDataContainer.icc
TgcCoinData.h
max
#define max(a, b)
Definition
cfImp.cxx:41
EventContainers::IdentifiableCache
Definition
IdentifiableCache.h:29
Muon::MuonCoinDataContainer::MuonCoinDataContainer
MuonCoinDataContainer(unsigned int max)
Definition
MuonCoinDataContainer.h:7
Muon::MuonCoinDataContainer::MuonCoinDataContainer
MuonCoinDataContainer(const MuonCoinDataContainer &)=delete
Muon::MuonCoinDataContainer::classID
static CLID classID()
return class ID
Definition
MuonCoinDataContainer.h:50
Muon::MuonCoinDataContainer::clID
virtual const CLID & clID() const override
return class ID
Definition
MuonCoinDataContainer.h:56
Muon::MuonCoinDataContainer::~MuonCoinDataContainer
virtual ~MuonCoinDataContainer()=default
Muon::MuonCoinDataContainer::operator=
MuonCoinDataContainer & operator=(const MuonCoinDataContainer &)=delete
Muon::MuonCoinDataContainer::MuonCoinDataContainer
MuonCoinDataContainer(EventContainers::IdentifiableCache< CollectionT > *cache)
Definition
MuonCoinDataContainer.h:13
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
ClassID_traits
Default, invalid implementation of ClassID_traits.
Definition
Control/AthenaKernel/AthenaKernel/ClassID_traits.h:37
Generated on
for ATLAS Offline Software by
1.17.0