Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
JA::Node Struct Reference

#include <G4XXXSGSceneHandler.hh>

Public Member Functions

 Node (PVNodeID pvNodeID=PVNodeID(), G4int index=-1)
 

Public Attributes

PVNodeID fPVNodeID
 
G4int fIndex
 
std::vector< Node * > fDaughters
 

Detailed Description

Definition at line 47 of file G4XXXSGSceneHandler.hh.

Constructor & Destructor Documentation

◆ Node()

JA::Node::Node ( PVNodeID  pvNodeID = PVNodeID(),
G4int  index = -1 
)
inline

Definition at line 48 of file G4XXXSGSceneHandler.hh.

48 :
49 fPVNodeID(pvNodeID), fIndex(index) {}
PVNodeID fPVNodeID

Member Data Documentation

◆ fDaughters

std::vector<Node*> JA::Node::fDaughters

◆ fIndex

G4int JA::Node::fIndex

Definition at line 51 of file G4XXXSGSceneHandler.hh.

Referenced by JA::PrintTree().

◆ fPVNodeID

PVNodeID JA::Node::fPVNodeID

Definition at line 50 of file G4XXXSGSceneHandler.hh.

Referenced by JA::PrintTree().


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