|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef MUON_MUONPRDPATTERN_H
14 #define MUON_MUONPRDPATTERN_H
29 typedef std::vector<const Trk::PrepRawData*>
PrdVector;
PrdVector m_prds
vector of PrepRawData pointers
virtual const Trk::PrepRawData * prd(unsigned int index) const
returns the PrepRawData objects depending on the integer, return zero if index out of range
virtual void addPrd(const Trk::PrepRawData *prd)
add hit to pattern
MuonPrdPattern(const Amg::Vector3D &pos, const Amg::Vector3D &dir)
Constructor.
This class provides conversion from CSC RDO data to CSC Digits.
Class to store a pattern in the muon system containing PrepRawData pointers.
~MuonPrdPattern()
Destructor.
Basic class for patterns in the muon spectrometer consistig out of a list of Trk::PrepRawData objects...
virtual MuonPrdPattern * clone() const
clone methode
Eigen::Matrix< double, 3, 1 > Vector3D
std::vector< const Trk::PrepRawData * > PrdVector
virtual unsigned int numberOfContainedPrds() const
Number or PrepRawData contained by this Pattern.
const PrdVector & prepRawDataVec() const