Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4IT.hh File Reference
#include "globals.hh"
#include "G4ITType.hh"
#include "G4ThreeVector.hh"
#include "G4VUserTrackInformation.hh"
#include "G4KDNode.hh"
Include dependency graph for G4IT.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  G4FastListNode< OBJECT >
 
class  G4IT
 

Typedefs

typedef G4FastListNode< G4TrackG4TrackListNode
 

Functions

G4ITGetIT (const G4Track *track)
 
G4ITGetIT (const G4Track &track)
 

Typedef Documentation

Definition at line 76 of file G4IT.hh.

Function Documentation

G4IT* GetIT ( const G4Track track)

Definition at line 49 of file G4IT.cc.

50 {
51  return (dynamic_cast<G4IT*>(track->GetUserInformation()));
52 }
G4VUserTrackInformation * GetUserInformation() const

Here is the call graph for this function:

Here is the caller graph for this function:

G4IT* GetIT ( const G4Track track)

Definition at line 54 of file G4IT.cc.

55 {
56  return (dynamic_cast<G4IT*>(track.GetUserInformation()));
57 }
G4VUserTrackInformation * GetUserInformation() const

Here is the call graph for this function: