ATLAS Offline Software
Loading...
Searching...
No Matches
TBEventStreamerTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TBREC_TBEVENTSTREAMERTOOL_H
6#define TBREC_TBEVENTSTREAMERTOOL_H
7
9
10#include <string>
11
12static const InterfaceID IID_TBEventStreamerTool("TBEventStreamerTool", 1 , 0);
13
15{
16 public:
17
18 TBEventStreamerTool(const std::string& name, const std::string& type,
19 const IInterface* parent);
20 virtual ~TBEventStreamerTool();
21
22 virtual StatusCode accept() = 0;
23
24 virtual StatusCode reject();
25
26 virtual StatusCode initialize() override;
27
28 virtual StatusCode initializeTool();
29
30 static const InterfaceID& interfaceID() { return IID_TBEventStreamerTool;}
31};
32#endif
static const InterfaceID IID_TBEventStreamerTool("TBEventStreamerTool", 1, 0)
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
virtual StatusCode initializeTool()
virtual StatusCode accept()=0
static const InterfaceID & interfaceID()
virtual StatusCode initialize() override
TBEventStreamerTool(const std::string &name, const std::string &type, const IInterface *parent)
virtual StatusCode reject()