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

#include <fun4all_coresoftware/blob/master/offline/framework/phool/PHNodeOperation.h>

+ Inheritance diagram for PHNodeOperation:

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
 

Detailed Description

Definition at line 10 of file PHNodeOperation.h.

View newest version in sPHENIX GitHub at line 10 of file PHNodeOperation.h

Constructor & Destructor Documentation

PHNodeOperation::PHNodeOperation ( )
inline

Definition at line 13 of file PHNodeOperation.h.

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

virtual PHNodeOperation::~PHNodeOperation ( )
inlinevirtual

Definition at line 17 of file PHNodeOperation.h.

View newest version in sPHENIX GitHub at line 17 of file PHNodeOperation.h

Member Function Documentation

void PHNodeOperation::operator() ( PHNode o)
inline

Definition at line 19 of file PHNodeOperation.h.

View newest version in sPHENIX GitHub at line 19 of file PHNodeOperation.h

References perform().

+ Here is the call graph for this function:

void PHNodeOperation::operator() ( PHNode o)
inline

Definition at line 24 of file PHNodeOperation.h.

View newest version in sPHENIX GitHub at line 24 of file PHNodeOperation.h

References perform().

+ Here is the call graph for this function:

virtual void PHNodeOperation::perform ( PHNode )
protectedpure virtual

Implemented in PHNodeIntegrate, PHNodeDump, and PHNodeReset.

Referenced by operator()().

+ Here is the caller graph for this function:

virtual void PHNodeOperation::Verbosity ( const int  i)
inlinevirtual

Definition at line 29 of file PHNodeOperation.h.

View newest version in sPHENIX GitHub at line 29 of file PHNodeOperation.h

References verbosity.

Referenced by Fun4AllServer::ResetNodeTree().

+ Here is the caller graph for this function:

virtual int PHNodeOperation::Verbosity ( ) const
inlinevirtual

Definition at line 30 of file PHNodeOperation.h.

View newest version in sPHENIX GitHub at line 30 of file PHNodeOperation.h

References verbosity.

Member Data Documentation

int PHNodeOperation::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 Verbosity().


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