ATLAS Offline Software
sTgcAlignmentStore.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
5 #include <exception>
6 #include <sstream>
7 
8 void sTgcAlignmentStore::cacheBLine(const Identifier& detElId, const BLinePar& bline) {
9  m_blines[detElId] = &bline;
10 }
sTgcAlignmentStore::m_blines
BLineCache m_blines
Definition: sTgcAlignmentStore.h:32
sTgcAlignmentStore.h
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
BLinePar
Definition: BLinePar.h:14
sTgcAlignmentStore::cacheBLine
void cacheBLine(const Identifier &detElId, const BLinePar &bline)
Caches the micromega BLine parameter.
Definition: sTgcAlignmentStore.cxx:8