13#ifndef MUONCALIB_MUONCALIBPATTERN_H
14#define MUONCALIB_MUONCALIBPATTERN_H
108 std::ostream&
dump(std::ostream& os)
const;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibPattern &pat)
Class to store the information belonging to a global pattern in the muon system.
MuonCalibPattern()=default
Default constructor.
std::shared_ptr< MuonCalibSegment > MuonCalibSegPtr
typedef for a set of (pointers to) MuonCalibSegments
double r0() const
retrieve the r0 (track)parameter of the pattern
std::vector< MuonCalibSegPtr > MuonSegmentVec
typedef for the iterator of the set of MuonCalibSegments
double phi() const
retrieve the phi (track)parameter of the pattern
~MuonCalibPattern()=default
destructor
double invP() const
retrieve the invP (track)parameter of the pattern
double z0() const
retrieve the z0 (track)parameter of the pattern
unsigned int nmdtHits() const
< retrieve number of MDT hits. Counting convention: 1000*eta hits + phi hits. Note that MDTs only mea...
const MuonSegmentVec & muonSegs() const
retrieve the whole set of MuonCalibSegments: reference to the segment vector
void copy(const MuonCalibPattern &other)
MuonCalibPattern & operator=(const MuonCalibPattern &pat)
assignment operator.
unsigned int muonSegments() const
retrieve number of segments
void addMuonSegment(MuonCalibSegPtr seg)
double theta() const
retrieve the theta (track)parameter of the pattern
unsigned int ncscHits() const
double chi2() const
retrieve chi2 of the pattern
unsigned int ntgcHits() const
retrieve number of CSC hits.
unsigned int nrpcHits() const
retrieve number of TGC hits.
MuonSegmentVec m_muonSegments
set of MuonCalibSegments assigned to this MuonCalibPattern
A MuonCalibSegment is a reconstructed three dimensional track segment in the MuonSpectrometer.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
unsigned int ntgc
number of CSC hits.
double dist0
d0 (track)parameter of the MuonCalibPattern
double phi
phi (track)parameter of the MuonCalibPattern
double chi2
Chi2 of the MuonCalibPattern.
double theta
theta (track)parameter of the MuonCalibPattern
unsigned int nrpc
number of TGC hits.
unsigned int nmdt
number of RPC hits.
double z0
z0 (track)parameter of the MuonCalibPattern
double invP
invP (track)parameter of the MuonCalibPattern