4 #ifndef _H_SQScaler_v1_H_
5 #define _H_SQScaler_v1_H_
16 void identify(std::ostream& os = std::cout)
const;
25 virtual std::string
get_name()
const {
return _name; }
26 virtual void set_name(
const std::string a) { _name = a; }
virtual void set_name(const std::string a)
virtual void set_count(const int a)
SQScaler * Clone() const
Use Clone() or clone()??
virtual std::string get_name() const
Return the name of this scaler channel.
PHObject * clone() const
Use Clone() or clone()??
virtual void set_type(const ScalerType_t a)
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.
An SQ interface class to hold the data of one scaler channel.