5#ifndef TRIGJETCONDITIONCONFIG_HTDIPZ_H
6#define TRIGJETCONDITIONCONFIG_HTDIPZ_H
18public extends<AthAlgTool, ITrigJetConditionConfig> {
23 const std::string& name,
24 const IInterface* parent);
32 Gaudi::Property<std::string>
33 m_capacity{
this,
"capacity", {},
"number of jets considered"};
34 Gaudi::Property<std::string>
36 Gaudi::Property<std::string>
38 Gaudi::Property<std::string>
39 m_min{
this,
"min", {},
"min HT"};
40 Gaudi::Property<std::string>
41 m_max{
this,
"max", {},
"max HT"};
std::unique_ptr< ICondition > Condition
Gaudi::Property< std::string > m_decName_negLogSigma2
TrigJetConditionConfig_htdipz(const std::string &type, const std::string &name, const IInterface *parent)
Gaudi::Property< std::string > m_max
virtual StatusCode initialize() override
Gaudi::Property< std::string > m_decName_z
virtual Condition getCondition() const override
Gaudi::Property< std::string > m_min
StatusCode checkVals() const
Gaudi::Property< std::string > m_capacity