#include <G4RTSteppingAction.hh>
Definition at line 52 of file G4RTSteppingAction.hh.
 
◆ G4RTSteppingAction()
      
        
          | G4RTSteppingAction::G4RTSteppingAction  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~G4RTSteppingAction()
  
  
      
        
          | virtual G4RTSteppingAction::~G4RTSteppingAction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetIgnoreTransparency()
  
  
      
        
          | G4bool G4RTSteppingAction::GetIgnoreTransparency  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ SetIgnoreTransparency()
  
  
      
        
          | void G4RTSteppingAction::SetIgnoreTransparency  | 
          ( | 
          G4bool  | 
          val | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
◆ UserSteppingAction()
  
  
      
        
          | void G4RTSteppingAction::UserSteppingAction  | 
          ( | 
          const G4Step *  | 
          aStep | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4UserSteppingAction.
Definition at line 48 of file G4RTSteppingAction.cc.
   53   G4StepPoint* fpStepPoint = aStep -> GetPostStepPoint();
    56   if(!postVolume_phys) 
return;   
    59   const G4VisAttributes* postVisAtt = postVolume_log -> GetVisAttributes();
    67   if((!postVisAtt) || (!(postVisAtt->
IsVisible()))) 
return; 
    77     G4Track* currentTrack = aStep -> GetTrack();
    78     currentTrack -> SetTrackStatus(fStopAndKill);
 
ForcedDrawingStyle GetForcedDrawingStyle() const
 
G4VViewer * GetCurrentViewer() const
 
G4bool IsForceDrawingStyle() const
 
static G4VisManager * GetInstance()
 
const G4VisAttributes * GetApplicableVisAttributes(const G4VisAttributes *) const
 
G4LogicalVolume * GetLogicalVolume() const
 
static G4bool ignoreTransparency
 
const G4Colour & GetColour() const
 
 
 
 
◆ ignoreTransparency
  
  
      
        
          | G4bool G4RTSteppingAction::ignoreTransparency = false | 
         
       
   | 
  
staticprivate   | 
  
 
 
The documentation for this class was generated from the following files: