ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkInterfaces
DerivationFrameworkInterfaces
ISkimmingTool.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
// ISkimmingTool.h, (c) ATLAS Detector software
7
8
#ifndef DERIVATIONFRAMEWORK_INTERFACES_ISKIMMINGTOOL_H
9
#define DERIVATIONFRAMEWORK_INTERFACES_ISKIMMINGTOOL_H
10
11
// Gaudi
12
#include "GaudiKernel/IAlgTool.h"
13
14
namespace
DerivationFramework
{
15
16
static
const
InterfaceID IID_ISkimmingTool(
"ISkimmingTool"
, 1, 0);
17
25
class
ISkimmingTool
:
virtual
public
IAlgTool {
26
public
:
27
29
virtual
~ISkimmingTool
(){}
30
32
static
const
InterfaceID&
interfaceID
() {
return
IID_ISkimmingTool; }
33
35
virtual
bool
eventPassesFilter
()
const
= 0;
36
};
37
38
}
// end of namespace
39
40
#endif
DerivationFramework::ISkimmingTool
Definition:
ISkimmingTool.h:25
DerivationFramework::ISkimmingTool::eventPassesFilter
virtual bool eventPassesFilter() const =0
Check that the current event passes this filter.
DerivationFramework
THE reconstruction tool.
Definition:
ParticleSortingAlg.h:24
DerivationFramework::ISkimmingTool::~ISkimmingTool
virtual ~ISkimmingTool()
Virtual destructor.
Definition:
ISkimmingTool.h:29
DerivationFramework::ISkimmingTool::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
ISkimmingTool.h:32
Generated on Thu Nov 7 2024 21:17:28 for ATLAS Offline Software by
1.8.18