ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkL1Calo
DerivationFrameworkL1Calo
SaturatedTriggerTower.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
// SaturatedTriggerTower.h, (c) ATLAS Detector software
8
9
#ifndef DERIVATIONFRAMEWORK_SATURATEDTRIGGERTOWER_H
10
#define DERIVATIONFRAMEWORK_SATURATEDTRIGGERTOWER_H
11
12
#include <string>
13
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
DerivationFrameworkInterfaces/ISkimmingTool.h
"
16
17
namespace
DerivationFramework
{
18
19
class
SaturatedTriggerTower
:
public
extends<AthAlgTool, ISkimmingTool> {
20
public
:
21
SaturatedTriggerTower
(
const
std::string& t,
const
std::string& n,
const
IInterface* p);
22
23
StatusCode
initialize
();
24
StatusCode
finalize
();
25
virtual
bool
eventPassesFilter
()
const
;
26
27
private
:
28
int
m_adcThreshold
;
29
std::string
m_collName
;
30
};
31
}
32
33
#endif
// DERIVATIONFRAMEWORK_SATURATEDTRIGGERTOWER_H
AthAlgTool.h
ISkimmingTool.h
DerivationFramework::SaturatedTriggerTower::m_adcThreshold
int m_adcThreshold
Definition
SaturatedTriggerTower.h:28
DerivationFramework::SaturatedTriggerTower::SaturatedTriggerTower
SaturatedTriggerTower(const std::string &t, const std::string &n, const IInterface *p)
Definition
SaturatedTriggerTower.cxx:20
DerivationFramework::SaturatedTriggerTower::m_collName
std::string m_collName
Definition
SaturatedTriggerTower.h:29
DerivationFramework::SaturatedTriggerTower::eventPassesFilter
virtual bool eventPassesFilter() const
Definition
SaturatedTriggerTower.cxx:42
DerivationFramework::SaturatedTriggerTower::initialize
StatusCode initialize()
Definition
SaturatedTriggerTower.cxx:31
DerivationFramework::SaturatedTriggerTower::finalize
StatusCode finalize()
Definition
SaturatedTriggerTower.cxx:37
DerivationFramework
THE reconstruction tool.
Definition
ParticleSortingAlg.h:24
Generated on
for ATLAS Offline Software by
1.14.0