#include <G4ErrorSurfaceTrajParam.hh>
 | 
|   | G4ErrorSurfaceTrajParam () | 
|   | 
|   | G4ErrorSurfaceTrajParam (const G4Point3D &pos, const G4Vector3D &mom, const G4Vector3D &vecV, const G4Vector3D &vecW) | 
|   | 
|   | G4ErrorSurfaceTrajParam (const G4Point3D &pos, const G4Vector3D &mom, const G4Plane3D &plane) | 
|   | 
| virtual  | ~G4ErrorSurfaceTrajParam () | 
|   | 
| void  | SetParameters (const G4Point3D &pos, const G4Vector3D &mom, const G4Vector3D &vecV, const G4Vector3D &vecW) | 
|   | 
| void  | SetParameters (const G4Point3D &pos, const G4Vector3D &mom, const G4Plane3D &plane) | 
|   | 
| G4Vector3D  | GetDirection () const | 
|   | 
| G4Vector3D  | GetPlaneNormal () const | 
|   | 
| G4Vector3D  | GetVectorV () const | 
|   | 
| G4Vector3D  | GetVectorW () const | 
|   | 
| G4double  | GetPV () const | 
|   | 
| G4double  | GetPW () const | 
|   | 
| G4double  | GetV () const | 
|   | 
| G4double  | GetW () const | 
|   | 
| G4double  | GetInvP () const | 
|   | 
Definition at line 52 of file G4ErrorSurfaceTrajParam.hh.
 
◆ G4ErrorSurfaceTrajParam() [1/3]
  
  
      
        
          | G4ErrorSurfaceTrajParam::G4ErrorSurfaceTrajParam  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ G4ErrorSurfaceTrajParam() [2/3]
Definition at line 41 of file G4ErrorSurfaceTrajParam.cc.
void SetParameters(const G4Point3D &pos, const G4Vector3D &mom, const G4Vector3D &vecV, const G4Vector3D &vecW)
 
 
 
 
◆ G4ErrorSurfaceTrajParam() [3/3]
Definition at line 50 of file G4ErrorSurfaceTrajParam.cc.
void SetParameters(const G4Point3D &pos, const G4Vector3D &mom, const G4Vector3D &vecV, const G4Vector3D &vecW)
 
 
 
 
◆ ~G4ErrorSurfaceTrajParam()
  
  
      
        
          | virtual G4ErrorSurfaceTrajParam::~G4ErrorSurfaceTrajParam  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetDirection()
  
  
      
        
          | G4Vector3D G4ErrorSurfaceTrajParam::GetDirection  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetInvP()
  
  
      
        
          | G4double G4ErrorSurfaceTrajParam::GetInvP  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetPlaneNormal()
  
  
      
        
          | G4Vector3D G4ErrorSurfaceTrajParam::GetPlaneNormal  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetPV()
  
  
      
        
          | G4double G4ErrorSurfaceTrajParam::GetPV  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetPW()
  
  
      
        
          | G4double G4ErrorSurfaceTrajParam::GetPW  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetV()
  
  
      
        
          | G4double G4ErrorSurfaceTrajParam::GetV  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetVectorV()
  
  
      
        
          | G4Vector3D G4ErrorSurfaceTrajParam::GetVectorV  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetVectorW()
  
  
      
        
          | G4Vector3D G4ErrorSurfaceTrajParam::GetVectorW  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetW()
  
  
      
        
          | G4double G4ErrorSurfaceTrajParam::GetW  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetParameters() [1/2]
Definition at line 83 of file G4ErrorSurfaceTrajParam.cc.
   86   if( mom.
mag() > 0. ) {
   101   fPV = momv.dot( vecV );
   102   fPW = momv.dot( vecW );
   108   fV = posv.dot( vecV );
   109   fW = posv.dot( vecW );
 
HepGeom::Vector3D< G4double > G4Vector3D
 
 
 
 
◆ SetParameters() [2/2]
Definition at line 58 of file G4ErrorSurfaceTrajParam.cc.
   69   if( vecV.
mag() < kCarTolerance )
 
Normal3D< T > normal() const
 
G4double GetSurfaceTolerance() const
 
void SetParameters(const G4Point3D &pos, const G4Vector3D &mom, const G4Vector3D &vecV, const G4Vector3D &vecW)
 
BasicVector3D< T > cross(const BasicVector3D< T > &v) const
 
static G4GeometryTolerance * GetInstance()
 
 
 
 
◆ operator<<
Definition at line 114 of file G4ErrorSurfaceTrajParam.cc.
  120   out << 
" InvP= " << 
tp.fInvP << 
" PV= " << 
tp.fPV
   121       << 
" PW= " << 
tp.fPW << 
" V= " << 
tp.fV << 
" W= " << 
tp.fW << 
G4endl;
   122   out << 
" vectorV direction= " << 
tp.fVectorV
   123       << 
" vectorW direction= " << 
tp.fVectorW << 
G4endl;
 
 
 
 
◆ fDir
◆ fInvP
◆ fPV
◆ fPW
◆ fV
◆ fVectorV
◆ fVectorW
◆ fW
The documentation for this class was generated from the following files: