Geant4-11
Functions
G4IT.cc File Reference
#include "G4IT.hh"
#include "G4KDTree.hh"
#include "G4ITBox.hh"
#include "G4Track.hh"
#include "G4TrackList.hh"
#include "G4TrackingInformation.hh"

Go to the source code of this file.

Functions

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

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)