ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibHole_E.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace MuonCalib {
8
10
11 const MuonFixedId& MuonCalibHole_E::identify() const { return m_id; }
13 void MuonCalibHole_E::setId(const MuonFixedId& id) { m_id = id; }
15} // namespace MuonCalib
MuonFixedId m_id
hole ID (MuonCalib::MuonFixedId)
const MuonFixedId & identify() const
retrieve hole position
void setId(const MuonFixedId &id)
sets hole position
void setPosition(const Amg::Vector3D &pos)
MuonCalibHole_E()=default
default constructor
Amg::Vector3D m_pos
hole position
const Amg::Vector3D & position() const
sets hole ID (MuonCalib::MuonFixedId)
Implements fixed identifiers not dependent upon Athena Identifier for internal use in the calibration...
Definition MuonFixedId.h:50
Eigen::Matrix< double, 3, 1 > Vector3D
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.