#include <TInterestingEventManager.hxx>
|  | 
| void | Enable () | 
|  | 
| bool | IsEnabled () | 
|  | Check if manager is enabled. 
 | 
|  | 
| void | SetInteresting () | 
|  | Set this event to be interesting. 
 | 
|  | 
| bool | IsInteresting () | 
|  | Is this event interesting? 
 | 
|  | 
| void | Reset () | 
|  | Reset state of manager = set to not interesting event. 
 | 
|  | 
Singleton class for defining which events are interesting (and should be plotted). User needs to enable use of TInterestingEventManager in program constructor 
Definition at line 8 of file TInterestingEventManager.hxx.
◆ TInterestingEventManager()
  
  | 
        
          | TInterestingEventManager::TInterestingEventManager | ( |  | ) |  |  | private | 
 
 
◆ Enable()
  
  | 
        
          | void TInterestingEventManager::Enable | ( |  | ) |  |  | inline | 
 
 
◆ instance()
◆ IsEnabled()
  
  | 
        
          | bool TInterestingEventManager::IsEnabled | ( |  | ) |  |  | inline | 
 
 
◆ IsInteresting()
  
  | 
        
          | bool TInterestingEventManager::IsInteresting | ( |  | ) |  |  | inline | 
 
 
◆ Reset()
  
  | 
        
          | void TInterestingEventManager::Reset | ( |  | ) |  |  | inline | 
 
 
◆ SetInteresting()
  
  | 
        
          | void TInterestingEventManager::SetInteresting | ( |  | ) |  |  | inline | 
 
 
◆ fEnabled
  
  | 
        
          | bool TInterestingEventManager::fEnabled |  | private | 
 
 
◆ fInterestingEvent
  
  | 
        
          | bool TInterestingEventManager::fInterestingEvent |  | private | 
 
 
◆ s_instance
The documentation for this class was generated from the following files: