ATLAS Offline Software
Loading...
Searching...
No Matches
TrigJetConditionConfig_uht1tau.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_UHT1TAU_H
6#define TRIGJETCONDITIONCONFIG_UHT1TAU_H
7
8
10#include "./ConditionsDefs.h"
12
14public extends<AthAlgTool, ITrigJetConditionConfig> {
15
16 public:
17
18 TrigJetConditionConfig_uht1tau(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 uht1tau cut value"};
27
28 Gaudi::Property<std::string>
29 m_max{this, "max", {}, "max uht1tau cut value"};
30
31 Gaudi::Property<std::string> m_name_ptau{
32 this, "namePtau", {}, "ptau accessor"};
33 Gaudi::Property<std::string> m_name_pu{
34 this, "namePu", {}, "pu accessor"};
35 Gaudi::Property<std::string> m_name_pc{
36 this, "namePc", {}, "pc accessor"};
37 Gaudi::Property<std::string> m_name_pb{
38 this, "namePb", {}, "pb accessor"};
39 Gaudi::Property<std::string> m_name_valid{
40 this, "nameValid", {}, "validity check"};
41
42 StatusCode checkVals() const;
43};
44#endif
std::unique_ptr< ICondition > Condition
Gaudi::Property< std::string > m_name_ptau
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_name_pb
Gaudi::Property< std::string > m_name_pc
Gaudi::Property< std::string > m_name_valid
TrigJetConditionConfig_uht1tau(const std::string &type, const std::string &name, const IInterface *parent)
virtual Condition getCondition() const override