![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_coresoftware/blob/master/offline/framework/phool/PHNodeIntegrate.h>
Inheritance diagram for PHNodeIntegrate:
Collaboration diagram for PHNodeIntegrate:Public Member Functions | |
| PHNodeIntegrate () | |
| ~PHNodeIntegrate () override | |
| void | RunNode (PHCompositeNode *node) |
| void | RunSumNode (PHCompositeNode *node) |
Public Member Functions inherited from PHNodeOperation | |
| PHNodeOperation () | |
| virtual | ~PHNodeOperation () |
| void | operator() (PHNode &o) |
| void | operator() (PHNode *o) |
| virtual void | Verbosity (const int i) |
| virtual int | Verbosity () const |
Protected Member Functions | |
| void | perform (PHNode *) override |
Private Attributes | |
| PHCompositeNode * | runnode |
| PHCompositeNode * | runsumnode |
Additional Inherited Members | |
Protected Attributes inherited from PHNodeOperation | |
| int | verbosity |
Definition at line 13 of file PHNodeIntegrate.h.
View newest version in sPHENIX GitHub at line 13 of file PHNodeIntegrate.h
|
inline |
Definition at line 16 of file PHNodeIntegrate.h.
View newest version in sPHENIX GitHub at line 16 of file PHNodeIntegrate.h
|
inlineoverride |
Definition at line 21 of file PHNodeIntegrate.h.
View newest version in sPHENIX GitHub at line 21 of file PHNodeIntegrate.h
|
overrideprotectedvirtual |
Implements PHNodeOperation.
Definition at line 15 of file PHNodeIntegrate.cc.
View newest version in sPHENIX GitHub at line 15 of file PHNodeIntegrate.cc
References PHObject::CloneMe(), PHObject::CopyFrom(), PHNode::getName(), PHNode::getObjectType(), PHNode::getType(), and PHObject::Integrate().
Here is the call graph for this function:
|
inline |
Definition at line 22 of file PHNodeIntegrate.h.
View newest version in sPHENIX GitHub at line 22 of file PHNodeIntegrate.h
References runnode.
Referenced by Fun4AllDstInputManager::fileopen(), Fun4AllSingleDstPileupInputManager::fileopen(), and Fun4AllDstPileupInputManager::fileopen().
Here is the caller graph for this function:
|
inline |
Definition at line 26 of file PHNodeIntegrate.h.
View newest version in sPHENIX GitHub at line 26 of file PHNodeIntegrate.h
References runsumnode.
Referenced by Fun4AllDstInputManager::fileopen(), Fun4AllSingleDstPileupInputManager::fileopen(), and Fun4AllDstPileupInputManager::fileopen().
Here is the caller graph for this function:
|
private |
Definition at line 35 of file PHNodeIntegrate.h.
View newest version in sPHENIX GitHub at line 35 of file PHNodeIntegrate.h
Referenced by RunNode().
|
private |
Definition at line 36 of file PHNodeIntegrate.h.
View newest version in sPHENIX GitHub at line 36 of file PHNodeIntegrate.h
Referenced by RunSumNode().