ATLAS Offline Software
Loading...
Searching...
No Matches
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
8void MmAlignmentStore::cacheBLine(const Identifier& detElId, const BLinePar& bline) {
9 m_blines[detElId] = &bline;
10}
void cacheBLine(const Identifier &detElId, const BLinePar &bline)
Caches the micromega BLine parameter.