ATLAS Offline Software
Loading...
Searching...
No Matches
TBEventInfoStreamerTool.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_TBEVENTINFOSTREAMERTOOL_H
6#define TBREC_TBEVENTINFOSTREAMERTOOL_H
7
9
10#include <string>
11#include <vector>
12
14{
15 public:
16 TBEventInfoStreamerTool(const std::string& type,
17 const std::string& name,
18 const IInterface* parent);
20
21 virtual StatusCode initializeTool() override;
22
23 virtual StatusCode accept() override;
24
25 protected:
26
28 // Properties //
30 std::vector<int> m_acceptCodes;
31 std::vector<std::string> m_acceptTypes;
32
34};
35#endif
virtual StatusCode accept() override
virtual StatusCode initializeTool() override
std::vector< std::string > m_acceptTypes
TBEventInfoStreamerTool(const std::string &type, const std::string &name, const IInterface *parent)
TBEventStreamerTool(const std::string &name, const std::string &type, const IInterface *parent)