19 _run_id(std::numeric_limits<int>::max()),
20 _spill_id(std::numeric_limits<int>::max()),
21 _target_pos(std::numeric_limits<short>::max())
25 os <<
"---SQSpill_v1--------------------" << endl;
29 os <<
"---------------------------------" << endl;
35 if (_run_id == std::numeric_limits<int>::max())
return 0;
36 if (_spill_id == std::numeric_limits<int>::max())
return 0;
37 if (_target_pos == std::numeric_limits<short>::max())
return 0;
virtual int get_run_id() const
Return the run ID when this spill was taken.
int isValid() const
isValid returns non zero if object contains vailid data
virtual int get_spill_id() const
Return the spill ID.
virtual short get_target_pos() const
Return the target position in this spill.
void identify(std::ostream &os=std::cout) const