| 
    Jpp
    
   | 
 
Template specialisation of hit toolkit for JHit class. More...
#include <JHitToolkit.hh>
  
 Public Member Functions | |
| const JHitToolkit< JHit, false > & | getToolkit () const | 
| Get toolkit.  More... | |
| bool | operator() (const JHit &first, const JHit &second) const | 
| Compare time of two hits.  More... | |
Static Public Member Functions | |
| static double | getT (const JHit &hit) | 
| Get time of hit.  More... | |
| static double | getToT (const JHit &hit) | 
| Get time-over-threshold of hit.  More... | |
| static JHit | getJHit (const JHit &hit) | 
| Construct JHit.  More... | |
| static JHit | getHit (const JDAQHit &hit, const JCalibration &cal) | 
| Construct hit.  More... | |
| static JHit | getEndMarker () | 
| Get end marker.  More... | |
| static double | getTimeDifference (const JHit &first, const JHit &second) | 
| Get time difference between two hits.  More... | |
Template specialisation of hit toolkit for JHit class.
Definition at line 67 of file JHitToolkit.hh.
      
  | 
  inline | 
      
  | 
  inlinestatic | 
Get time of hit.
| hit | hit | 
Definition at line 86 of file JHitToolkit.hh.
      
  | 
  inlinestatic | 
Get time-over-threshold of hit.
| hit | hit | 
Definition at line 98 of file JHitToolkit.hh.
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
Construct hit.
| hit | DAQ hit | 
| cal | calibration | 
Definition at line 123 of file JHitToolkit.hh.
      
  | 
  inlinestatic | 
      
  | 
  inlinestatic | 
Get time difference between two hits.
| first | first hit | 
| second | second hit | 
Definition at line 147 of file JHitToolkit.hh.
      
  | 
  inline | 
Compare time of two hits.
| first | first value [ns] | 
| second | second value [ns] | 
Definition at line 160 of file JHitToolkit.hh.
 1.8.5