19 os <<
"---SQScaler_v1--------------------" << endl;
20 os <<
" type: " <<
get_type() << endl;
21 os <<
" name: " <<
get_name() << endl;
23 os <<
"---------------------------------" << endl;
28 return (_type !=
UNDEF && _name.length() > 0) ? 1 : 0;
virtual std::string get_name() const
Return the name of this scaler channel.
void identify(std::ostream &os=std::cout) const
virtual int get_count() const
Return the count of this scaler channel.
int isValid() const
isValid returns non zero if object contains vailid data
virtual ScalerType_t get_type() const
Return 'BOS' or 'EOS' according to the timing when this channel was read out.