/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/TrigMakerAlg/TrigMakerAlg-00-00-02/TrigMakerAlg/TrigEventMaker.h

Go to the documentation of this file.
00001 #include "GaudiKernel/Algorithm.h"
00002 #include <string>
00003 
00004 class IDataProviderSvc;
00005 
00006 class TrigEventMaker:public Algorithm {
00007 public:
00008   TrigEventMaker(const std::string& name, ISvcLocator* pSvcLocator);
00009 
00010   StatusCode initialize();
00011   StatusCode execute();
00012   StatusCode finalize();
00013 
00014 private:
00015 
00016 };

Generated on Tue Nov 29 23:11:43 2016 for BOSS_7.0.2 by  doxygen 1.4.7