|
ATLAS Offline Software
|
Go to the documentation of this file.
35 std::cout <<
"Consider to add NSW information here " << __FILE__ <<
":" << __LINE__ << std::endl;
53 os <<
"MuonCalibPattern: chi2 " <<
chi2() <<
" invP " <<
invP() <<
" nsegments " <<
muonSegments() << std::endl
54 <<
" (r0,z0) = (" <<
r0() <<
"," <<
z0() <<
") (phi,theta) = (" <<
phi() <<
"," <<
theta() <<
")";
double chi2() const
retrieve chi2 of the pattern
MuonCalibPattern & operator=(const MuonCalibPattern &pat)
assignment operator.
unsigned int ncscHits() const
unsigned int ntgc
number of CSC hits.
double chi2
Chi2 of the MuonCalibPattern.
unsigned int ntgcHits() const
retrieve number of CSC hits.
unsigned int nmdt
number of RPC hits.
double z0() const
retrieve the z0 (track)parameter of the pattern
double r0() const
retrieve the r0 (track)parameter of the pattern
void copy(const MuonCalibPattern &other)
unsigned int muonSegments() const
retrieve number of segments
double phi() const
retrieve the phi (track)parameter of the pattern
MuonSegmentVec m_muonSegments
set of MuonCalibSegments assigned to this MuonCalibPattern
double dist0
d0 (track)parameter of the MuonCalibPattern
double invP() const
retrieve the invP (track)parameter of the pattern
unsigned int nrpc
number of TGC hits.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
double z0
z0 (track)parameter of the MuonCalibPattern
double theta
theta (track)parameter of the MuonCalibPattern
const MuonSegmentVec & muonSegs() const
retrieve the whole set of MuonCalibSegments: reference to the segment vector
double invP
invP (track)parameter of the MuonCalibPattern
MuonCalibPattern()=default
Default constructor.
void addMuonSegment(MuonCalibSegPtr seg)
std::ostream & dump(std::ostream &os) const
std::shared_ptr< MuonCalibSegment > MuonCalibSegPtr
typedef for a set of (pointers to) MuonCalibSegments
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibPattern &pat)
unsigned int nmdtHits() const
< retrieve number of MDT hits. Counting convention: 1000*eta hits + phi hits. Note that MDTs only mea...
std::vector< MuonCalibSegPtr > MuonSegmentVec
typedef for the iterator of the set of MuonCalibSegments
double theta() const
retrieve the theta (track)parameter of the pattern
unsigned int nrpcHits() const
retrieve number of TGC hits.
double phi
phi (track)parameter of the MuonCalibPattern