#include <sTgcAlignmentStore.h>
Definition at line 15 of file sTgcAlignmentStore.h.
◆ BLineCache
◆ sTgcAlignmentStore()
| sTgcAlignmentStore::sTgcAlignmentStore |
( |
| ) |
|
|
default |
◆ cacheBLine()
| void sTgcAlignmentStore::cacheBLine |
( |
const Identifier & | detElId, |
|
|
const BLinePar & | bline ) |
◆ getBLine()
Returns the micromega BLine parameter if it exists.
Definition at line 25 of file sTgcAlignmentStore.h.
25 {
26 BLineCache::const_iterator itr =
m_blines.find(bLine);
27 if (itr !=
m_blines.end())
return itr->second;
28 return nullptr;
29 }
◆ asBuiltPars
Pointer to the collection of passivation parameters if the project is not AthSimulation.
Otherwise, it's a char
Definition at line 20 of file sTgcAlignmentStore.h.
◆ m_blines
The documentation for this class was generated from the following files: