ATLAS Offline Software
Loading...
Searching...
No Matches
MuonCalibCaloHit.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
9 MuonCalibCaloHit::MuonCalibCaloHit(int id, const Amg::Vector3D& pos, float time, float charge) :
10 m_id{id}, m_pos{pos}, m_time{time}, m_charge{charge} {}
11
12 int MuonCalibCaloHit::identify() const { return m_id; }
14 float MuonCalibCaloHit::time() const { return m_time; }
15 float MuonCalibCaloHit::charge() const { return m_charge; }
16
17} // namespace MuonCalib
float charge() const
return the charge
int identify() const
return the identifier of the Hit
const Amg::Vector3D & position() const
return the (global) position of the MuonCalibHit
Amg::Vector3D m_pos
Global position.
float time() const
return the time
MuonCalibCaloHit()=default
default constructor
Eigen::Matrix< double, 3, 1 > Vector3D
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.