#include <PndSciTPoint.h>
 | 
|   | PndSciTPoint () | 
|   | 
|   | PndSciTPoint (Int_t eventID, Int_t trackID, Int_t detectorID, TString detName, TVector3 posin, TVector3 momin, TVector3 posout, TVector3 momout, Double_t tof, Double_t length, Double_t eLoss) | 
|   | 
|   | PndSciTPoint (const PndSciTPoint &point) | 
|   | 
| virtual  | ~PndSciTPoint () | 
|   | 
| TString  | GetDetName () const  | 
|   | 
| Double_t  | GetXout () const  | 
|   | 
| Double_t  | GetYout () const  | 
|   | 
| Double_t  | GetZout () const  | 
|   | 
| Double_t  | GetPxout () const  | 
|   | 
| Double_t  | GetPyout () const  | 
|   | 
| Double_t  | GetPzout () const  | 
|   | 
| void  | PositionOut (TVector3 &pos) | 
|   | 
| void  | MomentumOut (TVector3 &mom) | 
|   | 
| void  | SetPositionOut (const TVector3 &pos) | 
|   | 
| void  | SetMomentumOut (const TVector3 &mom) | 
|   | 
| virtual void  | Print (const Option_t *opt) const  | 
|   | 
Definition at line 17 of file PndSciTPoint.h.
 
      
        
          | PndSciTPoint::PndSciTPoint  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | PndSciTPoint::PndSciTPoint  | 
          ( | 
          Int_t  | 
          eventID,  | 
        
        
           | 
           | 
          Int_t  | 
          trackID,  | 
        
        
           | 
           | 
          Int_t  | 
          detectorID,  | 
        
        
           | 
           | 
          TString  | 
          detName,  | 
        
        
           | 
           | 
          TVector3  | 
          posin,  | 
        
        
           | 
           | 
          TVector3  | 
          momin,  | 
        
        
           | 
           | 
          TVector3  | 
          posout,  | 
        
        
           | 
           | 
          TVector3  | 
          momout,  | 
        
        
           | 
           | 
          Double_t  | 
          tof,  | 
        
        
           | 
           | 
          Double_t  | 
          length,  | 
        
        
           | 
           | 
          Double_t  | 
          eLoss  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 30 of file PndSciTPoint.cxx.
   38  : FairMCPoint(trackID, detectorID, posin, momin, tof, length, eLoss, (UInt_t) eventID) ,
 
   45   SetLink(FairLink(-1, eventID, 
"MCTrack", trackID));
 
 
 
 
  
  
      
        
          | PndSciTPoint::~PndSciTPoint  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | TString PndSciTPoint::GetDetName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | Double_t PndSciTPoint::GetPxout  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | Double_t PndSciTPoint::GetPyout  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | Double_t PndSciTPoint::GetPzout  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | Double_t PndSciTPoint::GetXout  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | Double_t PndSciTPoint::GetYout  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | Double_t PndSciTPoint::GetZout  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void PndSciTPoint::MomentumOut  | 
          ( | 
          TVector3 &  | 
          mom | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void PndSciTPoint::PositionOut  | 
          ( | 
          TVector3 &  | 
          pos | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void PndSciTPoint::Print  | 
          ( | 
          const Option_t *  | 
          opt | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Output to screen 
Definition at line 54 of file PndSciTPoint.cxx.
References fX, fY, and fZ.
   55   cout << 
"-I- PndSciTPoint: forward tof Point for track "  
   56        <<
" in detector " << endl;
 
   57   cout << 
"    Position (" << 
fX << 
", " << 
fY << 
", " << 
fZ 
   59   cout << 
"    Momentum (" << fPx << 
", " << fPy << 
", " << fPz
 
   60        << 
") GeV" << 
" opt="<<opt<< endl;
 
 
 
 
  
  
      
        
          | void PndSciTPoint::SetMomentumOut  | 
          ( | 
          const TVector3 &  | 
          mom | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | void PndSciTPoint::SetPositionOut  | 
          ( | 
          const TVector3 &  | 
          pos | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this class was generated from the following files: