ATLAS Offline Software
Loading...
Searching...
No Matches
IOVDbTestAmdbCorrection.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 -----------------------------------------
7 ***************************************************************************
8 this class reads in the electronic mapping from the TBElectronics.map-file to return the Muon-Offline-Identifier to a given channel.
9 ***************************************************************************/
10
12
15
16
19
20void
21IOVDbTestAmdbCorrection::set(const HepGeom::Point3D<double>& trans, const HepGeom::Point3D<double>& rot, const std::string& name)
22{
23 m_name = name;
24 m_translation = trans;
25 m_rotation = rot;
26}
27
28
29const std::string& IOVDbTestAmdbCorrection::name() const
30{
31 return (m_name);
32}
33
34HepGeom::Point3D<double> IOVDbTestAmdbCorrection::getTranslation() const
35{
36 return m_translation;
37}
38
39HepGeom::Point3D<double> IOVDbTestAmdbCorrection::getRotation() const
40{
41 return m_rotation;
42}
HepGeom::Point3D< double > getTranslation() const
HepGeom::Point3D< double > m_translation
void set(const HepGeom::Point3D< double > &trans, const HepGeom::Point3D< double > &rot, const std::string &name)
HepGeom::Point3D< double > m_rotation
HepGeom::Point3D< double > getRotation() const
const std::string & name() const