#include <DTTracoTrigData.h>
Public Member Functions | |
DTChamberId | ChamberId () const |
Return chamber identifier. More... | |
void | clear () |
Clear. More... | |
int | code () const |
Return trigger code. More... | |
int | DeltaPsiR () const |
Return DeltaPsiR. More... | |
DTTracoTrigData () | |
Constructor. More... | |
DTTracoTrigData (DTTracoId, int) | |
Constructor. More... | |
int | eqIn () const |
Return bti trigger equation of inner segment. More... | |
int | eqOut () const |
Return bti trigger equation of outer segment. More... | |
int | isFirst () const |
Return non 0 if the track is a first track. More... | |
int | K () const |
Return trigger K parameter. More... | |
DTTracoId | parentId () const |
Return parent TRACO identifier. More... | |
int | posIn () const |
Return the position of inner segment. More... | |
int | posMask () const |
Return correlator output code (position of segments) More... | |
int | posOut () const |
Return the position of outer segment. More... | |
void | print () const |
print More... | |
int | psi () const |
Return trigger K parameter converted to angle. More... | |
int | psiR () const |
Return trigger X parameter converted to angle. More... | |
int | pvCode () const |
Return the preview code. More... | |
int | pvCorr () const |
Return the preview correaltion bit. More... | |
int | pvIO () const |
Return the preview i/o bit. More... | |
int | pvK () const |
Return the preview K. More... | |
int | qdec () const |
Return the trigger code in new format. More... | |
void | resetPV () |
Reset preview variables. More... | |
void | resetVar () |
Reset all variables but preview. More... | |
void | setAngles (int psi, int psir, int dpsir) |
Set trigger angles. More... | |
void | setCodeIn (int code) |
Set trigger code inner layer. More... | |
void | setCodeOut (int code) |
Set trigger code outer layer. More... | |
void | setEqIn (int eq) |
Set bti trigger equation of segment, inner layer. More... | |
void | setEqOut (int eq) |
Set bti trigger equation of segment, outer layer. More... | |
void | setK (int k) |
Set trigger K parameter. More... | |
void | setParent (DTTracoId tracoid) |
Set the parent TRACO Identifier. More... | |
void | setPosIn (int pos) |
Set position of segment, inner layer. More... | |
void | setPosOut (int pos) |
Set position of segment, outer layer. More... | |
void | setPV (int first, int code, int K, int ioflag) |
Set trigger preview parameters. More... | |
void | setPVCorr (int ic) |
Set trigger preview correlation bit. More... | |
void | setStep (int step) |
Set trigger step. More... | |
void | setX (int x) |
Set trigger X parameter. More... | |
int | step () const |
Return step. More... | |
int | tracoNumber () const |
Return parent TRACO number. More... | |
int | X () const |
Return trigger X parameter. More... | |
~DTTracoTrigData () | |
Destructor. More... | |
Public Member Functions inherited from DTTrigData | |
DTTrigData () | |
Constructor. More... | |
int | sector () const |
Return sector number. More... | |
int | station () const |
Return station number. More... | |
int | wheel () const |
Return wheel number. More... | |
virtual | ~DTTrigData () |
Destructor. More... | |
Private Attributes | |
myint8 | _codeIn |
myint8 | _codeOut |
long int | _dPsiR |
myint8 | _eqIn |
myint8 | _eqOut |
int | _Kval |
myint8 | _posIn |
myint8 | _posOut |
long int | _psi |
long int | _psiR |
myint8 | _pvcode |
myint8 | _pvCorr |
myint8 | _pvfirst |
myint8 | _pvIOflag |
int | _pvKval |
myint8 | _step |
DTTracoId | _tracoid |
int | _Xval |
DTTracoChip Trigger Data
Definition at line 37 of file DTTracoTrigData.h.
|
inline |
DTTracoTrigData::DTTracoTrigData | ( | DTTracoId | tracoid, |
int | step | ||
) |
|
inline |
|
inlinevirtual |
Return chamber identifier.
Implements DTTrigData.
Definition at line 176 of file DTTracoTrigData.h.
References _tracoid, and DTTracoId::ChamberId().
Referenced by DTTracoTrig::ChamberId().
|
inline |
Clear.
Definition at line 170 of file DTTracoTrigData.h.
References resetPV(), and resetVar().
Referenced by DTTracoTrig::clear(), and DTTracoTrigData().
|
inline |
Return trigger code.
Definition at line 199 of file DTTracoTrigData.h.
References _codeIn, and _codeOut.
Referenced by DTTSPhi::addTracoT(), DTTracoTrig::code(), DTChambPhSegm::oldCode(), print(), DTTSPhi::runTSPhi(), setCodeIn(), setCodeOut(), and setPV().
|
inline |
Return DeltaPsiR.
Definition at line 276 of file DTTracoTrigData.h.
References _dPsiR.
Referenced by DTChambPhSegm::DeltaPsiR(), DTTracoTrig::DeltaPsiR(), DTChambPhSegm::phiB(), and print().
|
inline |
Return bti trigger equation of inner segment.
Definition at line 219 of file DTTracoTrigData.h.
References _eqIn.
Referenced by DTTracoTrig::eqIn(), DTChambPhSegm::print(), and DTSectCollPhSegm::print().
|
inline |
Return bti trigger equation of outer segment.
Definition at line 224 of file DTTracoTrigData.h.
References _eqOut.
Referenced by DTTracoTrig::eqOut(), DTChambPhSegm::print(), and DTSectCollPhSegm::print().
|
inline |
Return non 0 if the track is a first track.
Definition at line 230 of file DTTracoTrigData.h.
References _pvfirst.
Referenced by DTTracoTrig::isFirst(), and print().
|
inline |
Return trigger K parameter.
Definition at line 256 of file DTTracoTrigData.h.
References _Kval.
Referenced by DTChambPhSegm::K(), DTTracoTrig::K(), DTTracoCard::localDirection(), print(), and setPV().
|
inline |
Return parent TRACO identifier.
Definition at line 184 of file DTTracoTrigData.h.
References _tracoid.
Referenced by DTTracoCard::localDirection(), DTTracoCard::localPosition(), and DTTracoCard::storeTrigger().
|
inline |
Return the position of inner segment.
Definition at line 209 of file DTTracoTrigData.h.
References _posIn.
Referenced by DTTracoCard::localPosition(), and DTTracoTrig::posIn().
|
inline |
Return correlator output code (position of segments)
Definition at line 204 of file DTTracoTrigData.h.
References _posIn, and _posOut.
Referenced by DTChambPhSegm::posMask(), and DTTracoTrig::posMask().
|
inline |
Return the position of outer segment.
Definition at line 214 of file DTTracoTrigData.h.
References _posOut.
Referenced by DTTracoCard::localPosition(), and DTTracoTrig::posOut().
|
virtual |
Implements DTTrigData.
Definition at line 60 of file DTTracoTrigData.cc.
References _tracoid, code(), gather_cfg::cout, DeltaPsiR(), isFirst(), K(), psiR(), pvCode(), pvCorr(), pvK(), qdec(), DTTracoId::sector(), DTTracoId::station(), step(), DTTracoId::traco(), DTTracoId::wheel(), and X().
Referenced by DTTSPhi::addTracoT(), and DTTracoTrig::print().
|
inline |
Return trigger K parameter converted to angle.
Definition at line 266 of file DTTracoTrigData.h.
References _psi.
Referenced by DTChambPhSegm::psi(), DTTracoTrig::psi(), and setAngles().
|
inline |
Return trigger X parameter converted to angle.
Definition at line 271 of file DTTracoTrigData.h.
References _psiR.
Referenced by DTChambPhSegm::phi(), print(), DTChambPhSegm::psiR(), and DTTracoTrig::psiR().
|
inline |
Return the preview code.
Definition at line 235 of file DTTracoTrigData.h.
References _pvcode.
Referenced by DTTSPhi::addTracoT(), DTTSCand::is0H(), DTTSCand::is0L(), DTTSCand::isH0(), DTTSCand::isHHorHL(), DTTSCand::isHtrig(), DTTSCand::isInner(), DTTSCand::isL0(), DTTSCand::isLH(), DTTSCand::isLL(), print(), DTChambPhSegm::pvCode(), and DTTracoTrig::pvCode().
|
inline |
Return the preview correaltion bit.
Definition at line 245 of file DTTracoTrigData.h.
References _pvCorr.
Referenced by DTTSCand::is0H(), DTTSCand::is0L(), DTTSCand::isCorr(), DTTSCand::isH0(), DTTSCand::isHHorHL(), DTTSCand::isL0(), DTTSCand::isLH(), DTTSCand::isLL(), print(), and DTTracoTrig::pvCorr().
|
inline |
Return the preview i/o bit.
Definition at line 250 of file DTTracoTrigData.h.
References _pvIOflag.
Referenced by DTTracoTrig::operator==().
|
inline |
Return the preview K.
Definition at line 240 of file DTTracoTrigData.h.
References _pvKval.
Referenced by DTTSCand::print(), print(), DTChambPhSegm::pvK(), DTTracoTrig::pvK(), DTTSCand::setBitsTsm(), and DTTSCand::setBitsTss().
int DTTracoTrigData::qdec | ( | ) | const |
Return the trigger code in new format.
Definition at line 46 of file DTTracoTrigData.cc.
References _codeIn, and _codeOut.
Referenced by DTTracoChip::calculateAngles(), DTChambPhSegm::code(), print(), DTTracoTrig::qdec(), and DTTSCand::setBitsBkmod().
|
inline |
Reset preview variables.
Definition at line 161 of file DTTracoTrigData.h.
References _pvcode, _pvCorr, _pvfirst, _pvIOflag, and _pvKval.
Referenced by clear(), and DTTracoTrig::resetPV().
|
inline |
|
inline |
Set trigger angles.
Definition at line 125 of file DTTracoTrigData.h.
References _dPsiR, _psi, _psiR, and psi().
Referenced by DTTracoTrig::setAngles().
|
inline |
Set trigger code inner layer.
Definition at line 85 of file DTTracoTrigData.h.
References _codeIn, and code().
Referenced by DTTracoTrig::setCodeIn().
|
inline |
Set trigger code outer layer.
Definition at line 89 of file DTTracoTrigData.h.
References _codeOut, and code().
Referenced by DTTracoTrig::setCodeOut().
|
inline |
Set bti trigger equation of segment, inner layer.
Definition at line 104 of file DTTracoTrigData.h.
References _eqIn, and Vispa.Plugins.EdmBrowser.EdmDataAccessor::eq().
Referenced by DTTracoTrig::setEqIn().
|
inline |
Set bti trigger equation of segment, outer layer.
Definition at line 109 of file DTTracoTrigData.h.
References _eqOut, and Vispa.Plugins.EdmBrowser.EdmDataAccessor::eq().
Referenced by DTTracoTrig::setEqOut().
|
inline |
Set trigger K parameter.
Definition at line 115 of file DTTracoTrigData.h.
Referenced by DTTracoTrig::setK().
|
inline |
Set the parent TRACO Identifier.
Definition at line 55 of file DTTracoTrigData.h.
References _tracoid.
Referenced by lumiQTWidget.LumiCanvas::__init__(), and DTTracoTrig::DTTracoTrig().
|
inline |
Set position of segment, inner layer.
Definition at line 94 of file DTTracoTrigData.h.
References _posIn.
Referenced by DTTracoTrig::setPosIn().
|
inline |
Set position of segment, outer layer.
Definition at line 99 of file DTTracoTrigData.h.
References _posOut.
Referenced by DTTracoTrig::setPosOut().
|
inline |
Set trigger preview parameters.
Definition at line 65 of file DTTracoTrigData.h.
References _pvcode, _pvfirst, _pvIOflag, _pvKval, code(), first, and K().
Referenced by DTTracoTrig::setPV().
|
inline |
Set trigger preview correlation bit.
Definition at line 80 of file DTTracoTrigData.h.
References _pvCorr.
Referenced by DTTracoTrig::setPVCorr().
|
inline |
Set trigger step.
Definition at line 60 of file DTTracoTrigData.h.
Referenced by DTTracoTrig::DTTracoTrig().
|
inline |
Set trigger X parameter.
Definition at line 120 of file DTTracoTrigData.h.
Referenced by DTTracoTrig::setX().
|
inline |
Return step.
Definition at line 194 of file DTTracoTrigData.h.
References _step.
Referenced by print(), setStep(), DTTracoTrig::step(), and DTTracoCard::storeTrigger().
|
inline |
Return parent TRACO number.
Definition at line 189 of file DTTracoTrigData.h.
References _tracoid, and DTTracoId::traco().
Referenced by DTTSPhi::addTracoT(), DTChambPhSegm::print(), DTSectCollPhSegm::print(), DTChambPhSegm::tracoNumber(), DTTSCand::tracoNumber(), and DTTracoTrig::tracoNumber().
|
inline |
Return trigger X parameter.
Definition at line 261 of file DTTracoTrigData.h.
References _Xval.
Referenced by svgfig.Curve.Sample::__repr__(), DTTracoCard::localPosition(), print(), DTChambPhSegm::X(), and DTTracoTrig::X().
|
private |
Definition at line 301 of file DTTracoTrigData.h.
Referenced by code(), qdec(), resetVar(), and setCodeIn().
|
private |
Definition at line 303 of file DTTracoTrigData.h.
Referenced by code(), qdec(), resetVar(), and setCodeOut().
|
private |
Definition at line 328 of file DTTracoTrigData.h.
Referenced by DeltaPsiR(), resetVar(), and setAngles().
|
private |
Definition at line 296 of file DTTracoTrigData.h.
Referenced by eqIn(), resetVar(), and setEqIn().
|
private |
Definition at line 298 of file DTTracoTrigData.h.
Referenced by eqOut(), resetVar(), and setEqOut().
|
private |
Definition at line 319 of file DTTracoTrigData.h.
Referenced by K(), resetVar(), and setK().
|
private |
Definition at line 292 of file DTTracoTrigData.h.
Referenced by posIn(), posMask(), resetVar(), and setPosIn().
|
private |
Definition at line 294 of file DTTracoTrigData.h.
Referenced by posMask(), posOut(), resetVar(), and setPosOut().
|
private |
Definition at line 324 of file DTTracoTrigData.h.
Referenced by psi(), resetVar(), and setAngles().
|
private |
Definition at line 326 of file DTTracoTrigData.h.
Referenced by psiR(), resetVar(), and setAngles().
|
private |
Definition at line 309 of file DTTracoTrigData.h.
|
private |
Definition at line 313 of file DTTracoTrigData.h.
Referenced by pvCorr(), resetPV(), and setPVCorr().
|
private |
Definition at line 306 of file DTTracoTrigData.h.
|
private |
Definition at line 315 of file DTTracoTrigData.h.
|
private |
Definition at line 311 of file DTTracoTrigData.h.
|
private |
Definition at line 289 of file DTTracoTrigData.h.
|
private |
Definition at line 286 of file DTTracoTrigData.h.
Referenced by ChamberId(), parentId(), print(), setParent(), and tracoNumber().
|
private |
Definition at line 321 of file DTTracoTrigData.h.
Referenced by resetVar(), setX(), and X().