ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigHLTJetHypo
src
TrigJetConditionConfig_mult.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_MULT_H
6
#define TRIGJETCONDITIONCONFIG_MULT_H
7
8
/*
9
Condiguration AlgTool for Mult onditions to be run in FastReduction
10
PS
11
*/
12
13
#include "
ITrigJetConditionConfig.h
"
14
#include "
./ConditionsDefs.h
"
15
#include "
AthenaBaseComps/AthAlgTool.h
"
16
17
class
TrigJetConditionConfig_mult
:
18
public
extends<AthAlgTool, ITrigJetConditionConfig> {
19
20
public
:
21
22
TrigJetConditionConfig_mult
(
const
std::string&
type
,
23
const
std::string& name,
24
const
IInterface* parent);
25
26
virtual
StatusCode
initialize
()
override
;
27
virtual
Condition
getCondition
()
const override
;
28
29
private
:
30
31
32
Gaudi::Property<std::string>
33
m_min
{
this
,
"min"
, {},
"min multiplicity"
};
34
35
Gaudi::Property<std::string>
36
m_max
{
this
,
"max"
, {},
"max multiplicity"
};
37
38
std::size_t
m_min_szt
{0};
39
std::size_t
m_max_szt
{0};
40
41
StatusCode
checkVals
()
const
;
42
};
43
#endif
AthAlgTool.h
ConditionsDefs.h
Condition
std::unique_ptr< ICondition > Condition
Definition
ConditionsDefs.h:19
ITrigJetConditionConfig.h
TrigJetConditionConfig_mult::getCondition
virtual Condition getCondition() const override
Definition
TrigJetConditionConfig_mult.cxx:33
TrigJetConditionConfig_mult::checkVals
StatusCode checkVals() const
Definition
TrigJetConditionConfig_mult.cxx:38
TrigJetConditionConfig_mult::m_max_szt
std::size_t m_max_szt
Definition
TrigJetConditionConfig_mult.h:39
TrigJetConditionConfig_mult::m_min
Gaudi::Property< std::string > m_min
Definition
TrigJetConditionConfig_mult.h:33
TrigJetConditionConfig_mult::initialize
virtual StatusCode initialize() override
Definition
TrigJetConditionConfig_mult.cxx:21
TrigJetConditionConfig_mult::m_min_szt
std::size_t m_min_szt
Definition
TrigJetConditionConfig_mult.h:38
TrigJetConditionConfig_mult::m_max
Gaudi::Property< std::string > m_max
Definition
TrigJetConditionConfig_mult.h:36
TrigJetConditionConfig_mult::TrigJetConditionConfig_mult
TrigJetConditionConfig_mult(const std::string &type, const std::string &name, const IInterface *parent)
Definition
TrigJetConditionConfig_mult.cxx:13
type
Generated on
for ATLAS Offline Software by
1.14.0