#include <F04TrajectoryPoint.hh>
Definition at line 47 of file F04TrajectoryPoint.hh.
 
      
        
          | F04TrajectoryPoint::F04TrajectoryPoint  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | F04TrajectoryPoint::F04TrajectoryPoint  | 
          ( | 
          const G4Track *  | 
          aTrack | ) | 
           | 
        
      
 
Definition at line 77 of file F04TrajectoryPoint.cc.
const G4ThreeVector & GetPosition() const 
 
const G4String & GetName() const 
 
G4double GetGlobalTime() const 
 
G4ThreeVector GetMomentum() const 
 
G4VPhysicalVolume * GetVolume() const 
 
 
 
 
      
        
          | F04TrajectoryPoint::F04TrajectoryPoint  | 
          ( | 
          const G4Step *  | 
          aStep | ) | 
           | 
        
      
 
Definition at line 60 of file F04TrajectoryPoint.cc.
   69                               GetPhysicalVolume()->GetName();
 
G4StepStatus GetStepStatus() const 
 
G4ThreeVector GetMomentum() const 
 
G4VPhysicalVolume * GetPhysicalVolume() const 
 
const G4ThreeVector & GetPosition() const 
 
G4StepPoint * GetPostStepPoint() const 
 
G4double GetGlobalTime() const 
 
 
 
 
Definition at line 88 of file F04TrajectoryPoint.cc.
   92       fMomentum = right.fMomentum;
 
   93       fStepStatus = right.fStepStatus;
 
   94       fVolumeName = right.fVolumeName;
 
 
 
 
  
  
      
        
          | F04TrajectoryPoint::~F04TrajectoryPoint  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | 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>;
 
  143   values->push_back(
G4AttValue(
"StepStatus",fStepStatus,
""));
 
  145   values->push_back(
G4AttValue(
"VolumeName",fVolumeName,
""));
 
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1 
 
G4GLOB_DLL std::ostream G4cout
 
virtual const std::map< G4String, G4AttDef > * GetAttDefs() const 
 
 
 
 
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)
 
 
 
 
  
  
      
        
          | G4double F04TrajectoryPoint::GetTime  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | G4String F04TrajectoryPoint::GetVolumeName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void F04TrajectoryPoint::operator delete  | 
          ( | 
          void *  | 
          aTrajectoryPoint | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 102 of file F04TrajectoryPoint.hh.
G4ThreadLocal G4Allocator< F04TrajectoryPoint > * F04TrajPointAllocator
 
 
 
 
  
  
      
        
          | void * F04TrajectoryPoint::operator new  | 
          ( | 
          size_t  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 95 of file F04TrajectoryPoint.hh.
G4ThreadLocal G4Allocator< F04TrajectoryPoint > * F04TrajPointAllocator
 
 
 
 
The documentation for this class was generated from the following files: