DAQ key hit.  
 More...
#include <JDAQKeyHit.hh>
DAQ key hit. 
Definition at line 24 of file JDAQKeyHit.hh.
 
◆ JPMT_t
PMT channel in FPGA. 
Definition at line 44 of file JDAQHit.hh.
 
 
◆ JTDC_t
◆ JTOT_t
time over threshold [ns] 
Definition at line 46 of file JDAQHit.hh.
 
 
◆ JDAQKeyHit() [1/2]
  
  
      
        
          | KM3NETDAQ::JDAQKeyHit::JDAQKeyHit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JDAQKeyHit() [2/2]
Constructor. 
- Parameters
 - 
  
    | id | module identifier  | 
    | hit | PMT hit  | 
  
   
Definition at line 46 of file JDAQKeyHit.hh.
 
 
◆ ~JDAQKeyHit()
  
  
      
        
          | virtual KM3NETDAQ::JDAQKeyHit::~JDAQKeyHit  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ operator JDAQPMTIdentifier()
Type conversion operator. 
- Returns
 - axis 
 
Definition at line 65 of file JDAQKeyHit.hh.
 
 
◆ sizeOf()
  
  
      
        
          | static int KM3NETDAQ::JDAQKeyHit::sizeOf  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Get size of object. 
- Returns
 - number of bytes 
 
Definition at line 108 of file JDAQKeyHit.hh.
 
 
◆ ClassDef()
      
        
          | KM3NETDAQ::JDAQKeyHit::ClassDef  | 
          ( | 
          JDAQKeyHit  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getModuleIdentifier()
◆ setModuleIdentifier()
◆ getModuleID()
  
  
      
        
          | int KM3NETDAQ::JDAQModuleIdentifier::getModuleID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ ClassDefNV() [1/2]
◆ getPMT()
  
  
      
        
          | JPMT_t KM3NETDAQ::JDAQHit::getPMT  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Get PMT. 
- Returns
 - PMT 
 
Definition at line 78 of file JDAQHit.hh.
 
 
◆ getT()
  
  
      
        
          | JTDC_t KM3NETDAQ::JDAQHit::getT  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Get time. 
- Returns
 - time [ns] 
 
Definition at line 89 of file JDAQHit.hh.
 
 
◆ getToT()
  
  
      
        
          | JTOT_t KM3NETDAQ::JDAQHit::getToT  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Get time-over-threshold. 
- Returns
 - time-over-threshold [ns] 
 
Definition at line 100 of file JDAQHit.hh.
 
 
◆ getMaximalToT()
  
  
      
        
          | static JTOT_t KM3NETDAQ::JDAQHit::getMaximalToT  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestaticinherited   | 
  
 
Get maximal time-over-threshold. 
- Returns
 - time-over-threshold [ns] 
 
Definition at line 111 of file JDAQHit.hh.
 
 
◆ ClassDefNV() [2/2]
  
  
      
        
          | KM3NETDAQ::JDAQHit::ClassDefNV  | 
          ( | 
          JDAQHit  | 
          ,  | 
         
        
           | 
           | 
          1  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ operator>>
Read JDAQKeyHit from input. 
- Parameters
 - 
  
  
 
- Returns
 - JReader 
 
Definition at line 78 of file JDAQKeyHit.hh.
   80       in >> static_cast<JDAQModuleIdentifier&>(hit);
 
   81       in >> static_cast<JDAQHit&>             (hit);
 
 
 
 
◆ operator<<
Write JDAQKeyHit to output. 
- Parameters
 - 
  
  
 
- Returns
 - JWriter 
 
Definition at line 94 of file JDAQKeyHit.hh.
   96       out << static_cast<const JDAQModuleIdentifier&>(hit);
 
   97       out << static_cast<const JDAQHit&>             (hit);
 
 
 
 
◆ id
  
  
      
        
          | int KM3NETDAQ::JDAQModuleIdentifier::id | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ pmt
  
  
      
        
          | JPMT_t KM3NETDAQ::JDAQHit::pmt | 
         
       
   | 
  
protectedinherited   | 
  
 
PMT readout channel in FPGA. 
Definition at line 206 of file JDAQHit.hh.
 
 
◆ tdc
  
  
      
        
          | JTDC_t KM3NETDAQ::JDAQHit::tdc | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ tot
  
  
      
        
          | JTOT_t KM3NETDAQ::JDAQHit::tot | 
         
       
   | 
  
protectedinherited   | 
  
 
time over threshold [ns] 
Definition at line 208 of file JDAQHit.hh.
 
 
The documentation for this class was generated from the following file: