#include <F04TrajectoryPoint.hh>
Definition at line 47 of file F04TrajectoryPoint.hh.
 
◆ F04TrajectoryPoint() [1/4]
      
        
          | F04TrajectoryPoint::F04TrajectoryPoint  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ F04TrajectoryPoint() [2/4]
      
        
          | F04TrajectoryPoint::F04TrajectoryPoint  | 
          ( | 
          const G4Track *  | 
          aTrack | ) | 
           | 
        
      
 
 
◆ F04TrajectoryPoint() [3/4]
      
        
          | F04TrajectoryPoint::F04TrajectoryPoint  | 
          ( | 
          const G4Step *  | 
          aStep | ) | 
           | 
        
      
 
Definition at line 60 of file F04TrajectoryPoint.cc.
   63       fTime = aStep->GetPostStepPoint()->GetGlobalTime();
    64       fMomentum = aStep->GetPostStepPoint()->GetMomentum();
    65       fStepStatus = aStep->GetPostStepPoint()->GetStepStatus();
    66       if (aStep->GetPostStepPoint()->GetPhysicalVolume())
    69                               GetPhysicalVolume()->GetName();
 
 
 
 
◆ F04TrajectoryPoint() [4/4]
◆ ~F04TrajectoryPoint()
  
  
      
        
          | F04TrajectoryPoint::~F04TrajectoryPoint  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ CreateAttValues()
  
  
      
        
          | std::vector< G4AttValue > * F04TrajectoryPoint::CreateAttValues  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Reimplemented from G4TrajectoryPoint.
Definition at line 135 of file F04TrajectoryPoint.cc.
  137   std::vector<G4AttValue>* values = 
new std::vector<G4AttValue>;
 
virtual const std::map< G4String, G4AttDef > * GetAttDefs() const
 
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1 
 
G4GLOB_DLL std::ostream G4cout
 
 
 
 
◆ GetAttDefs()
Reimplemented from G4TrajectoryPoint.
Definition at line 103 of file F04TrajectoryPoint.cc.
  106   std::map<G4String,G4AttDef>* store
   111       G4AttDef(
Pos, 
"Position", 
"Physics",
"G4BestUnit",
"G4ThreeVector");
   115       G4AttDef(Time, 
"Time", 
"Physics",
"G4BestUnit",
"G4double");
   119       G4AttDef(Momentum, 
"Momentum", 
"Physics",
"G4BestUnit",
"G4ThreeVector");
   122     (*store)[StepStatus] =
   123       G4AttDef(StepStatus, 
"StepStatus", 
"Physics", 
"", 
"G4StepStatus");
   126     (*store)[VolumeName] =
   127       G4AttDef(VolumeName, 
"VolumeName", 
"Physics", 
"", 
"G4String");
 
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
 
 
 
 
◆ GetMomentum()
◆ GetStepStatus()
  
  
      
        
          | G4StepStatus F04TrajectoryPoint::GetStepStatus  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetTime()
  
  
      
        
          | G4double F04TrajectoryPoint::GetTime  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetVolumeName()
  
  
      
        
          | G4String F04TrajectoryPoint::GetVolumeName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator delete()
  
  
      
        
          | void F04TrajectoryPoint::operator delete  | 
          ( | 
          void *  | 
          aTrajectoryPoint | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 102 of file F04TrajectoryPoint.hh.
G4ThreadLocal G4Allocator< F04TrajectoryPoint > * F04TrajPointAllocator
 
 
 
 
◆ operator new()
  
  
      
        
          | void * F04TrajectoryPoint::operator new  | 
          ( | 
          size_t  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 95 of file F04TrajectoryPoint.hh.
G4ThreadLocal G4Allocator< F04TrajectoryPoint > * F04TrajPointAllocator
 
 
 
 
◆ operator==()
◆ fMomentum
◆ fStepStatus
  
  
      
        
          | G4StepStatus F04TrajectoryPoint::fStepStatus | 
         
       
   | 
  
private   | 
  
 
 
◆ fTime
◆ fVolumeName
  
  
      
        
          | G4String F04TrajectoryPoint::fVolumeName | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: