#include <PndRichTSPDHit.h>
Definition at line 13 of file PndRichTSPDHit.h.
 
◆ PndRichTSPDHit() [1/2]
      
        
          | PndRichTSPDHit::PndRichTSPDHit  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ PndRichTSPDHit() [2/2]
      
        
          | PndRichTSPDHit::PndRichTSPDHit  | 
          ( | 
          Int_t  | 
          detID,  | 
        
        
           | 
           | 
          Int_t  | 
          sensorId,  | 
        
        
           | 
           | 
          TVector3  | 
          pos,  | 
        
        
           | 
           | 
          TVector3  | 
          dpos,  | 
        
        
           | 
           | 
          Double_t  | 
          time,  | 
        
        
           | 
           | 
          Double_t  | 
          timeThreshold  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~PndRichTSPDHit()
  
  
      
        
          | virtual PndRichTSPDHit::~PndRichTSPDHit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ AddIndex() [1/2]
  
  
      
        
          | void PndRichTSPDHit::AddIndex  | 
          ( | 
          int  | 
          index | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 50 of file PndRichTSPDHit.h.
References fIndex.
   53     AddLink(FairLink(
"PndRichPDHit", index));
 std::vector< Int_t > fIndex
 
 
 
 
◆ AddIndex() [2/2]
  
  
      
        
          | void PndRichTSPDHit::AddIndex  | 
          ( | 
          std::vector< Int_t >  | 
          index | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 56 of file PndRichTSPDHit.h.
References fIndex.
   59     AddLinks(FairMultiLinkedData(
"PndRichPDHit", index));
 std::vector< Int_t > fIndex
 
 
 
 
◆ equal()
  
  
      
        
          | virtual bool PndRichTSPDHit::equal  | 
          ( | 
          FairTimeStamp *  | 
          data | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetIndices()
  
  
      
        
          | std::vector<Int_t> PndRichTSPDHit::GetIndices  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetSensorId()
  
  
      
        
          | Int_t PndRichTSPDHit::GetSensorId  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetTime()
  
  
      
        
          | virtual Double_t PndRichTSPDHit::GetTime  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetTimeThreshold()
  
  
      
        
          | virtual Double_t PndRichTSPDHit::GetTimeThreshold  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operator<()
  
  
      
        
          | virtual bool PndRichTSPDHit::operator<  | 
          ( | 
          const PndRichTSPDHit &  | 
          hit | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operator==()
  
  
      
        
          | virtual bool PndRichTSPDHit::operator==  | 
          ( | 
          const PndRichTSPDHit &  | 
          hit | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operator>()
  
  
      
        
          | virtual bool PndRichTSPDHit::operator>  | 
          ( | 
          const PndRichTSPDHit &  | 
          hit | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ Print()
  
  
      
        
          | virtual void PndRichTSPDHit::Print  | 
          ( | 
          const Option_t *  | 
          opt = "" | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ operator<<
Definition at line 16 of file PndRichTSPDHit.h.
   18     out << 
"PndRichTSPDHi in: " << hit.
GetSensorId() << 
", from Point(s) ";
    20     for (
unsigned int i = 0; 
i < indices.size(); 
i++) {
    21       out << indices[
i] << 
"  ";
 Int_t GetSensorId() const
 
std::vector< Int_t > GetIndices() const
 
 
 
 
◆ fDetID
  
  
      
        
          | Int_t PndRichTSPDHit::fDetID | 
         
       
   | 
  
protected   | 
  
 
 
◆ fdPos
  
  
      
        
          | TVector3 PndRichTSPDHit::fdPos | 
         
       
   | 
  
protected   | 
  
 
 
◆ fIndex
  
  
      
        
          | std::vector<Int_t> PndRichTSPDHit::fIndex | 
         
       
   | 
  
protected   | 
  
 
 
◆ fPos
  
  
      
        
          | TVector3 PndRichTSPDHit::fPos | 
         
       
   | 
  
protected   | 
  
 
 
◆ fSensorId
  
  
      
        
          | Int_t PndRichTSPDHit::fSensorId | 
         
       
   | 
  
protected   | 
  
 
 
◆ fTime
  
  
      
        
          | Double_t PndRichTSPDHit::fTime | 
         
       
   | 
  
protected   | 
  
 
 
◆ fTimeThreshold
  
  
      
        
          | Double_t PndRichTSPDHit::fTimeThreshold | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: