ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkTools
DerivationFrameworkTools
TriggerSkimmingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// TriggerSkimmingTool.h, (c) ATLAS Detector software
8
9
#ifndef DERIVATIONFRAMEWORK_TRIGGERSKIMMINGTOOL_H
10
#define DERIVATIONFRAMEWORK_TRIGGERSKIMMINGTOOL_H
11
12
#include <string>
13
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
TrigDecisionTool/TrigDecisionTool.h
"
16
#include "
DerivationFrameworkInterfaces/ISkimmingTool.h
"
17
18
namespace
DerivationFramework
{
19
20
class
TriggerSkimmingTool
:
public
extends<AthAlgTool, ISkimmingTool> {
21
public
:
22
TriggerSkimmingTool
(
const
std::string& t,
const
std::string& n,
const
IInterface* p);
23
24
bool
eventPassesFilter
(
const
EventContext& ctx)
const override
;
25
StatusCode
initialize
()
override
;
26
27
private
:
28
Gaudi::Property<std::vector<std::string>>
m_triggerListAND
{
this
,
"TriggerListAND"
, {}};
29
Gaudi::Property<std::vector<std::string>>
m_triggerListOR
{
this
,
"TriggerListOR"
, {}};
30
Gaudi::Property<std::vector<std::string>>
m_triggerListORHLTOnly
{
this
,
"TriggerListORHLTOnly"
, {},
"Decision is based on HLT only (unseeded triggers)"
};
31
PublicToolHandle<Trig::TrigDecisionTool>
m_trigDec
{
this
,
"TrigDecisionTool"
,
"Trig::TrigDecisionTool/TrigDecisionTool"
};
32
33
};
34
}
35
36
#endif
// DERIVATIONFRAMEWORK_TRIGGERSKIMMINGTOOL_H
AthAlgTool.h
ISkimmingTool.h
TrigDecisionTool.h
DerivationFramework::TriggerSkimmingTool::TriggerSkimmingTool
TriggerSkimmingTool(const std::string &t, const std::string &n, const IInterface *p)
Definition
TriggerSkimmingTool.cxx:23
DerivationFramework::TriggerSkimmingTool::initialize
StatusCode initialize() override
Definition
TriggerSkimmingTool.cxx:30
DerivationFramework::TriggerSkimmingTool::m_triggerListAND
Gaudi::Property< std::vector< std::string > > m_triggerListAND
Definition
TriggerSkimmingTool.h:28
DerivationFramework::TriggerSkimmingTool::m_triggerListOR
Gaudi::Property< std::vector< std::string > > m_triggerListOR
Definition
TriggerSkimmingTool.h:29
DerivationFramework::TriggerSkimmingTool::m_trigDec
PublicToolHandle< Trig::TrigDecisionTool > m_trigDec
Definition
TriggerSkimmingTool.h:31
DerivationFramework::TriggerSkimmingTool::eventPassesFilter
bool eventPassesFilter(const EventContext &ctx) const override
Definition
TriggerSkimmingTool.cxx:38
DerivationFramework::TriggerSkimmingTool::m_triggerListORHLTOnly
Gaudi::Property< std::vector< std::string > > m_triggerListORHLTOnly
Definition
TriggerSkimmingTool.h:30
DerivationFramework
THE reconstruction tool.
Definition
CascadeTools.h:16
Generated on
for ATLAS Offline Software by
1.17.0