![]() |
ATLAS Offline Software
|
#include <TrigJetConditionConfig_moment.h>
Public Member Functions | |
| TrigJetConditionConfig_moment (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override |
| virtual Condition | getCondition () const override |
Private Member Functions | |
| StatusCode | checkVals () const |
Private Attributes | |
| Gaudi::Property< std::string > | m_min {this, "min", {}, "jet moment min cut"} |
| Gaudi::Property< std::string > | m_max {this, "max", {}, "jet moment max cut"} |
| Gaudi::Property< std::string > | m_moment {this, "moment", {}, "jet moment name"} |
Definition at line 12 of file TrigJetConditionConfig_moment.h.
| TrigJetConditionConfig_moment::TrigJetConditionConfig_moment | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 14 of file TrigJetConditionConfig_moment.cxx.
|
private |
Definition at line 36 of file TrigJetConditionConfig_moment.cxx.
|
overridevirtual |
Definition at line 27 of file TrigJetConditionConfig_moment.cxx.
|
overridevirtual |
Definition at line 22 of file TrigJetConditionConfig_moment.cxx.
|
private |
Definition at line 30 of file TrigJetConditionConfig_moment.h.
|
private |
Definition at line 27 of file TrigJetConditionConfig_moment.h.
|
private |
Definition at line 33 of file TrigJetConditionConfig_moment.h.