5#ifndef TRIGJETCONDITIONCONFIG_UHT1TAU_H
6#define TRIGJETCONDITIONCONFIG_UHT1TAU_H
14public extends<AthAlgTool, ITrigJetConditionConfig> {
25 Gaudi::Property<std::string>
26 m_min{
this,
"min", {},
"min uht1tau cut value"};
28 Gaudi::Property<std::string>
29 m_max{
this,
"max", {},
"max uht1tau cut value"};
32 this,
"namePtau", {},
"ptau accessor"};
34 this,
"namePu", {},
"pu accessor"};
36 this,
"namePc", {},
"pc accessor"};
38 this,
"namePb", {},
"pb accessor"};
40 this,
"nameValid", {},
"validity check"};
std::unique_ptr< ICondition > Condition
Gaudi::Property< std::string > m_name_ptau
StatusCode checkVals() const
Gaudi::Property< std::string > m_name_pu
Gaudi::Property< std::string > m_max
Gaudi::Property< std::string > m_name_pb
Gaudi::Property< std::string > m_name_pc
Gaudi::Property< std::string > m_name_valid
virtual StatusCode initialize() override
TrigJetConditionConfig_uht1tau(const std::string &type, const std::string &name, const IInterface *parent)
virtual Condition getCondition() const override
Gaudi::Property< std::string > m_min