BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
RecMakerAlg.h
Go to the documentation of this file.
1#include "GaudiKernel/Algorithm.h"
2#include <string>
3
4class RecMakerAlg : public Algorithm {
5public:
6 RecMakerAlg( const std::string& name, ISvcLocator* pSvcLocator );
7 StatusCode initialize();
8 StatusCode execute();
9 StatusCode finalize();
10
11private:
12};
StatusCode execute()
RecMakerAlg(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize()
StatusCode finalize()