ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonTrigCoinData
MuonTrigCoinData
MuonCoinDataCollection.icc
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
template< class CoinDataT >
6
// Constructor with parameters:
7
MuonCoinDataCollection< CoinDataT >::MuonCoinDataCollection(const IdentifierHash idHash) :
8
m_idHash{idHash}{}
9
10
11
template< class CoinDataT >
12
Identifier MuonCoinDataCollection< CoinDataT >::identify() const
13
{
14
return m_id;
15
}
16
17
template< class CoinDataT >
18
IdentifierHash MuonCoinDataCollection< CoinDataT >::identifyHash() const
19
{
20
return m_idHash;
21
}
22
template< class CoinDataT >
23
void MuonCoinDataCollection< CoinDataT >::setIdentifier(Identifier id)
24
{
25
m_id = id;
26
}
27
28
template< class CoinDataT >
29
std::string MuonCoinDataCollection< CoinDataT >::type() const
30
{
31
return "MuonCoinDataCollection";
32
}
33
34
Generated on
for ATLAS Offline Software by
1.17.0