Class Reference for E1039 Core & Analysis Software
SQHardSpill Class Referenceabstract

An SQ interface class to hold the hardware-related data of one spill. More...

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

+ Inheritance diagram for SQHardSpill:
+ Collaboration diagram for SQHardSpill:

Public Member Functions

virtual ~SQHardSpill ()
 
virtual void Reset ()=0
 Clear Event. More...
 
virtual void identify (std::ostream &os=std::cout) const =0
 
virtual int isValid () const =0
 isValid returns non zero if object contains vailid data More...
 
virtual SQHardSpillclone () const =0
 Virtual copy constructor. More...
 
virtual SQHardSpillClone () const =0
 No use. Only for backward compatibility. More...
 
virtual int get_bos_coda_id () const =0
 Return the Coda ID at BOS of this spill. More...
 
virtual void set_bos_coda_id (const int a)=0
 
virtual int get_bos_vme_time () const =0
 Return the VME time at BOS of this spill. More...
 
virtual void set_bos_vme_time (const int a)=0
 
virtual int get_eos_coda_id () const =0
 Return the Coda ID at EOS of this spill. More...
 
virtual void set_eos_coda_id (const int a)=0
 
virtual int get_eos_vme_time () const =0
 Return the VME time at EOS of this spill. More...
 
virtual void set_eos_vme_time (const int a)=0
 
virtual double get_time_input () const =0
 Return the time taken for the Coda input per spill. More...
 
virtual void set_time_input (const double a)=0
 
virtual double get_time_decode () const =0
 Return the time taken for the word decoding per spill. More...
 
virtual void set_time_decode (const double a)=0
 
virtual double get_time_map () const =0
 Return the time taken for the channel mapping per spill. More...
 
virtual void set_time_map (const double a)=0
 
virtual double get_time_subsys () const =0
 Return the time taken for the SubsysReco event processing per spill. More...
 
virtual void set_time_subsys (const double a)=0
 
virtual double get_time_output () const =0
 Return the time taken for the data output per spill. More...
 
virtual void set_time_output (const double a)=0
 
 ClassDef (SQHardSpill, 1)
 
- 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

 SQHardSpill ()
 

Detailed Description

An SQ interface class to hold the hardware-related data of one spill.

Definition at line 7 of file SQHardSpill.h.

Constructor & Destructor Documentation

◆ SQHardSpill()

SQHardSpill::SQHardSpill ( )
inlineprotected

Definition at line 9 of file SQHardSpill.h.

◆ ~SQHardSpill()

virtual SQHardSpill::~SQHardSpill ( )
inlinevirtual

Definition at line 12 of file SQHardSpill.h.

Member Function Documentation

◆ ClassDef()

SQHardSpill::ClassDef ( SQHardSpill  ,
 
)

◆ clone()

virtual SQHardSpill* SQHardSpill::clone ( ) const
pure virtual

Virtual copy constructor.

Reimplemented from PHObject.

Implemented in SQHardSpill_v1.

◆ Clone()

virtual SQHardSpill* SQHardSpill::Clone ( ) const
pure virtual

No use. Only for backward compatibility.

Implemented in SQHardSpill_v1.

◆ get_bos_coda_id()

virtual int SQHardSpill::get_bos_coda_id ( ) const
pure virtual

Return the Coda ID at BOS of this spill.

Implemented in SQHardSpill_v1.

◆ get_bos_vme_time()

virtual int SQHardSpill::get_bos_vme_time ( ) const
pure virtual

Return the VME time at BOS of this spill.

Implemented in SQHardSpill_v1.

◆ get_eos_coda_id()

virtual int SQHardSpill::get_eos_coda_id ( ) const
pure virtual

Return the Coda ID at EOS of this spill.

Implemented in SQHardSpill_v1.

◆ get_eos_vme_time()

virtual int SQHardSpill::get_eos_vme_time ( ) const
pure virtual

Return the VME time at EOS of this spill.

Implemented in SQHardSpill_v1.

◆ get_time_decode()

virtual double SQHardSpill::get_time_decode ( ) const
pure virtual

Return the time taken for the word decoding per spill.

Implemented in SQHardSpill_v1.

◆ get_time_input()

virtual double SQHardSpill::get_time_input ( ) const
pure virtual

Return the time taken for the Coda input per spill.

Implemented in SQHardSpill_v1.

◆ get_time_map()

virtual double SQHardSpill::get_time_map ( ) const
pure virtual

Return the time taken for the channel mapping per spill.

Implemented in SQHardSpill_v1.

◆ get_time_output()

virtual double SQHardSpill::get_time_output ( ) const
pure virtual

Return the time taken for the data output per spill.

Implemented in SQHardSpill_v1.

◆ get_time_subsys()

virtual double SQHardSpill::get_time_subsys ( ) const
pure virtual

Return the time taken for the SubsysReco event processing per spill.

Implemented in SQHardSpill_v1.

◆ identify()

virtual void SQHardSpill::identify ( std::ostream &  os = std::cout) const
pure virtual

identify Function from PHObject

Parameters
osOutput Stream

Reimplemented from PHObject.

Implemented in SQHardSpill_v1.

◆ isValid()

virtual int SQHardSpill::isValid ( ) const
pure virtual

isValid returns non zero if object contains vailid data

Reimplemented from PHObject.

Implemented in SQHardSpill_v1.

◆ Reset()

virtual void SQHardSpill::Reset ( )
pure virtual

Clear Event.

Reimplemented from PHObject.

Implemented in SQHardSpill_v1.

◆ set_bos_coda_id()

virtual void SQHardSpill::set_bos_coda_id ( const int  a)
pure virtual

Implemented in SQHardSpill_v1.

◆ set_bos_vme_time()

virtual void SQHardSpill::set_bos_vme_time ( const int  a)
pure virtual

Implemented in SQHardSpill_v1.

◆ set_eos_coda_id()

virtual void SQHardSpill::set_eos_coda_id ( const int  a)
pure virtual

Implemented in SQHardSpill_v1.

◆ set_eos_vme_time()

virtual void SQHardSpill::set_eos_vme_time ( const int  a)
pure virtual

Implemented in SQHardSpill_v1.

◆ set_time_decode()

virtual void SQHardSpill::set_time_decode ( const double  a)
pure virtual

Implemented in SQHardSpill_v1.

◆ set_time_input()

virtual void SQHardSpill::set_time_input ( const double  a)
pure virtual

Implemented in SQHardSpill_v1.

◆ set_time_map()

virtual void SQHardSpill::set_time_map ( const double  a)
pure virtual

Implemented in SQHardSpill_v1.

◆ set_time_output()

virtual void SQHardSpill::set_time_output ( const double  a)
pure virtual

Implemented in SQHardSpill_v1.

Referenced by Fun4AllEVIOInputManager::run().

+ Here is the caller graph for this function:

◆ set_time_subsys()

virtual void SQHardSpill::set_time_subsys ( const double  a)
pure virtual

Implemented in SQHardSpill_v1.

Referenced by Fun4AllEVIOInputManager::run().

+ Here is the caller graph for this function:

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