Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4IT.hh File Reference
#include "globals.hh"
#include "G4ITType.hh"
#include "G4ThreeVector.hh"
#include "G4VUserTrackInformation.hh"
#include "G4TrackingInformation.hh"

Go to the source code of this file.

Classes

class  G4IT
 

Functions

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

Variables

G4DLLIMPORT G4Allocator< G4ITaITAllocator
 

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:83
G4VUserTrackInformation * GetUserInformation() const

◆ GetIT() [2/2]

Variable Documentation

◆ aITAllocator

G4DLLIMPORT G4Allocator<G4IT> aITAllocator
extern

Definition at line 43 of file G4IT.cc.

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