Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/offline/framework/phool/PHNodeOperation.h>
Public Member Functions | |
PHNodeOperation () | |
virtual | ~PHNodeOperation () |
void | operator() (PHNode &o) |
void | operator() (PHNode *o) |
virtual void | Verbosity (const int i) |
virtual int | Verbosity () const |
Protected Member Functions | |
virtual void | perform (PHNode *)=0 |
Protected Attributes | |
int | verbosity |
Definition at line 10 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 10 of file PHNodeOperation.h
|
inline |
Definition at line 13 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 13 of file PHNodeOperation.h
|
inlinevirtual |
Definition at line 17 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 17 of file PHNodeOperation.h
|
inline |
Definition at line 19 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 19 of file PHNodeOperation.h
References perform().
|
inline |
Definition at line 24 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 24 of file PHNodeOperation.h
References perform().
|
protectedpure virtual |
Implemented in PHNodeIntegrate, PHNodeDump, and PHNodeReset.
Referenced by operator()().
|
inlinevirtual |
Definition at line 29 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 29 of file PHNodeOperation.h
Referenced by Fun4AllServer::ResetNodeTree().
|
inlinevirtual |
Definition at line 30 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 30 of file PHNodeOperation.h
References verbosity.
|
protected |
Definition at line 34 of file PHNodeOperation.h.
View newest version in sPHENIX GitHub at line 34 of file PHNodeOperation.h
Referenced by PHNodeReset::perform(), PHNodeIntegrate::perform(), and Verbosity().