ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/framework/phool/PHNodeIntegrate.h>
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
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().
|
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().
|
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().
|
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().