 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONALIGNMENTDATA_STGCALIGNMENTSTORE_H
6 #define MUONALIGNMENTDATA_STGCALIGNMENTSTORE_H
26 BLineCache::const_iterator itr =
m_blines.find(bLine);
27 if (itr !=
m_blines.end())
return itr->second;
31 using BLineCache = std::unordered_map<Identifier, const BLinePar*>;
const BLinePar * getBLine(const Identifier &bLine) const
Returns the micromega BLine parameter if it exists.
const sTGCAsBuiltData * asBuiltPars
Pointer to the collection of passivation parameters if the project is not AthSimulation.
std::unordered_map< Identifier, const BLinePar * > BLineCache
The muon system contains additional parameters such as B-lines, as-built, passivation.
Class holding the sTGC as built conditions data and applying it. The model consists of four parameter...
sTgcAlignmentStore()=default
void cacheBLine(const Identifier &detElId, const BLinePar &bline)
Caches the micromega BLine parameter.