ATLAS Offline Software
MmAlignmentStore.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 MmAlignmentStore::cacheBLine(const Identifier& detElId, const BLinePar& bline) {
9  m_blines[detElId] = &bline;
10 }
MmAlignmentStore::cacheBLine
void cacheBLine(const Identifier &detElId, const BLinePar &bline)
Caches the micromega BLine parameter.
Definition: MmAlignmentStore.cxx:8
Identifier
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:32
MmAlignmentStore::m_blines
BLineCache m_blines
Definition: MmAlignmentStore.h:36
BLinePar
Definition: BLinePar.h:14
MmAlignmentStore.h