Class Reference for E1039 Core & Analysis Software
SQScaler Class Reference

An SQ interface class to hold the data of one scaler channel. More...

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQScaler.h>

+ Inheritance diagram for SQScaler:
+ Collaboration diagram for SQScaler:

Public Types

enum  ScalerType_t { UNDEF = -1 , BOS = 0 , EOS = 1 }
 

Public Member Functions

virtual ~SQScaler ()
 
virtual void identify (std::ostream &os=std::cout) const
 
virtual void Reset ()
 Clear Event. More...
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data More...
 
virtual SQScalerClone () const
 
virtual PHObjectclone () const
 Virtual copy constructor. More...
 
virtual ScalerType_t get_type () const
 Return 'BOS' or 'EOS' according to the timing when this channel was read out. More...
 
virtual void set_type (const ScalerType_t a)
 
virtual std::string get_name () const
 Return the name of this scaler channel. More...
 
virtual void set_name (const std::string a)
 
virtual int get_count () const
 Return the count of this scaler channel. More...
 
virtual void set_count (const int a)
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
void SplitLevel (const int i)
 
int SplitLevel () const
 
void BufferSize (const int i)
 
int BufferSize () const
 

Protected Member Functions

 SQScaler ()
 

Detailed Description

An SQ interface class to hold the data of one scaler channel.

A list of this objects is held by SQSpill.

Definition at line 15 of file SQScaler.h.

Member Enumeration Documentation

◆ ScalerType_t

Enumerator
UNDEF 
BOS 
EOS 

Definition at line 17 of file SQScaler.h.

Constructor & Destructor Documentation

◆ ~SQScaler()

virtual SQScaler::~SQScaler ( )
inlinevirtual

Definition at line 23 of file SQScaler.h.

◆ SQScaler()

SQScaler::SQScaler ( )
inlineprotected

Definition at line 43 of file SQScaler.h.

Member Function Documentation

◆ Clone()

virtual SQScaler* SQScaler::Clone ( ) const
inlinevirtual

Reimplemented in SQScaler_v1.

Definition at line 32 of file SQScaler.h.

References NULL.

◆ clone()

virtual PHObject* SQScaler::clone ( ) const
inlinevirtual

Virtual copy constructor.

Reimplemented from PHObject.

Reimplemented in SQScaler_v1.

Definition at line 33 of file SQScaler.h.

References NULL.

◆ get_count()

virtual int SQScaler::get_count ( ) const
inlinevirtual

Return the count of this scaler channel.

Reimplemented in SQScaler_v1.

Definition at line 39 of file SQScaler.h.

◆ get_name()

virtual std::string SQScaler::get_name ( void  ) const
inlinevirtual

Return the name of this scaler channel.

Reimplemented in SQScaler_v1.

Definition at line 37 of file SQScaler.h.

◆ get_type()

virtual ScalerType_t SQScaler::get_type ( ) const
inlinevirtual

Return 'BOS' or 'EOS' according to the timing when this channel was read out.

Reimplemented in SQScaler_v1.

Definition at line 35 of file SQScaler.h.

References UNDEF.

◆ identify()

virtual void SQScaler::identify ( std::ostream &  os = std::cout) const
inlinevirtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Reimplemented in SQScaler_v1.

Definition at line 27 of file SQScaler.h.

◆ isValid()

virtual int SQScaler::isValid ( ) const
inlinevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Reimplemented in SQScaler_v1.

Definition at line 31 of file SQScaler.h.

◆ Reset()

virtual void SQScaler::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from PHObject.

Reimplemented in SQScaler_v1.

Definition at line 30 of file SQScaler.h.

◆ set_count()

virtual void SQScaler::set_count ( const int  a)
inlinevirtual

Reimplemented in SQScaler_v1.

Definition at line 40 of file SQScaler.h.

◆ set_name()

virtual void SQScaler::set_name ( const std::string  a)
inlinevirtual

Reimplemented in SQScaler_v1.

Definition at line 38 of file SQScaler.h.

◆ set_type()

virtual void SQScaler::set_type ( const ScalerType_t  a)
inlinevirtual

Reimplemented in SQScaler_v1.

Definition at line 36 of file SQScaler.h.


The documentation for this class was generated from the following file: