G4IT.cc File Reference

#include "G4IT.hh"
#include "G4KDTree.hh"
#include "G4ITBox.hh"
#include "G4Track.hh"

Go to the source code of this file.

Functions

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

Variables

G4Allocator< G4ITaITAllocator


Function Documentation

G4IT* GetIT ( const G4Track track  ) 

Definition at line 53 of file G4IT.cc.

References G4Track::GetUserInformation().

00054 {
00055     return (dynamic_cast<G4IT*>(track.GetUserInformation()));
00056 }

G4IT* GetIT ( const G4Track track  ) 

Definition at line 48 of file G4IT.cc.

References G4Track::GetUserInformation().

00049 {
00050     return (dynamic_cast<G4IT*>(track->GetUserInformation()));
00051 }


Variable Documentation

G4Allocator<G4IT> aITAllocator

Definition at line 43 of file G4IT.cc.

Referenced by G4IT::operator delete(), and G4IT::operator new().


Generated on Mon May 27 17:50:49 2013 for Geant4 by  doxygen 1.4.7