#include <GaudiAlg/GaudiSequencer.h>
Definition at line 47 of file GaudiSequencer.h.
 
  
  
      
        
          | GaudiSequencer::AlgorithmEntry::AlgorithmEntry  | 
          ( | 
          Algorithm *  | 
          alg | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Standard constructor. 
Definition at line 51 of file GaudiSequencer.h.
Algorithm * m_algorithm
Algorithm pointer. 
 
 
 
 
  
  
      
        
          | Algorithm* GaudiSequencer::AlgorithmEntry::algorithm  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | bool GaudiSequencer::AlgorithmEntry::reverse  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 56 of file GaudiSequencer.h.
bool m_reverse
Indicates that the flag has to be inverted. 
 
 
 
 
  
  
      
        
          | void GaudiSequencer::AlgorithmEntry::setReverse  | 
          ( | 
          bool  | 
          flag | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 53 of file GaudiSequencer.h.
bool m_reverse
Indicates that the flag has to be inverted. 
 
 
 
 
  
  
      
        
          | void GaudiSequencer::AlgorithmEntry::setTimer  | 
          ( | 
          int  | 
          nb | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 57 of file GaudiSequencer.h.
int m_timer
Timer number for this algorithm. 
 
 
 
 
  
  
      
        
          | int GaudiSequencer::AlgorithmEntry::timer  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 58 of file GaudiSequencer.h.
int m_timer
Timer number for this algorithm. 
 
 
 
 
  
  
      
        
          | Algorithm* GaudiSequencer::AlgorithmEntry::m_algorithm = nullptr | 
         
       
   | 
  
private   | 
  
 
 
  
  
      
        
          | bool GaudiSequencer::AlgorithmEntry::m_reverse = false | 
         
       
   | 
  
private   | 
  
 
Indicates that the flag has to be inverted. 
Definition at line 62 of file GaudiSequencer.h.
 
 
  
  
      
        
          | int GaudiSequencer::AlgorithmEntry::m_timer = 0 | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: