ATLAS Offline Software
Loading...
Searching...
No Matches
IAsgDeadHVCellRemovalTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6#ifndef EGAMMAANALYSISINTERFACES__IASGDEADHVCELLREMOVALTOOL__
7#define EGAMMAANALYSISINTERFACES__IASGDEADHVCELLREMOVALTOOL__
8
9#include "AsgTools/IAsgTool.h"
11
13{
15public:
16
19
20 virtual bool accept( const xAOD::Egamma* part ) const = 0;
21
22 virtual bool accept( const xAOD::Egamma& part ) const = 0;
23
24};
25// End: class definition
26
27#endif
28
#define ASG_TOOL_INTERFACE(CLASSNAME)
virtual bool accept(const xAOD::Egamma *part) const =0
virtual bool accept(const xAOD::Egamma &part) const =0
virtual ~IAsgDeadHVCellRemovalTool()
Virtual Destructor.
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
Egamma_v1 Egamma
Definition of the current "egamma version".
Definition Egamma.h:17