| 
    Geant4
    10.02
    
   | 
 
#include <G4ITTrackingInteractivity.hh>
 Inheritance diagram for G4ITTrackingInteractivity:
 Collaboration diagram for G4ITTrackingInteractivity:Public Member Functions | |
| G4ITTrackingInteractivity (G4VITSteppingVerbose *verbose=0) | |
| virtual | ~G4ITTrackingInteractivity () | 
| virtual void | Initialize () | 
| virtual void | StartTracking (G4Track *) | 
| virtual void | AppendStep (G4Track *, G4Step *) | 
| virtual void | EndTracking (G4Track *) | 
| virtual void | Finalize () | 
| virtual void | TrackBanner (G4Track *, const G4String &message="") | 
| void | SetVerbose (int flag) | 
| G4int | GetVerboseLevel () const | 
| void | SetSteppingVerboseLevel (G4int level) | 
| G4int | GetSteppingVerboseLevel () const | 
| G4VITSteppingVerbose * | GetSteppingVerbose () | 
| void | SetSteppingVerbose (G4VITSteppingVerbose *verbose) | 
Protected Attributes | |
| int | fVerboseLevel | 
Private Attributes | |
| G4VITSteppingVerbose * | fpVerbose | 
Definition at line 58 of file G4ITTrackingInteractivity.hh.
| G4ITTrackingInteractivity::G4ITTrackingInteractivity | ( | G4VITSteppingVerbose * | verbose = 0 | ) | 
Definition at line 64 of file G4ITTrackingInteractivity.cc.
References fpVerbose, and fVerboseLevel.
      
  | 
  inlinevirtual | 
Definition at line 66 of file G4ITTrackingInteractivity.hh.
Reimplemented in ITTrackingInteractivity.
Definition at line 81 of file G4ITTrackingInteractivity.hh.
Referenced by G4ITTrackingManager::AppendStep().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented in ITTrackingInteractivity.
Definition at line 87 of file G4ITTrackingInteractivity.hh.
Referenced by G4ITTrackingManager::EndTracking(), and G4ITTrackingManager::EndTrackingWOKill().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Reimplemented in ITTrackingInteractivity.
Definition at line 92 of file G4ITTrackingInteractivity.hh.
Referenced by G4Scheduler::Process().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 113 of file G4ITTrackingInteractivity.hh.
References fpVerbose.
Referenced by G4ITTrackingManager::EndTracking(), G4ITTrackingManager::EndTrackingWOKill(), G4ITStepProcessor::Initialize(), and G4ITTrackingManager::StartTracking().
 Here is the caller graph for this function:| G4int G4ITTrackingInteractivity::GetSteppingVerboseLevel | ( | ) | const | 
Definition at line 92 of file G4ITTrackingInteractivity.cc.
References fpVerbose, and G4VITSteppingVerbose::GetVerbose().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 105 of file G4ITTrackingInteractivity.hh.
References fVerboseLevel.
      
  | 
  inlinevirtual | 
Reimplemented in ITTrackingInteractivity.
Definition at line 71 of file G4ITTrackingInteractivity.hh.
Referenced by G4Scheduler::Process().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 118 of file G4ITTrackingInteractivity.hh.
References fpVerbose.
| void G4ITTrackingInteractivity::SetSteppingVerboseLevel | ( | G4int | level | ) | 
Definition at line 77 of file G4ITTrackingInteractivity.cc.
References fpVerbose, and G4VITSteppingVerbose::SetVerbose().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 100 of file G4ITTrackingInteractivity.hh.
      
  | 
  inlinevirtual | 
Reimplemented in ITTrackingInteractivity.
Definition at line 76 of file G4ITTrackingInteractivity.hh.
Referenced by G4ITTrackingManager::StartTracking().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Definition at line 43 of file G4ITTrackingInteractivity.cc.
References G4cout, G4endl, G4Track::GetDefinition(), G4Track::GetParentID(), G4ParticleDefinition::GetParticleName(), and G4Track::GetTrackID().
Referenced by ITTrackingInteractivity::EndTracking(), and ITTrackingInteractivity::StartTracking().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 124 of file G4ITTrackingInteractivity.hh.
Referenced by G4ITTrackingInteractivity(), GetSteppingVerbose(), GetSteppingVerboseLevel(), SetSteppingVerbose(), and SetSteppingVerboseLevel().
      
  | 
  protected |