EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
blob
master
calibrations
generators
offline
database
framework
ffamodules
ffaobjects
frog
fun4all
fun4allraw
phool
getClass.h
PHCompositeNode.cc
PHCompositeNode.h
PHDataNode.h
PHDataNodeIterator.h
PHFlag.cc
PHFlag.h
PHIODataNode.h
PHIOManager.h
PHLog.h
PHMessage.cc
PHMessage.h
PHNode.cc
PHNode.h
PHNodeIntegrate.cc
PHNodeIntegrate.h
PHNodeIOManager.cc
PHNodeIOManager.h
PHNodeIterator.cc
PHNodeIterator.h
PHNodeOperation.h
PHNodeReset.cc
PHNodeReset.h
PHObject.cc
PHObject.h
PHObjectLinkDef.h
phool.h
phooldefs.h
PHOperation.cc
PHOperation.h
PHPointerList.h
PHPointerListIterator.h
PHRandomSeed.cc
PHRandomSeed.h
PHTimer.cc
PHTimer.h
PHTimeServer.cc
PHTimeServer.h
PHTimeStamp.cc
PHTimeStamp.h
PHTimeStampLinkDef.h
PHTypedNodeIterator.h
recoConsts.cc
recoConsts.h
phoolraw
packages
QA
simulation
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHNodeIterator.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHNodeIterator.h
1
#ifndef PHOOL_PHNODEITERATOR_H
2
#define PHOOL_PHNODEITERATOR_H
3
4
// Declaration of class PHNodeIterator
5
// Purpose: iterator to navigate a node tree
6
// Author: Matthias Messer
7
8
//#include "PHCompositeNode.h"
9
#include "
PHPointerList.h
"
10
11
#include <string>
12
13
class
PHCompositeNode
;
14
class
PHNode
;
15
class
PHNodeOperation
;
16
17
class
PHNodeIterator
18
{
19
public
:
20
explicit
PHNodeIterator
(
PHCompositeNode
*);
21
virtual
~PHNodeIterator
() {}
22
PHNodeIterator
();
23
24
public
:
25
void
print
();
26
PHPointerList<PHNode>
&
ls
();
27
PHNode
*
findFirst
(
const
std::string&,
const
std::string&);
28
PHNode
*
findFirst
(
const
std::string&);
29
bool
cd
(
const
std::string& pathString =
""
);
30
bool
addNode
(
PHNode
*);
31
void
forEach
(
PHNodeOperation
&);
32
void
for_each
(
PHNodeOperation
&);
33
PHCompositeNode
*
get_currentNode
()
const
{
return
currentNode
; }
34
35
protected
:
36
PHCompositeNode
*
currentNode
;
37
PHPointerList<PHNode>
subNodeList
;
38
};
39
40
#endif
fun4all_coresoftware
blob
master
offline
framework
phool
PHNodeIterator.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:43
using
1.8.2 with
EIC GitHub integration