Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHNodeIterator.h>
Public Member Functions | |
PHNodeIterator (PHCompositeNode *) | |
virtual | ~PHNodeIterator () |
PHNodeIterator () | |
void | print () |
PHPointerList< PHNode > & | ls () |
PHNode * | findFirst (const std::string &, const std::string &) |
PHNode * | findFirst (const std::string &) |
PHBoolean | cd (const std::string &pathString="") |
PHBoolean | addNode (PHNode *) |
void | forEach (PHNodeOperation &) |
void | for_each (PHNodeOperation &) |
PHCompositeNode * | get_currentNode () const |
Protected Attributes | |
PHCompositeNode * | currentNode |
PHPointerList< PHNode > | subNodeList |
Definition at line 14 of file PHNodeIterator.h.
PHNodeIterator::PHNodeIterator | ( | PHCompositeNode * | node | ) |
Definition at line 22 of file PHNodeIterator.cc.
|
inlinevirtual |
Definition at line 18 of file PHNodeIterator.h.
PHNodeIterator::PHNodeIterator | ( | ) |
Definition at line 26 of file PHNodeIterator.cc.
Definition at line 155 of file PHNodeIterator.cc.
References PHCompositeNode::addNode(), and currentNode.
Referenced by PHDataNodeIterator::AddIODataNode().
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().
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.
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().
void PHNodeIterator::for_each | ( | PHNodeOperation & | operation | ) |
Definition at line 181 of file PHNodeIterator.cc.
References 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().
|
inline |
Definition at line 30 of file PHNodeIterator.h.
References currentNode.
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().
void PHNodeIterator::print | ( | ) |
Definition at line 44 of file PHNodeIterator.cc.
References currentNode, and PHCompositeNode::print().
Referenced by Fun4AllServer::Print(), and Fun4AllServer::process_event().
|
protected |
Definition at line 33 of file PHNodeIterator.h.
Referenced by addNode(), cd(), findFirst(), forEach(), get_currentNode(), ls(), and print().
|
protected |
Definition at line 34 of file PHNodeIterator.h.
Referenced by ls().