Analysis Software
Documentation for sPHENIX simulation software
|
#include <OnlMon/blob/main/poms/Poms.h>
Public Member Functions | |
SubSystemActionDrawHtml (SubSystem *parent) | |
virtual | ~SubSystemActionDrawHtml () |
int | Execute () |
Public Member Functions inherited from SubSystemAction | |
SubSystemAction (SubSystem *parent) | |
SubSystemAction (SubSystem *parent, const char *description) | |
SubSystemAction (SubSystem *parent, const char *cmd, const char *description) | |
virtual | ~SubSystemAction () |
const std::string & | GetCmd () |
const std::string & | GetDescription () |
int | GetId () const |
Additional Inherited Members | |
Static Public Member Functions inherited from SubSystemAction | |
static SubSystemAction * | FindById (int id) |
Protected Member Functions inherited from SubSystemAction | |
int | NextId () |
Protected Attributes inherited from SubSystemAction | |
bool | _running |
int | _id |
SubSystem * | _parent |
std::string | _cmd |
std::string | _description |
Static Protected Attributes inherited from SubSystemAction | |
static int | _nextId = SUBSYSTEM_ACTION_ID_BEGIN |
static SubSystemActionMap | _map |
Definition at line 236 of file Poms.h.
View newest version in sPHENIX GitHub at line 236 of file Poms.h
SubSystemActionDrawHtml::SubSystemActionDrawHtml | ( | SubSystem * | parent | ) |
|
inlinevirtual |
|
virtual |
Reimplemented from SubSystemAction.
Definition at line 762 of file Poms.cc.
View newest version in sPHENIX GitHub at line 762 of file Poms.cc
References SubSystemAction::_parent, SubSystemAction::_running, and SubSystem::GetPrefix().