GaudiAtomicSequencer.h
Go to the documentation of this file.
1 // $Id: GaudiAtomicSequencer.h,v 0.1 2014/05/26 13:11:11 dfunke Exp $
2 #ifndef GAUDIATOMICSEQUENCER_H
3 #define GAUDIATOMICSEQUENCER_H 1
4 
5 // Include files
6 // from Gaudi
8 
27 public:
29  GaudiAtomicSequencer( const std::string& name, ISvcLocator* pSvcLocator );
30 
31  virtual ~GaudiAtomicSequencer( );
32 
33  virtual StatusCode initialize();
34 
35 protected:
36 
37 private:
38 
41 
44 };
45 #endif // GAUDIATOMICSEQUENCER_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
StatusCode initialize() override
Algorithm initialization.
Sequencer for executing several algorithms, stopping when one is faulty.
Sequencer for executing several algorithms, stopping when one is faulty.
GaudiSequencer & operator=(const GaudiSequencer &a)
Private assignment operator: This is not allowed.
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
#define GAUDI_API
Definition: Kernel.h:107