Class Reference for E1039 Core & Analysis Software
PHNodeIterator Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHNodeIterator.h>

+ Inheritance diagram for PHNodeIterator:
+ Collaboration diagram for PHNodeIterator:

Public Member Functions

 PHNodeIterator (PHCompositeNode *)
 
virtual ~PHNodeIterator ()
 
 PHNodeIterator ()
 
void print ()
 
PHPointerList< PHNode > & ls ()
 
PHNodefindFirst (const std::string &, const std::string &)
 
PHNodefindFirst (const std::string &)
 
PHBoolean cd (const std::string &pathString="")
 
PHBoolean addNode (PHNode *)
 
void forEach (PHNodeOperation &)
 
void for_each (PHNodeOperation &)
 
PHCompositeNodeget_currentNode () const
 

Protected Attributes

PHCompositeNodecurrentNode
 
PHPointerList< PHNodesubNodeList
 

Detailed Description

Definition at line 14 of file PHNodeIterator.h.

Constructor & Destructor Documentation

◆ PHNodeIterator() [1/2]

PHNodeIterator::PHNodeIterator ( PHCompositeNode node)

Definition at line 22 of file PHNodeIterator.cc.

◆ ~PHNodeIterator()

virtual PHNodeIterator::~PHNodeIterator ( )
inlinevirtual

Definition at line 18 of file PHNodeIterator.h.

◆ PHNodeIterator() [2/2]

PHNodeIterator::PHNodeIterator ( )

Definition at line 26 of file PHNodeIterator.cc.

Member Function Documentation

◆ addNode()

PHBoolean PHNodeIterator::addNode ( PHNode newNode)

Definition at line 155 of file PHNodeIterator.cc.

References PHCompositeNode::addNode(), and currentNode.

Referenced by PHDataNodeIterator::AddIODataNode().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cd()

PHBoolean PHNodeIterator::cd ( const std::string &  pathString = "")

Definition at line 101 of file PHNodeIterator.cc.

References currentNode, False, PHNode::getName(), PHNode::getParent(), PHNode::getType(), phooldefs::nodetreepathdelim, PHCompositeNode::subNodes, and True.

Referenced by Fun4AllServer::ResetNodeTree().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ findFirst() [1/2]

PHNode * PHNodeIterator::findFirst ( const std::string &  requiredName)

Definition at line 74 of file PHNodeIterator.cc.

References currentNode, findFirst(), PHNode::getName(), PHNode::getType(), and PHCompositeNode::subNodes.

+ Here is the call graph for this function:

◆ findFirst() [2/2]

PHNode * PHNodeIterator::findFirst ( const std::string &  requiredType,
const std::string &  requiredName 
)

Definition at line 50 of file PHNodeIterator.cc.

References currentNode, findFirst(), PHNode::getName(), PHNode::getType(), and PHCompositeNode::subNodes.

Referenced by PHHepMCGenHelper::create_node_tree(), Fun4AllSRawEventInputManager::enable_E1039_translation(), Fun4AllServer::End(), findFirst(), PHDataNodeIterator::FindIODataNode(), Fun4AllEVIOInputManager::Fun4AllEVIOInputManager(), Fun4AllHitMatrixInputManager::Fun4AllHitMatrixInputManager(), Fun4AllPrdfInputManager::Fun4AllPrdfInputManager(), Fun4AllRUSInputManager::Fun4AllRUSInputManager(), Fun4AllSRawEventInputManager::Fun4AllSRawEventInputManager(), Fun4AllTrackQAv1InputManager::Fun4AllTrackQAv1InputManager(), Fun4AllVectEventInputManager::Fun4AllVectEventInputManager(), findNode::getClass(), PHFieldUtility::GetFieldConfigNode(), PHFieldUtility::GetFieldMapNode(), PHGeomUtility::GetGeomIOTGeoNode(), PHGeomUtility::GetGeomTGeoNode(), Fun4AllServer::getNode(), PHG4GDMLUtility::GetOrMakeConfigNode(), PHG4ConeSubsystem::Init(), HepMCCompress::Init(), HepMCNodeReader::Init(), PHG4HeadReco::Init(), Fun4AllPrdfOutputManager::InitPrdfNode(), PHG4TruthSubsystem::InitRun(), PHG4DetectorGroupSubsystem::InitRun(), PHG4DetectorSubsystem::InitRun(), DoEmbedding::InitRun(), SQSingleMuonGen::InitRun(), PHG4BlockCellReco::InitRun(), PHG4CylinderCellReco::InitRun(), PHG4CylinderCellTPCReco::InitRun(), SQDigitizer::InitRun(), PHG4InEventCompress::InitRun(), PHG4InEventReadBack::InitRun(), PHG4ParticleGeneratorBase::InitRun(), PHG4ParticleGeneratorVectorMeson::InitRun(), PHG4PSScanGenerator::InitRun(), PHG4SimpleEventGenerator::InitRun(), SQCosmicGen::InitRun(), PHG4BlockSubsystem::InitRunSubsystem(), PHG4BNLTargetCoilSubsystem::InitRunSubsystem(), PHG4CollimatorSubsystem::InitRunSubsystem(), PHG4CylinderSubsystem::InitRunSubsystem(), PHG4EMCalSubsystem::InitRunSubsystem(), PHG4PolyconSubsystem::InitRunSubsystem(), PHG4SquareTubeSubsystem::InitRunSubsystem(), PHG4TargetCoilSubsystem::InitRunSubsystem(), PHG4TargetCoilV2Subsystem::InitRunSubsystem(), SQG4DipoleMagnetSubsystem::InitRunSubsystem(), SQReco::MakeNodes(), Fun4AllServer::process_event(), Fun4AllPrdfInputManager::ResetEvent(), Fun4AllPrdfInputManager::run(), PHG4Reco::setupInputEventNodeReader(), Fun4AllDstOutputManager::Write(), and Fun4AllSpillDstOutputManager::Write().

+ Here is the call graph for this function:

◆ for_each()

void PHNodeIterator::for_each ( PHNodeOperation operation)

Definition at line 181 of file PHNodeIterator.cc.

References forEach().

+ Here is the call graph for this function:

◆ forEach()

void PHNodeIterator::forEach ( PHNodeOperation operation)

Definition at line 161 of file PHNodeIterator.cc.

References currentNode, forEach(), PHNode::getType(), and PHCompositeNode::subNodes.

Referenced by for_each(), forEach(), and Fun4AllServer::ResetNodeTree().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ get_currentNode()

PHCompositeNode* PHNodeIterator::get_currentNode ( ) const
inline

Definition at line 30 of file PHNodeIterator.h.

References currentNode.

◆ ls()

PHPointerList< PHNode > & PHNodeIterator::ls ( )

Definition at line 31 of file PHNodeIterator.cc.

References PHPointerList< T >::append(), PHPointerList< T >::clear(), currentNode, subNodeList, and PHCompositeNode::subNodes.

Referenced by Fun4AllServer::CountOutNodesRecursive(), Fun4AllServer::MakeNodesPersistent(), and Fun4AllServer::MakeNodesTransient().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ print()

void PHNodeIterator::print ( )

Definition at line 44 of file PHNodeIterator.cc.

References currentNode, and PHCompositeNode::print().

Referenced by Fun4AllServer::Print(), and Fun4AllServer::process_event().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ currentNode

PHCompositeNode* PHNodeIterator::currentNode
protected

Definition at line 33 of file PHNodeIterator.h.

Referenced by addNode(), cd(), findFirst(), forEach(), get_currentNode(), ls(), and print().

◆ subNodeList

PHPointerList<PHNode> PHNodeIterator::subNodeList
protected

Definition at line 34 of file PHNodeIterator.h.

Referenced by ls().


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