ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaEmulationPrecisionTrackingHypoTool.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 * */
4
5
6#ifndef TrigEgammaEmulationPrecisionTrackingHypoTool_h
7#define TrigEgammaEmulationPrecisionTrackingHypoTool_h
8
9#include "AsgTools/AsgTool.h"
13
14
15namespace Trig{
16
19 {
21
22 public:
23
24 TrigEgammaEmulationPrecisionTrackingHypoTool(const std::string& myname);
26
27 virtual bool emulate( const TrigData &input, bool &pass) const override;
28
29 private:
30
31 Gaudi::Property< bool > m_acceptAll { this, "AcceptAll", false , "Accept all" };
32
33 };
34
35}//namespace
36#endif
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
virtual bool emulate(const TrigData &input, bool &pass) const override
==========================================================================
The common trigger namespace for trigger analysis tools.