Geant4-11
Data Structures | Typedefs | Functions
G4IT.hh File Reference
#include "globals.hh"
#include "G4ITType.hh"
#include "G4ThreeVector.hh"
#include "G4VUserTrackInformation.hh"
#include "G4KDNode.hh"

Go to the source code of this file.

Data Structures

class  G4IT
 

Typedefs

typedef G4FastListNode< G4TrackG4TrackListNode
 

Functions

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

Typedef Documentation

◆ G4TrackListNode

Definition at line 76 of file G4IT.hh.

Function Documentation

◆ GetIT() [1/2]

G4IT * GetIT ( const G4Track track)

Definition at line 53 of file G4IT.cc.

54{
55 return (dynamic_cast<G4IT*>(track.GetUserInformation()));
56}
Definition: G4IT.hh:88
G4VUserTrackInformation * GetUserInformation() const

References G4Track::GetUserInformation().

◆ GetIT() [2/2]

G4IT * GetIT ( const G4Track track)