ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigEgammaEmulationBaseHypoTool.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
6#ifndef ITrigEgammaEmulationBaseHypoTool_h
7#define ITrigEgammaEmulationBaseHypoTool_h
8
9#include "AsgTools/IAsgTool.h"
13#include "GaudiKernel/SystemOfUnits.h"
14
15
16namespace Trig{
17
18
20 {
21
23
24 public:
25
26 virtual StatusCode initialize()=0;
27
28 virtual bool emulate( const TrigData &input, bool &pass) const=0;
29
30 };
31
32
33}//namespace
34#endif
#define ASG_TOOL_INTERFACE(CLASSNAME)
virtual bool emulate(const TrigData &input, bool &pass) const =0
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
The common trigger namespace for trigger analysis tools.