ATLAS Offline Software
Loading...
Searching...
No Matches
TBPhaseStreamerTool.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_TBPHASESTREAMERTOOL_H
6#define TBREC_TBPHASESTREAMERTOOL_H
7
21
22#include "TBEventStreamerTool.h"
23
24#include <string>
25#include <map>
26#include <vector>
27
29{
30 public:
31
32 TBPhaseStreamerTool(const std::string& type,
33 const std::string& name,
34 const IInterface* parent);
35 virtual ~TBPhaseStreamerTool();
36
37 virtual StatusCode initializeTool() override;
38
39 virtual StatusCode accept() override;
40
41 protected:
42
44 std::string m_TBPhaseKey;
45
46};
47#endif // not TBREC_TBPHASESTREAMERTOOL_H
TBEventStreamerTool(const std::string &name, const std::string &type, const IInterface *parent)
TBPhaseStreamerTool(const std::string &type, const std::string &name, const IInterface *parent)
virtual StatusCode accept() override
virtual StatusCode initializeTool() override