EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHNodeIntegrate Class Reference

#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

PHCompositeNoderunnode
 
PHCompositeNoderunsumnode
 

Additional Inherited Members

- Protected Attributes inherited from PHNodeOperation
int verbosity
 

Detailed Description

Definition at line 13 of file PHNodeIntegrate.h.

View newest version in sPHENIX GitHub at line 13 of file PHNodeIntegrate.h

Constructor & Destructor Documentation

PHNodeIntegrate::PHNodeIntegrate ( )
inline

Definition at line 16 of file PHNodeIntegrate.h.

View newest version in sPHENIX GitHub at line 16 of file PHNodeIntegrate.h

PHNodeIntegrate::~PHNodeIntegrate ( )
inlineoverride

Definition at line 21 of file PHNodeIntegrate.h.

View newest version in sPHENIX GitHub at line 21 of file PHNodeIntegrate.h

Member Function Documentation

void PHNodeIntegrate::perform ( PHNode node)
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:

void PHNodeIntegrate::RunNode ( PHCompositeNode node)
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:

void PHNodeIntegrate::RunSumNode ( PHCompositeNode node)
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:

Member Data Documentation

PHCompositeNode* PHNodeIntegrate::runnode
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().

PHCompositeNode* PHNodeIntegrate::runsumnode
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().


The documentation for this class was generated from the following files: