65 if (
qdec() == 7 &&
tt.qdec() == 7)
69 ((fmod(
double(
pvCode()), 8.) == 0) ^ (fmod(
double(
tt.pvCode()), 8.) == 0)) || !(
pvCorr() ==
tt.pvCorr()) ||
73 cout <<
"pvCode:" <<
pvCode() <<
"," <<
tt.pvCode() << endl;
74 cout <<
"pvK:" <<
pvK() <<
"," <<
tt.pvK() << endl;
75 cout <<
"pvCorr:" <<
pvCorr() <<
"," <<
tt.pvCorr() << endl;
76 cout <<
"psiR:" <<
psiR() <<
"," <<
tt.psiR() << endl;
78 cout <<
"qdec:" <<
qdec() <<
"," <<
tt.qdec() << endl;
79 cout <<
"data().pvIO:" <<
data().
pvIO() <<
"," <<
tt.data().pvIO() << endl;
void setParent(DTTracoId tracoid)
Set the parent TRACO Identifier.
int DeltaPsiR() const
Return DeltaPsiR.
DTTracoTrigData data() const
Return the data part.
bool operator==(const DTTracoTrig &) const
comparison operator
int pvIO() const
Return the preview i/o bit.
std::vector< const DTBtiTrigData * > _btitrig
DTTracoTrig()
Constructors.
int pvCorr() const
Return the preview correaltion bit.
int pvK() const
Return the preview K.
int pvCode() const
Return the preview code.
void setStep(int step)
Set trigger step.
int qdec() const
Return the trigger code in new format.
int isFirst() const
Return non 0 if the track is a first track.
char data[epos_bytes_allocation]
DTTracoId id() const
Return TRACO id.
int psiR() const
Return trigger X parameter converted to angle.
~DTTracoTrig() override
Destructor.