Auxiliary class to test history.  
 More...
#include <JHistory.hh>
Auxiliary class to test history. 
Definition at line 105 of file JHistory.hh.
 
◆ is_event() [1/2]
◆ is_event() [2/2]
Constructor. 
- Parameters
 - 
  
  
 
Definition at line 122 of file JHistory.hh.
  124         if (!history.empty())
 
  125           this->
type = history.rbegin()->type;
 
 
 
 
◆ operator()()
  
  
      
        
          | bool JFIT::JHistory::is_event::operator()  | 
          ( | 
          const JHistory &  | 
          history | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Test history. 
- Parameters
 - 
  
  
 
- Returns
 - true if given history ends with specified event type; else false 
 
Definition at line 137 of file JHistory.hh.
  139         if (!history.empty()) {
 
  140           return history.rbegin()->type == this->
type;
 
 
 
 
◆ type
      
        
          | int JFIT::JHistory::is_event::type | 
        
      
 
 
The documentation for this struct was generated from the following file: