BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPreSelect/EventWriter/include/EventWriter/IEventWriterTool.h
Go to the documentation of this file.
1#pragma once
2
3#include <GaudiKernel/IAlgTool.h>
4#include <GaudiKernel/StatusCode.h>
5
6class IEventWriterTool : virtual public IAlgTool {
7public:
9
10 virtual StatusCode write() = 0;
11};
virtual StatusCode write()=0
DeclareInterfaceID(IEventWriterTool, 1, 0)