Class Reference for E1039 Core & Analysis Software
|
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>
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 SQHardSpill * | clone () const =0 |
Virtual copy constructor. More... | |
virtual SQHardSpill * | Clone () 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) | |
![]() | |
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 () | |
An SQ interface class to hold the hardware-related data of one spill.
Definition at line 7 of file SQHardSpill.h.
|
inlineprotected |
Definition at line 9 of file SQHardSpill.h.
|
inlinevirtual |
Definition at line 12 of file SQHardSpill.h.
SQHardSpill::ClassDef | ( | SQHardSpill | , |
1 | |||
) |
|
pure virtual |
|
pure virtual |
No use. Only for backward compatibility.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the Coda ID at BOS of this spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the VME time at BOS of this spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the Coda ID at EOS of this spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the VME time at EOS of this spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the time taken for the word decoding per spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the time taken for the Coda input per spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the time taken for the channel mapping per spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the time taken for the data output per spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
Return the time taken for the SubsysReco event processing per spill.
Implemented in SQHardSpill_v1.
|
pure virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Implemented in SQHardSpill_v1.
|
pure virtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Implemented in SQHardSpill_v1.
|
pure virtual |
|
pure virtual |
Implemented in SQHardSpill_v1.
|
pure virtual |
Implemented in SQHardSpill_v1.
|
pure virtual |
Implemented in SQHardSpill_v1.
|
pure virtual |
Implemented in SQHardSpill_v1.
|
pure virtual |
Implemented in SQHardSpill_v1.
|
pure virtual |
Implemented in SQHardSpill_v1.
|
pure virtual |
Implemented in SQHardSpill_v1.
|
pure virtual |
Implemented in SQHardSpill_v1.
Referenced by Fun4AllEVIOInputManager::run().
|
pure virtual |
Implemented in SQHardSpill_v1.
Referenced by Fun4AllEVIOInputManager::run().