ATLAS Offline Software
TrigJetConditionConfig_jvt.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGJETCONDITIONCONFIG_JVT_H
6 #define TRIGJETCONDITIONCONFIG_JVT_H
7 
8 
10 #include "./ConditionsDefs.h"
12 
14 public extends<AthAlgTool, ITrigJetConditionConfig> {
15 
16  public:
17 
18  TrigJetConditionConfig_jvt(const std::string& type, const std::string& name, const IInterface* parent);
19 
20  virtual StatusCode initialize() override;
21  virtual Condition getCondition() const override;
22 
23  private:
24 
25  Gaudi::Property<std::string>
26  m_min{this, "min", {}, "min jvt value"};
27 
28  Gaudi::Property<std::string>
29  m_max{this, "max", {}, "max jvt value"};
30 
31  StatusCode checkVals() const;
32 };
33 #endif
TrigJetConditionConfig_jvt::checkVals
StatusCode checkVals() const
Definition: TrigJetConditionConfig_jvt.cxx:31
TrigJetConditionConfig_jvt::m_max
Gaudi::Property< std::string > m_max
Definition: TrigJetConditionConfig_jvt.h:29
TrigJetConditionConfig_jvt::getCondition
virtual Condition getCondition() const override
Definition: TrigJetConditionConfig_jvt.cxx:25
ConditionsDefs.h
TrigJetConditionConfig_jvt
Definition: TrigJetConditionConfig_jvt.h:14
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
test_pyathena.parent
parent
Definition: test_pyathena.py:15
TrigJetConditionConfig_jvt::m_min
Gaudi::Property< std::string > m_min
Definition: TrigJetConditionConfig_jvt.h:26
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TrigJetConditionConfig_jvt::initialize
virtual StatusCode initialize() override
Definition: TrigJetConditionConfig_jvt.cxx:18
TrigJetConditionConfig_jvt::TrigJetConditionConfig_jvt
TrigJetConditionConfig_jvt(const std::string &type, const std::string &name, const IInterface *parent)
Definition: TrigJetConditionConfig_jvt.cxx:13
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78