ATLAS Offline Software
Loading...
Searching...
No Matches
src/TileRawChannelBuilderTest.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4*/
5/*
6 */
13
14
15#ifndef TILERECUTILS_TILERAWCHANNELBUILDERTEST_H
16#define TILERECUTILS_TILERAWCHANNELBUILDERTEST_H
17
18
20
21
24{
25public:
27
28
34 virtual TileRawChannel* rawChannel (const TileDigits* digits, const EventContext& ctx) override;
35};
36
37
38#endif // not TILERECUTILS_TILERAWCHANNELBUILDERTEST_H
virtual TileRawChannel * rawChannel(const TileDigits *digits, const EventContext &ctx) override
Builder virtual method to be implemented by subclasses.
TileRawChannelBuilder(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.
TileRawChannelBuilder(const std::string &type, const std::string &name, const IInterface *parent)
Constructor.