| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
Match of two events considering overlap in time and position. More...
#include <JEventOverlap.hh>
Public Member Functions | |
| JEventOverlap (const double Tmax_s, const double Dmax_m=std::numeric_limits< double >::max()) | |
| Constructor.   | |
| bool | operator() (const event_type &first, const event_type &second) const | 
| Match criterion.   | |
| JEventOverlap (const double Tmax_s) | |
| Constructor.   | |
| bool | operator() (const JEvent &first, const JEvent &second) const | 
| Match criterion.   | |
| double | getTmax () const | 
| Get time window.   | |
Public Attributes | |
| const double | Tmax_s | 
| const double | Dmax_m | 
Protected Attributes | |
| double | tmax_s | 
Match of two events considering overlap in time and position.
Match of two events considering overlap in time.
Definition at line 20 of file JAcoustics/JEventOverlap.hh.
      
  | 
  inline | 
Constructor.
| Tmax_s | maximal time difference between two events [s] | 
| Dmax_m | maximal distance between two events [m] | 
Definition at line 199 of file JAcousticsTriggerProcessor.cc.
      
  | 
  inline | 
Constructor.
| Tmax_s | maximal time difference between two consecutive events [s] | 
Definition at line 27 of file JAcoustics/JEventOverlap.hh.
      
  | 
  inline | 
Match criterion.
| first | first event | 
| second | second event | 
Definition at line 212 of file JAcousticsTriggerProcessor.cc.
      
  | 
  inline | 
Match criterion.
| first | first event | 
| second | second event | 
Definition at line 39 of file JAcoustics/JEventOverlap.hh.
      
  | 
  inline | 
Get time window.
Definition at line 54 of file JAcoustics/JEventOverlap.hh.
| const double JACOUSTICS::JEventOverlap::Tmax_s | 
Definition at line 219 of file JAcousticsTriggerProcessor.cc.
| const double JACOUSTICS::JEventOverlap::Dmax_m | 
Definition at line 220 of file JAcousticsTriggerProcessor.cc.
      
  | 
  protected | 
Definition at line 61 of file JAcoustics/JEventOverlap.hh.