Class Reference for E1039 Core & Analysis Software
SQSlowCont Class Reference

An SQ interface class to hold the data of one slow-control channel. More...

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

+ Inheritance diagram for SQSlowCont:
+ Collaboration diagram for SQSlowCont:

Public Member Functions

virtual ~SQSlowCont ()
 
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 SQSlowContClone () const
 
virtual PHObjectclone () const
 Virtual copy constructor. More...
 
virtual std::string get_time_stamp () const
 Return the time when this channel was read out. More...
 
virtual void set_time_stamp (const std::string a)
 
virtual std::string get_name () const
 Return the name of this channel. More...
 
virtual void set_name (const std::string a)
 
virtual std::string get_value () const
 Return the value of this channel. More...
 
virtual void set_value (const std::string a)
 
virtual std::string get_type () const
 Return the type (i.e. caterogy name) of this channel. More...
 
virtual void set_type (const std::string 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

 SQSlowCont ()
 

Detailed Description

An SQ interface class to hold the data of one slow-control channel.

A list of this objects is held by SQSpill.

Definition at line 15 of file SQSlowCont.h.

Constructor & Destructor Documentation

◆ ~SQSlowCont()

virtual SQSlowCont::~SQSlowCont ( )
inlinevirtual

Definition at line 17 of file SQSlowCont.h.

◆ SQSlowCont()

SQSlowCont::SQSlowCont ( )
inlineprotected

Definition at line 42 of file SQSlowCont.h.

Member Function Documentation

◆ Clone()

virtual SQSlowCont* SQSlowCont::Clone ( ) const
inlinevirtual

Reimplemented in SQSlowCont_v1.

Definition at line 26 of file SQSlowCont.h.

References NULL.

◆ clone()

virtual PHObject* SQSlowCont::clone ( ) const
inlinevirtual

Virtual copy constructor.

Reimplemented from PHObject.

Reimplemented in SQSlowCont_v1.

Definition at line 27 of file SQSlowCont.h.

References NULL.

◆ get_name()

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

Return the name of this channel.

Reimplemented in SQSlowCont_v1.

Definition at line 32 of file SQSlowCont.h.

◆ get_time_stamp()

virtual std::string SQSlowCont::get_time_stamp ( ) const
inlinevirtual

Return the time when this channel was read out.

Reimplemented in SQSlowCont_v1.

Definition at line 29 of file SQSlowCont.h.

◆ get_type()

virtual std::string SQSlowCont::get_type ( ) const
inlinevirtual

Return the type (i.e. caterogy name) of this channel.

Reimplemented in SQSlowCont_v1.

Definition at line 38 of file SQSlowCont.h.

◆ get_value()

virtual std::string SQSlowCont::get_value ( ) const
inlinevirtual

Return the value of this channel.

Reimplemented in SQSlowCont_v1.

Definition at line 35 of file SQSlowCont.h.

◆ identify()

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

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Reimplemented in SQSlowCont_v1.

Definition at line 21 of file SQSlowCont.h.

◆ isValid()

virtual int SQSlowCont::isValid ( ) const
inlinevirtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Reimplemented in SQSlowCont_v1.

Definition at line 25 of file SQSlowCont.h.

◆ Reset()

virtual void SQSlowCont::Reset ( )
inlinevirtual

Clear Event.

Reimplemented from PHObject.

Reimplemented in SQSlowCont_v1.

Definition at line 24 of file SQSlowCont.h.

◆ set_name()

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

Reimplemented in SQSlowCont_v1.

Definition at line 33 of file SQSlowCont.h.

◆ set_time_stamp()

virtual void SQSlowCont::set_time_stamp ( const std::string  a)
inlinevirtual

Reimplemented in SQSlowCont_v1.

Definition at line 30 of file SQSlowCont.h.

◆ set_type()

virtual void SQSlowCont::set_type ( const std::string  a)
inlinevirtual

Reimplemented in SQSlowCont_v1.

Definition at line 39 of file SQSlowCont.h.

◆ set_value()

virtual void SQSlowCont::set_value ( const std::string  a)
inlinevirtual

Reimplemented in SQSlowCont_v1.

Definition at line 36 of file SQSlowCont.h.


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