#include <PndRichDigi.h>
 | 
|   | PndRichDigi () | 
|   | 
|   | PndRichDigi (Int_t index, Int_t detID, Int_t sensorId, TVector3 &pos, TVector3 &dpos, Double_t time, Double_t timeThreshold, Double_t timeStamp) | 
|   | 
|   | PndRichDigi (std::vector< Int_t > index, Int_t detID, Int_t sensorId, TVector3 &pos, TVector3 &dpos, Double_t time, Double_t timeThreshold, Double_t timeStamp) | 
|   | 
| virtual  | ~PndRichDigi () | 
|   | 
| virtual void  | Print (const Option_t *opt="") const | 
|   | 
| virtual Double_t  | GetTime () | 
|   | 
| virtual Double_t  | GetTimeThreshold () | 
|   | 
| virtual Int_t  | GetRefIndex () | 
|   | 
| TVector3  | GetPosition () const | 
|   | 
| Int_t  | GetSensorId () const | 
|   | 
| std::vector< Int_t >  | GetIndices () const | 
|   | 
| void  | AddIndex (int index) | 
|   | 
| void  | AddIndex (std::vector< Int_t > index) | 
|   | 
| virtual bool  | equal (FairTimeStamp *data) | 
|   | 
| virtual bool  | operator< (const PndRichDigi &hit) const | 
|   | 
| virtual bool  | operator> (const PndRichDigi &hit) const | 
|   | 
| virtual bool  | operator== (const PndRichDigi &hit) const | 
|   | 
Definition at line 14 of file PndRichDigi.h.
 
◆ PndRichDigi() [1/3]
      
        
          | PndRichDigi::PndRichDigi  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ PndRichDigi() [2/3]
      
        
          | PndRichDigi::PndRichDigi  | 
          ( | 
          Int_t  | 
          index,  | 
        
        
           | 
           | 
          Int_t  | 
          detID,  | 
        
        
           | 
           | 
          Int_t  | 
          sensorId,  | 
        
        
           | 
           | 
          TVector3 &  | 
          pos,  | 
        
        
           | 
           | 
          TVector3 &  | 
          dpos,  | 
        
        
           | 
           | 
          Double_t  | 
          time,  | 
        
        
           | 
           | 
          Double_t  | 
          timeThreshold,  | 
        
        
           | 
           | 
          Double_t  | 
          timeStamp  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ PndRichDigi() [3/3]
      
        
          | PndRichDigi::PndRichDigi  | 
          ( | 
          std::vector< Int_t >  | 
          index,  | 
        
        
           | 
           | 
          Int_t  | 
          detID,  | 
        
        
           | 
           | 
          Int_t  | 
          sensorId,  | 
        
        
           | 
           | 
          TVector3 &  | 
          pos,  | 
        
        
           | 
           | 
          TVector3 &  | 
          dpos,  | 
        
        
           | 
           | 
          Double_t  | 
          time,  | 
        
        
           | 
           | 
          Double_t  | 
          timeThreshold,  | 
        
        
           | 
           | 
          Double_t  | 
          timeStamp  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ ~PndRichDigi()
  
  
      
        
          | virtual PndRichDigi::~PndRichDigi  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Copy constructor Destructor 
 
 
◆ AddIndex() [1/2]
  
  
      
        
          | void PndRichDigi::AddIndex  | 
          ( | 
          int  | 
          index | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 60 of file PndRichDigi.h.
References fIndex.
   63     AddLink(FairLink(
"PndRichDigi", index));
 std::vector< Int_t > fIndex
 
 
 
 
◆ AddIndex() [2/2]
  
  
      
        
          | void PndRichDigi::AddIndex  | 
          ( | 
          std::vector< Int_t >  | 
          index | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 66 of file PndRichDigi.h.
References fIndex.
   69     AddLinks(FairMultiLinkedData(
"PndRichDigi", index));
 std::vector< Int_t > fIndex
 
 
 
 
◆ equal()
  
  
      
        
          | virtual bool PndRichDigi::equal  | 
          ( | 
          FairTimeStamp *  | 
          data | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetIndices()
  
  
      
        
          | std::vector<Int_t> PndRichDigi::GetIndices  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetPosition()
  
  
      
        
          | TVector3 PndRichDigi::GetPosition  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetRefIndex()
  
  
      
        
          | virtual Int_t PndRichDigi::GetRefIndex  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetSensorId()
  
  
      
        
          | Int_t PndRichDigi::GetSensorId  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetTime()
  
  
      
        
          | virtual Double_t PndRichDigi::GetTime  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ GetTimeThreshold()
  
  
      
        
          | virtual Double_t PndRichDigi::GetTimeThreshold  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operator<()
  
  
      
        
          | virtual bool PndRichDigi::operator<  | 
          ( | 
          const PndRichDigi &  | 
          hit | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operator==()
  
  
      
        
          | virtual bool PndRichDigi::operator==  | 
          ( | 
          const PndRichDigi &  | 
          hit | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operator>()
  
  
      
        
          | virtual bool PndRichDigi::operator>  | 
          ( | 
          const PndRichDigi &  | 
          hit | ) | 
           const | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ Print()
  
  
      
        
          | virtual void PndRichDigi::Print  | 
          ( | 
          const Option_t *  | 
          opt = "" | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          PndRichDigi &  | 
          hit  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Definition at line 17 of file PndRichDigi.h.
   19     out << 
"PndRichDigi in: " << hit.
GetSensorId() << 
", from Point(s) ";
    21     for (
unsigned int i = 0; 
i < indices.size(); 
i++) {
    22       out << indices[
i] << 
"  ";
 std::vector< Int_t > GetIndices() const
 
Int_t GetSensorId() const
 
 
 
 
◆ fIndex
  
  
      
        
          | std::vector<Int_t> PndRichDigi::fIndex | 
         
       
   | 
  
protected   | 
  
 
 
◆ fRefIndex
  
  
      
        
          | Int_t PndRichDigi::fRefIndex | 
         
       
   | 
  
protected   | 
  
 
 
◆ fSensorId
  
  
      
        
          | Int_t PndRichDigi::fSensorId | 
         
       
   | 
  
protected   | 
  
 
 
◆ fTime
  
  
      
        
          | Double_t PndRichDigi::fTime | 
         
       
   | 
  
protected   | 
  
 
 
◆ fTimeThreshold
  
  
      
        
          | Double_t PndRichDigi::fTimeThreshold | 
         
       
   | 
  
protected   | 
  
 
 
◆ fX
◆ fY
◆ fZ
The documentation for this class was generated from the following file: