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  StatusCode initialize() override;
32 
34  GaudiAtomicSequencer( const GaudiAtomicSequencer& a ) = delete;
36 };
37 #endif // GAUDIATOMICSEQUENCER_H
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
Definition: ISvcLocator.h:25
GaudiSequencer & operator=(const GaudiSequencer &a)=delete
assignment not allowed
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.
STL class.
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:26
#define GAUDI_API
Definition: Kernel.h:107