#include <PndMdtPoint.h>
Definition at line 11 of file PndMdtPoint.h.
 
◆ PndMdtPoint() [1/2]
      
        
          | PndMdtPoint::PndMdtPoint  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ PndMdtPoint() [2/2]
      
        
          | PndMdtPoint::PndMdtPoint  | 
          ( | 
          Int_t  | 
          trackID,  | 
        
        
           | 
           | 
          Int_t  | 
          detID,  | 
        
        
           | 
           | 
          TVector3  | 
          pos,  | 
        
        
           | 
           | 
          TVector3  | 
          mom,  | 
        
        
           | 
           | 
          Double_t  | 
          tof,  | 
        
        
           | 
           | 
          Double_t  | 
          length,  | 
        
        
           | 
           | 
          Double_t  | 
          eLoss,  | 
        
        
           | 
           | 
          TVector3  | 
          pos_in,  | 
        
        
           | 
           | 
          TVector3  | 
          mom_in  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor with arguments 
- Parameters
 - 
  
    | Int_t | fEventID The ID of the event  | 
    | Int_t | fTrackID The ID of the track  | 
    | Int_t | fDetectorID The ID of the detector  | 
    | TLorentzVector | fPosIn The position of the hit [cm] at the exitentrance point  | 
    | TLorentzVector | fMomIn The momentum of the particle giving the hit [GeV] at the exitentrance point  | 
    | TLorentzVector | fPos The position of the hit [cm] at the exit point  | 
    | TLorentzVector | fMom The momentum of the particle giving the hit [GeV] at the exit point  | 
    | Double_t | fELoss contains the total energy at the layer [GeV] because it is omitted in parsInitializing constructor - see the above order  | 
  
   
 
 
◆ ~PndMdtPoint()
  
  
      
        
          | virtual PndMdtPoint::~PndMdtPoint  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Copy constructor Destructor 
 
 
◆ GetBox()
  
  
      
        
          | Short_t PndMdtPoint::GetBox  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetLayerID()
  
  
      
        
          | Short_t PndMdtPoint::GetLayerID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetModule()
  
  
      
        
          | Short_t PndMdtPoint::GetModule  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetMomIn()
  
  
      
        
          | TVector3 PndMdtPoint::GetMomIn  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 40 of file PndMdtPoint.h.
References fMomIn.
ClassDef(PndMdtPoint, 2) protected TVector3 fMomIn
 
 
 
 
◆ GetMomOut()
  
  
      
        
          | TVector3 PndMdtPoint::GetMomOut  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 42 of file PndMdtPoint.h.
   42 { 
return TVector3(fPx, fPy, fPz); }
  
 
 
◆ GetPosIn()
  
  
      
        
          | TVector3 PndMdtPoint::GetPosIn  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetPosOut()
  
  
      
        
          | TVector3 PndMdtPoint::GetPosOut  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 41 of file PndMdtPoint.h.
   41 { 
return TVector3(fX, fY, fZ); }
  
 
 
◆ GetSector()
  
  
      
        
          | Short_t PndMdtPoint::GetSector  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetWire()
  
  
      
        
          | Short_t PndMdtPoint::GetWire  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ Print()
  
  
      
        
          | virtual void PndMdtPoint::Print  | 
          ( | 
          const Option_t *  | 
          opt | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
Modifiers Output to screen 
Referenced by GetWire().
 
 
◆ fMomIn
      
        
          | ClassDef (PndMdtPoint, 2) protected TVector3 PndMdtPoint::fMomIn | 
        
      
 
 
The documentation for this class was generated from the following file: