Class to store data of Apv-Sensors.  
 More...
#include <PndMvdApvHit.h>
◆ PndMvdApvHit() [1/2]
  
  
      
        
          | PndMvdApvHit::PndMvdApvHit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 20 of file PndMvdApvHit.h.
   20 : fEventID(-1), fModuleID(-1), fFeID(-1), fTriggerID(-1.), fChannel(-1), fTimestamp(-1.), fFrameID(-1), fADC(-1.), fLength(0) {}
  
 
 
◆ PndMvdApvHit() [2/2]
  
  
      
        
          | PndMvdApvHit::PndMvdApvHit  | 
          ( | 
          long int  | 
          eventID,  | 
         
        
           | 
           | 
          Int_t  | 
          moduleID,  | 
         
        
           | 
           | 
          Int_t  | 
          fe,  | 
         
        
           | 
           | 
          Double_t  | 
          triggerID,  | 
         
        
           | 
           | 
          Double_t  | 
          timestamp,  | 
         
        
           | 
           | 
          Int_t  | 
          frame,  | 
         
        
           | 
           | 
          Int_t  | 
          channel,  | 
         
        
           | 
           | 
          Double_t  | 
          adc,  | 
         
        
           | 
           | 
          Int_t  | 
          length  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
main constructor, used to create ApvHit with resonable information 
- Parameters
 - 
  
    | eventID | event ID  | 
    | moduleID | ID of used sensor module  | 
    | fe | frontend ID  | 
    | trigger | trigger ID  | 
    | timestamp | trigger time stamp  | 
    | frame | frame ID  | 
    | channel | cannel  | 
    | adc | ADC height in channel  | 
    | length | frame length in this channel  | 
  
   
Definition at line 33 of file PndMvdApvHit.h.
   34     : fEventID(eventID), fModuleID(moduleID), fFeID(fe), fTriggerID(triggerID), fChannel(channel), fTimestamp(timestamp), fFrameID(frame), fADC(adc), fLength(length)
  
 
 
◆ ~PndMvdApvHit()
  
  
      
        
          | PndMvdApvHit::~PndMvdApvHit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetADC()
  
  
      
        
          | Double_t PndMvdApvHit::GetADC  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetChannel()
  
  
      
        
          | Int_t PndMvdApvHit::GetChannel  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
get hit channel index 
- Returns
 - channel index of hit 
 
Definition at line 44 of file PndMvdApvHit.h.
 
 
◆ GetEventID()
  
  
      
        
          | long int PndMvdApvHit::GetEventID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetFeID()
  
  
      
        
          | Int_t PndMvdApvHit::GetFeID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetFrameID()
  
  
      
        
          | Int_t PndMvdApvHit::GetFrameID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
- Returns
 - index of frame where the hit occured in the event 
 
Definition at line 57 of file PndMvdApvHit.h.
 
 
◆ GetLength()
  
  
      
        
          | Int_t PndMvdApvHit::GetLength  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
- Returns
 - length of the hit over threshold 
 
Definition at line 69 of file PndMvdApvHit.h.
 
 
◆ GetModuleID()
  
  
      
        
          | Int_t PndMvdApvHit::GetModuleID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetTimestamp()
  
  
      
        
          | Int_t PndMvdApvHit::GetTimestamp  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
get hit timestamp 
- Returns
 - timestamp in the event 
 
Definition at line 51 of file PndMvdApvHit.h.
   51 { 
return fTimestamp; }
  
 
 
◆ GetTriggerID()
  
  
      
        
          | Int_t PndMvdApvHit::GetTriggerID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetFeID()
  
  
      
        
          | void PndMvdApvHit::SetFeID  | 
          ( | 
          Int_t  | 
          new_FE | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
set new FeID (needed for faking) 
- Returns
 - void 
 
Definition at line 82 of file PndMvdApvHit.h.
 
 
The documentation for this class was generated from the following file: