Class Reference for E1039 Core & Analysis Software
|
An SQ interface class to hold the run-level info. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQRun.h>
Public Member Functions | |
virtual | ~SQRun () |
void | Reset () |
Clear Event. More... | |
virtual void | identify (std::ostream &os=std::cout) const |
virtual int | get_run_id () const |
Return the run ID. More... | |
virtual void | set_run_id (const int a) |
virtual int | get_unix_time_begin () const |
Return the Unix time when this run began. More... | |
virtual void | set_unix_time_begin (const int a) |
virtual int | get_unix_time_end () const |
Return the Unix time when this run ended. More... | |
virtual void | set_unix_time_end (const int a) |
virtual int | get_fpga_enabled (const int chan) const |
Return 'true' if the given channel ('chan') of the FPGA trigger was enabled in this run. More... | |
virtual void | set_fpga_enabled (const int chan, const int a) |
virtual int | get_nim_enabled (const int chan) const |
Return 'true' if the given channel ('chan') of the NIM trigger was enabled in this run. More... | |
virtual void | set_nim_enabled (const int chan, const int a) |
virtual int | get_fpga_prescale (const int chan) const |
Return the prescale factor of the given channel ('chan') of the FPGA trigger in this run. More... | |
virtual void | set_fpga_prescale (const int chan, const int a) |
virtual int | get_nim_prescale (const int chan) const |
Return the prescale factor of the given channel ('chan') of the NIM trigger in this run. More... | |
virtual void | set_nim_prescale (const int chan, const int a) |
virtual int | get_v1495_id (const int chan) const |
Return the ID of the chan -th V1495 boards. More... | |
virtual void | set_v1495_id (const int chan, const int id) |
virtual std::string | get_run_desc () const |
Return the run description of this run. More... | |
virtual void | set_run_desc (const std::string a) |
virtual int | get_n_fee_event () const |
Return the number of FEE events. More... | |
virtual void | set_n_fee_event (const int a) |
virtual int | get_n_fee_prescale () const |
Return the number of FEE-prescale events. More... | |
virtual void | set_n_fee_prescale (const int a) |
virtual int | get_n_run_desc () const |
Return the number of run-description events. More... | |
virtual void | set_n_run_desc (const int a) |
virtual int | get_n_spill () const |
Return the number of spill events. More... | |
virtual void | set_n_spill (const int a) |
virtual int | get_n_evt_all () const |
Return the number of all recorded events. More... | |
virtual void | set_n_evt_all (const int a) |
virtual int | get_n_evt_dec () const |
Return the number of decoded events. The online decoding usually skips a part of events in order to finish in time. More... | |
virtual void | set_n_evt_dec (const int a) |
virtual int | get_n_phys_evt () const |
Return the number of all PHYSICS events. More... | |
virtual void | set_n_phys_evt (const int a) |
virtual int | get_n_phys_evt_bad () const |
Return the number of bad PHYSICS events. More... | |
virtual void | set_n_phys_evt_bad (const int a) |
virtual int | get_n_flush_evt () const |
Return the number of all FLUSH events. More... | |
virtual void | set_n_flush_evt (const int a) |
virtual int | get_n_flush_evt_bad () const |
Return the number of bad FLUSH events. More... | |
virtual void | set_n_flush_evt_bad (const int a) |
virtual int | get_n_hit () const |
Return the number of all Taiwan-TDC hits. More... | |
virtual void | set_n_hit (const int a) |
virtual int | get_n_t_hit () const |
Return the number of all V1495-TDC (i.e. trigger) hits. More... | |
virtual void | set_n_t_hit (const int a) |
virtual int | get_n_hit_bad () const |
Return the number of bad Taiwan-TDC hits. More... | |
virtual void | set_n_hit_bad (const int a) |
virtual int | get_n_t_hit_bad () const |
Return the number of bad V1495-TDC (i.e. trigger) hits. More... | |
virtual void | set_n_t_hit_bad (const int a) |
virtual int | get_n_v1495 () const |
Return the number of all V1495 events. More... | |
virtual void | set_n_v1495 (const int a) |
virtual int | get_n_v1495_d1ad () const |
Return the number of V1495 events having 'd1ad'. More... | |
virtual void | set_n_v1495_d1ad (const int a) |
virtual int | get_n_v1495_d2ad () const |
Return the number of V1495 events having 'd2ad'. More... | |
virtual void | set_n_v1495_d2ad (const int a) |
virtual int | get_n_v1495_d3ad () const |
Return the number of V1495 events having 'd3ad'. More... | |
virtual void | set_n_v1495_d3ad (const int a) |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data 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 | |
SQRun () | |
ClassDef (SQRun, 1) | |
|
protected |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Return the run ID.
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 32 of file SQRun.h.
Referenced by DbUpRun::End(), DbUpRun::InitRun(), DbUpSpill::InitRun(), and DbUpRun::process_event().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Return the ID of the chan
-th V1495 boards.
Reimplemented in SQRun_v2.
Definition at line 53 of file SQRun.h.
Referenced by AnaDimuon::InitRun(), AnaDimuonLikeSign::InitRun(), and AnaDimuonV2::InitRun().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 42 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 48 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 72 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 75 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 60 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 63 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 84 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 87 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 90 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 96 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 78 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 81 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 66 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 69 of file SQRun.h.
Referenced by Fun4AllSRawEventInputManager::E906ToE1039(), Fun4AllEVIOInputManager::run(), Fun4AllVectEventInputManager::VectToE1039(), and Fun4AllRUSInputManager::VectToE1039().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 93 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 99 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 102 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 105 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 108 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 111 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 45 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 51 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 57 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 33 of file SQRun.h.
Referenced by Fun4AllSRawEventInputManager::E906ToE1039(), PHG4TruthSubsystem::InitRun(), Fun4AllHitMatrixInputManager::run(), Fun4AllTrackQAv1InputManager::run(), and Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 36 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2, and SQRun_v1.
Definition at line 39 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::fileclose(), and Fun4AllEVIOInputManager::run().
|
inlinevirtual |
Reimplemented in SQRun_v2.
Definition at line 54 of file SQRun.h.
Referenced by Fun4AllEVIOInputManager::run().