Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4IT.cc File Reference
#include "G4IT.hh"
#include "G4KDTree.hh"
#include "G4ITBox.hh"
#include "G4Track.hh"
#include "G4TrackList.hh"
#include "G4TrackingInformation.hh"
Include dependency graph for G4IT.cc:

Go to the source code of this file.

Functions

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

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: