#include <PndFtsSimpleHit.h>
Definition at line 19 of file PndFtsSimpleHit.h.
 
◆ PndFtsSimpleHit() [1/2]
  
  
      
        
          | PndFtsTrackFinder::PndFtsSimpleHit::PndFtsSimpleHit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ PndFtsSimpleHit() [2/2]
  
  
      
        
          | PndFtsTrackFinder::PndFtsSimpleHit::PndFtsSimpleHit  | 
          ( | 
          const PndFtsHit *  | 
          pndHit,  | 
         
        
           | 
           | 
          const uint16_t  | 
          pndHitId  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineexplicit   | 
  
 
Definition at line 23 of file PndFtsSimpleHit.h.
References fIsochrone, and fStrawId.
Double_t GetIsochrone() const
 
float fIsochrone
Drift radius. 
 
uint16_t fStrawId
ID (number) of the hit Straw. 
 
uint16_t fPndHitId
Hit Id in Panda Event. 
 
 
 
 
◆ operator<()
  
  
      
        
          | bool PndFtsTrackFinder::PndFtsSimpleHit::operator<  | 
          ( | 
          const PndFtsSimpleHit &  | 
          rhs | ) | 
           const | 
         
       
   | 
  
inlinenoexcept   | 
  
 
Compares two RawHits by their straw_ids. RawHit with smaller fStrawId is considered "less". 
- Parameters
 - 
  
  
 
- Returns
 - result of the comparison 
 
Definition at line 38 of file PndFtsSimpleHit.h.
   38 { 
return this->
fStrawId < rhs.fStrawId; }
 uint16_t fStrawId
ID (number) of the hit Straw. 
 
 
 
 
◆ fIsochrone
      
        
          | float PndFtsTrackFinder::PndFtsSimpleHit::fIsochrone | 
        
      
 
 
◆ fPndHitId
      
        
          | uint16_t PndFtsTrackFinder::PndFtsSimpleHit::fPndHitId | 
        
      
 
 
◆ fStrawId
      
        
          | uint16_t PndFtsTrackFinder::PndFtsSimpleHit::fStrawId | 
        
      
 
 
The documentation for this struct was generated from the following file: