ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTools
DerivationFrameworkTools
PrescaleTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// PrescaleTool.h, (c) ATLAS Detector software
8
9
#ifndef DERIVATIONFRAMEWORK_PRESCALETOOL_H
10
#define DERIVATIONFRAMEWORK_PRESCALETOOL_H
11
12
#include <string>
13
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
DerivationFrameworkInterfaces/ISkimmingTool.h
"
16
#include "
xAODEventInfo/EventInfo.h
"
17
18
namespace
DerivationFramework
{
19
20
class
PrescaleTool
:
public
extends<AthAlgTool, ISkimmingTool> {
21
public
:
22
PrescaleTool
(
const
std::string& t,
const
std::string& n,
const
IInterface* p);
23
24
StatusCode
initialize
();
25
StatusCode
finalize
();
26
virtual
bool
eventPassesFilter
()
const
;
27
28
private
:
29
Gaudi::Property<unsigned int>
m_prescale
{
this
,
"Prescale"
, 1};
30
};
31
}
32
33
#endif
// DERIVATIONFRAMEWORK_PRESCALETOOL_H
AthAlgTool.h
ISkimmingTool.h
DerivationFramework::PrescaleTool::eventPassesFilter
virtual bool eventPassesFilter() const
Definition
PrescaleTool.cxx:39
DerivationFramework::PrescaleTool::PrescaleTool
PrescaleTool(const std::string &t, const std::string &n, const IInterface *p)
Definition
PrescaleTool.cxx:18
DerivationFramework::PrescaleTool::finalize
StatusCode finalize()
Definition
PrescaleTool.cxx:34
DerivationFramework::PrescaleTool::initialize
StatusCode initialize()
Definition
PrescaleTool.cxx:25
DerivationFramework::PrescaleTool::m_prescale
Gaudi::Property< unsigned int > m_prescale
Definition
PrescaleTool.h:29
DerivationFramework
THE reconstruction tool.
Definition
ParticleSortingAlg.h:24
EventInfo.h
Generated on
for ATLAS Offline Software by
1.14.0