ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_nnjvt.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGJETCONDITIONCONFIG_NNJVT_H
6#define TRIGJETCONDITIONCONFIG_NNJVT_H
7
8
10#include "./ConditionsDefs.h"
12
14public extends<AthAlgTool, ITrigJetConditionConfig> {
15
16 public:
17
18 TrigJetConditionConfig_nnjvt(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_strmin{this, "min", {}, "Dummy"};
27
28Gaudi::Property<std::string>
29 m_strmax{this, "max", {}, "Dummy"};
30
31 Gaudi::Property<std::string>
32 m_nnJvtName{this, "nnJvtName", {}, "Name of jvt value & pass decoration to be read"};
33
34 StatusCode checkVals() const;
35};
36#endif
std::unique_ptr< ICondition > Condition
TrigJetConditionConfig_nnjvt(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_nnJvtName
Gaudi::Property< std::string > m_strmax
virtual StatusCode initialize() override
virtual Condition getCondition() const override
Gaudi::Property< std::string > m_strmin