ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetConditionConfig_acceptAll.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigJetConditionConfig_acceptAll.h
"
6
7
#include "
./AcceptAllCondition.h
"
8
9
TrigJetConditionConfig_acceptAll::TrigJetConditionConfig_acceptAll
10
(
const
std::string&
type
,
11
const
std::string&
name
,
12
const
IInterface*
parent
) : base_class(
type
,
name
,
parent
){
13
14
}
15
16
Condition
TrigJetConditionConfig_acceptAll::getCondition
()
const
{
17
return
std::make_unique<AcceptAllCondition>();
18
}
Condition
std::unique_ptr< ICondition > Condition
Definition:
ConditionsDefs.h:19
TrigJetConditionConfig_acceptAll.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
TrigJetConditionConfig_acceptAll::TrigJetConditionConfig_acceptAll
TrigJetConditionConfig_acceptAll(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TrigJetConditionConfig_acceptAll.cxx:10
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
AcceptAllCondition.h
TrigJetConditionConfig_acceptAll::getCondition
virtual Condition getCondition() const override
Definition:
TrigJetConditionConfig_acceptAll.cxx:16
Generated on Thu Nov 7 2024 21:29:52 for ATLAS Offline Software by
1.8.18