Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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

◆ GetIT() [2/2]