|
Geant4
10.02.p01
|
#include <G4ITLeadingTracks.hh>
Public Member Functions | |
| G4ITLeadingTracks () | |
| virtual | ~G4ITLeadingTracks () |
| void | Reset () |
| void | Push (G4Track *) |
| void | PrepareLeadingTracks () |
Protected Attributes | |
| std::vector< G4Track * > | fLeadingTracks |
Definition at line 40 of file G4ITLeadingTracks.hh.
| G4ITLeadingTracks::G4ITLeadingTracks | ( | ) |
Definition at line 37 of file G4ITLeadingTracks.cc.
|
virtual |
Definition at line 43 of file G4ITLeadingTracks.cc.
| void G4ITLeadingTracks::PrepareLeadingTracks | ( | ) |
Definition at line 80 of file G4ITLeadingTracks.cc.
References fLeadingTracks, GetIT(), G4IT::GetTrackingInfo(), and G4TrackingInformation::SetLeadingStep().
Referenced by G4ITStepProcessor::PrepareLeadingTracks().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4ITLeadingTracks::Push | ( | G4Track * | track | ) |
Definition at line 75 of file G4ITLeadingTracks.cc.
References fLeadingTracks.
Referenced by G4ITStepProcessor::ExtractILData().
Here is the caller graph for this function:| void G4ITLeadingTracks::Reset | ( | ) |
Definition at line 49 of file G4ITLeadingTracks.cc.
References fLeadingTracks, GetIT(), G4IT::GetTrackingInfo(), and G4TrackingInformation::SetLeadingStep().
Referenced by G4ITStepProcessor::ExtractILData(), and G4ITStepProcessor::ResetLeadingTracks().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 52 of file G4ITLeadingTracks.hh.
Referenced by PrepareLeadingTracks(), Push(), and Reset().