ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetConditionConfig_pileuprm.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGJETCONDITIONCONFIG_PILEUPRM_H
6
#define TRIGJETCONDITIONCONFIG_PILEUPRM_H
7
8
#include "
ITrigJetConditionConfig.h
"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
./ConditionsDefs.h
"
11
12
class
TrigJetConditionConfig_pileuprm
:
13
public
extends<AthAlgTool, ITrigJetConditionConfig> {
14
15
public
:
16
17
TrigJetConditionConfig_pileuprm
(
const
std::string&
type
,
18
const
std::string&
name
,
19
const
IInterface*
parent
);
20
21
virtual
StatusCode
initialize
()
override
;
22
virtual
Condition
getCondition
()
const override
;
23
24
private
:
25
26
Gaudi::Property<std::string>
27
m_min
{
this
,
"min"
, {},
"single jet max EMF"
};
28
29
Gaudi::Property<std::string>
30
m_max
{
this
,
"max"
, {},
"single jet max EMF before pileupremoval"
};
31
32
StatusCode
checkVals
()
const
;
33
34
};
35
#endif
TrigJetConditionConfig_pileuprm::initialize
virtual StatusCode initialize() override
Definition:
TrigJetConditionConfig_pileuprm.cxx:22
ConditionsDefs.h
TrigJetConditionConfig_pileuprm
Definition:
TrigJetConditionConfig_pileuprm.h:13
TrigJetConditionConfig_pileuprm::TrigJetConditionConfig_pileuprm
TrigJetConditionConfig_pileuprm(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TrigJetConditionConfig_pileuprm.cxx:14
TrigJetConditionConfig_pileuprm::getCondition
virtual Condition getCondition() const override
Definition:
TrigJetConditionConfig_pileuprm.cxx:27
Condition
std::unique_ptr< ICondition > Condition
Definition:
ConditionsDefs.h:19
ITrigJetConditionConfig.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
TrigJetConditionConfig_pileuprm::checkVals
StatusCode checkVals() const
Definition:
TrigJetConditionConfig_pileuprm.cxx:35
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
TrigJetConditionConfig_pileuprm::m_max
Gaudi::Property< std::string > m_max
Definition:
TrigJetConditionConfig_pileuprm.h:30
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
TrigJetConditionConfig_pileuprm::m_min
Gaudi::Property< std::string > m_min
Definition:
TrigJetConditionConfig_pileuprm.h:27
Generated on Thu Nov 7 2024 21:29:53 for ATLAS Offline Software by
1.8.18