![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <OnlMon/blob/main/poms/Poms.h>
Inheritance diagram for SubSystemActionSavePlot:
Collaboration diagram for SubSystemActionSavePlot:Public Member Functions | |
| SubSystemActionSavePlot (SubSystem *parent) | |
| virtual | ~SubSystemActionSavePlot () |
| 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 220 of file Poms.h.
View newest version in sPHENIX GitHub at line 220 of file Poms.h
| SubSystemActionSavePlot::SubSystemActionSavePlot | ( | SubSystem * | parent | ) |
|
inlinevirtual |
|
virtual |
Reimplemented from SubSystemAction.
Definition at line 722 of file Poms.cc.
View newest version in sPHENIX GitHub at line 722 of file Poms.cc
References SubSystemAction::_parent, SubSystemAction::_running, and SubSystem::GetPrefix().
Here is the call graph for this function: