|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/online/onlmonserver/OnlMonMainDaq.h>
Inheritance diagram for OnlMonMainDaq:
Collaboration diagram for OnlMonMainDaq:Public Member Functions | |
| OnlMonMainDaq () | |
| virtual | ~OnlMonMainDaq () |
| OnlMonClient * | Clone () |
| int | InitOnlMon (PHCompositeNode *topNode) |
| int | InitRunOnlMon (PHCompositeNode *topNode) |
| int | ProcessEventOnlMon (PHCompositeNode *topNode) |
| int | EndOnlMon (PHCompositeNode *topNode) |
| int | FindAllMonHist () |
| int | DrawMonitor () |
Public Member Functions inherited from OnlMonClient | |
| OnlMonClient () | |
| virtual | ~OnlMonClient () |
| void | Title (const std::string &title) |
| std::string | Title () |
| int | Init (PHCompositeNode *topNode) |
| int | InitRun (PHCompositeNode *topNode) |
| int | process_event (PHCompositeNode *topNode) |
| int | End (PHCompositeNode *topNode) |
| Called at the end of all processing. More... | |
| void | GetBasicID (int *run_id=0, int *spill_id=0, int *event_id=0, int *spill_id_min=0, int *spill_id_max=0) |
| void | GetBasicCount (int *n_evt=0, int *n_sp=0) |
| int | StartMonitor () |
| TH1 * | FindMonHist (const std::string name, const bool non_null=true) |
| int | SendHist (TSocket *sock, int sp_min, int sp_max) |
Public Member Functions inherited from SubsysReco | |
| virtual | ~SubsysReco () |
| virtual int | EndRun (const int) |
| Called at the end of each run. More... | |
| virtual int | Reset (PHCompositeNode *) |
| Reset. More... | |
| virtual int | ResetEvent (PHCompositeNode *) |
| Clean up after each event. More... | |
| virtual void | Print (const std::string &what="ALL") const |
Public Member Functions inherited from Fun4AllBase | |
| virtual | ~Fun4AllBase () |
| virtual const std::string | Name () const |
| Returns the name of this module. More... | |
| virtual void | Name (const std::string &name) |
| Sets the name of this module. More... | |
| virtual void | Verbosity (const int ival) |
| Sets the verbosity of this module (0 by default=quiet). More... | |
| virtual void | Verbosity (enu_Verbosity ival) |
| Sets the verbosity of this module (0 by default=quiet). More... | |
| virtual int | Verbosity () const |
| Gets the verbosity of this module. More... | |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
| enum | enu_Verbosity { VERBOSITY_QUIET = 0, VERBOSITY_SOME = 1, VERBOSITY_MORE = 2, VERBOSITY_EVEN_MORE = 3, VERBOSITY_A_LOT = 4, VERBOSITY_MAX = INT_MAX - 10 } |
Static Public Member Functions inherited from OnlMonClient | |
| static void | SetClearUsFlag (const bool val) |
| static bool | GetClearUsFlag () |
Protected Types inherited from OnlMonClient | |
| enum | HistMode_t { MODE_ADD, MODE_UPDATE } |
Protected Member Functions inherited from OnlMonClient | |
| void | RegisterHist (TH1 *h1, const HistMode_t mode=MODE_ADD) |
| void | NumCanvases (const int num) |
| int | NumCanvases () |
| OnlMonCanvas * | GetCanvas (const int num=0) |
Protected Member Functions inherited from SubsysReco | |
| SubsysReco (const std::string &name="NONAME") | |
Protected Member Functions inherited from Fun4AllBase | |
| Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes inherited from Fun4AllBase | |
| std::string | ThisName |
| int | verbosity |
| The verbosity level. 0 means not verbose at all. More... | |
Definition at line 6 of file OnlMonMainDaq.h.
| OnlMonMainDaq::OnlMonMainDaq | ( | ) |
Definition at line 17 of file OnlMonMainDaq.cc.
Referenced by Clone().
Here is the caller graph for this function:
|
inlinevirtual |
Definition at line 15 of file OnlMonMainDaq.h.
|
inlinevirtual |
Reimplemented from OnlMonClient.
Definition at line 16 of file OnlMonMainDaq.h.
References OnlMonMainDaq().
Here is the call graph for this function:
|
virtual |
Reimplemented from OnlMonClient.
Definition at line 135 of file OnlMonMainDaq.cc.
References OnlMonCanvas::AddMessage(), UtilHist::AutoSetRange(), OnlMonCanvas::ERROR, OnlMonCanvas::GetMainPad(), OnlMonCanvas::OK, OnlMonCanvas::SetStatus(), OnlMonCanvas::SetWorseStatus(), and OnlMonCanvas::WARN.
Here is the call graph for this function:
|
virtual |
Reimplemented from OnlMonClient.
Definition at line 120 of file OnlMonMainDaq.cc.
References Fun4AllReturnCodes::EVENT_OK.
|
virtual |
Reimplemented from OnlMonClient.
Definition at line 125 of file OnlMonMainDaq.cc.
|
virtual |
Reimplemented from OnlMonClient.
Definition at line 24 of file OnlMonMainDaq.cc.
References Fun4AllReturnCodes::EVENT_OK.
|
virtual |
Reimplemented from OnlMonClient.
Definition at line 29 of file OnlMonMainDaq.cc.
References Fun4AllReturnCodes::EVENT_OK, and OnlMonClient::MODE_UPDATE.
|
virtual |
Reimplemented from OnlMonClient.
Definition at line 70 of file OnlMonMainDaq.cc.
References Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::EVENT_OK, SQRun::get_n_evt_all(), SQRun::get_n_evt_dec(), SQRun::get_n_flush_evt(), SQRun::get_n_flush_evt_bad(), SQRun::get_n_hit(), SQRun::get_n_hit_bad(), SQRun::get_n_phys_evt(), SQRun::get_n_phys_evt_bad(), SQRun::get_n_spill(), SQRun::get_n_t_hit(), SQRun::get_n_t_hit_bad(), SQRun::get_n_v1495(), SQRun::get_n_v1495_d1ad(), SQRun::get_n_v1495_d2ad(), SQRun::get_n_v1495_d3ad(), SQEvent::MATRIX1, SQEvent::MATRIX2, SQEvent::MATRIX3, SQEvent::MATRIX4, SQEvent::MATRIX5, SQEvent::NIM1, SQEvent::NIM2, SQEvent::NIM3, SQEvent::NIM4, SQEvent::NIM5, and run().
Here is the call graph for this function: