Geant4 VMC Version 6.6
|
The manager class for collecting TGeo tracks for visualization. More...
#include <TG4GeoTrackManager.h>
Public Member Functions | |
TG4GeoTrackManager () | |
virtual | ~TG4GeoTrackManager () |
void | UpdateRootTrack (const G4Step *step) |
Public Member Functions inherited from TG4Verbose | |
TG4Verbose (const G4String &cmdName) | |
TG4Verbose (const G4String &cmdName, G4int verboseLevel) | |
virtual | ~TG4Verbose () |
virtual void | VerboseLevel (G4int level) |
virtual G4int | VerboseLevel () const |
Private Member Functions | |
TG4GeoTrackManager (const TG4GeoTrackManager &right) | |
Not implemented. | |
TG4GeoTrackManager & | operator= (const TG4GeoTrackManager &right) |
Not implemented. | |
Private Attributes | |
G4bool | fCollectTracks |
control to collect Root tracks | |
TVirtualGeoTrack * | fCurrentTGeoTrack |
current Root track | |
TVirtualGeoTrack * | fParentTGeoTrack |
parent of the current Root track | |
Static Private Attributes | |
static const G4double | fgkMinPointDistance = 0.01 |
minimum point distance to store a point in TGeo track | |
The manager class for collecting TGeo tracks for visualization.
Definition at line 31 of file TG4GeoTrackManager.h.
TG4GeoTrackManager::TG4GeoTrackManager | ( | ) |
Default constructor
Definition at line 30 of file TG4GeoTrackManager.cxx.
|
virtual |
Destructor
Definition at line 40 of file TG4GeoTrackManager.cxx.
|
private |
Not implemented.
void TG4GeoTrackManager::UpdateRootTrack | ( | const G4Step * | step | ) |
Update the TGeo track with a current step point
Definition at line 50 of file TG4GeoTrackManager.cxx.
Referenced by TG4SteppingAction::UserSteppingAction().
|
private |
Not implemented.
|
staticprivate |
minimum point distance to store a point in TGeo track
Definition at line 48 of file TG4GeoTrackManager.h.
Referenced by UpdateRootTrack().
|
private |
control to collect Root tracks
Definition at line 54 of file TG4GeoTrackManager.h.
|
private |
current Root track
Definition at line 57 of file TG4GeoTrackManager.h.
Referenced by UpdateRootTrack().
|
private |
parent of the current Root track
Definition at line 60 of file TG4GeoTrackManager.h.
Referenced by UpdateRootTrack().