59 const int delta,
const int roi,
const int pt,
const int sub = 0,
84 stream <<
"MuonCalibRawTgcCoin with" << std::endl;
85 stream <<
" identifier " <<
identify() << std::endl;
86 stream <<
" gPosIn = " <<
gPosIn() << std::endl;
87 stream <<
" gPosOut = " <<
gPosOut() << std::endl;
88 stream <<
" type = " <<
type() << std::endl;
89 stream <<
" eta = " <<
eta() << std::endl;
90 stream <<
" phi = " <<
phi() << std::endl;
91 stream <<
" sector = " <<
sector() << std::endl;
92 stream <<
" isForward = " <<
isForward() << std::endl;
93 stream <<
" isStrip = " <<
isStrip() << std::endl;
94 stream <<
" trackletId = " <<
trackletId() << std::endl;
96 stream <<
" widthIn = " <<
widthIn() << std::endl;
97 stream <<
" widthOut = " <<
widthOut() << std::endl;
98 stream <<
" widthR = " <<
widthR() << std::endl;
99 stream <<
" widthPhi = " <<
widthPhi() << std::endl;
100 stream <<
" delta = " <<
delta() << std::endl;
101 stream <<
" roi = " <<
roi() << std::endl;
102 stream <<
" pt = " <<
pt() << std::endl;
103 stream <<
" sub = " <<
sub() << std::endl;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibRawTgcCoin &coin)
Calib-EDM version of TgcPrepData class, containing uncalibrated information.
void setIsStrip(int isStrip)
void setIsPositiveDeltaR(int isPositiveDeltaR)
const Amg::Vector3D & gPosOut() const
retrieve the position expressed in global coordinates
void setWidthIn(float widthIn)
void setTrackletId(int trackletId)
const MuonFixedId & identify() const
retrieve the MuonFixedId
void setWidthR(float widthR)
const Amg::Vector3D & gPosIn() const
retrieve the position expressed in global coordinates
void setTrackletIdStrip(int trackletIdStrip)
void setSector(int sector)
void setId(MuonFixedId Id)
sets the MuonFixedId
std::ostream & dump(std::ostream &stream) const
dump to be used for operator<<() to dump the MuonCalibRawTgcCoin
MuonCalibRawTgcCoin()=default
default constructor
MuonFixedId m_id
identifier of the raw coin, (is a MuonFixedId, not an Identifier)
void setWidthPhi(float widthPhi)
void setIsForward(int isForward)
void setGlobalPositionOut(const Amg::Vector3D &gPosOut)
sets the position expressed in global coordinates
int isPositiveDeltaR() const
void setWidthOut(float widthOut)
int trackletIdStrip() const
void setGlobalPositionIn(const Amg::Vector3D &gPosIn)
sets the position expressed in global coordinates
Implements fixed identifiers not dependent upon Athena Identifier for internal use in the calibration...
Eigen::Matrix< double, 3, 1 > Vector3D
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.