![]() |
ATLAS Offline Software
|
#include <TrigJetConditionConfig_signed_eta.h>
Public Member Functions | |
| TrigJetConditionConfig_signed_eta (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", {"-inf"}, "Abs eta min for eta region"} |
| Gaudi::Property< std::string > | m_max {this, "max", {"inf"}, "Abs eta max for eta region"} |
Definition at line 13 of file TrigJetConditionConfig_signed_eta.h.
| TrigJetConditionConfig_signed_eta::TrigJetConditionConfig_signed_eta | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 10 of file TrigJetConditionConfig_signed_eta.cxx.
|
private |
Definition at line 30 of file TrigJetConditionConfig_signed_eta.cxx.
|
overridevirtual |
Definition at line 24 of file TrigJetConditionConfig_signed_eta.cxx.
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_signed_eta.cxx.
|
private |
Definition at line 31 of file TrigJetConditionConfig_signed_eta.h.
|
private |
Definition at line 28 of file TrigJetConditionConfig_signed_eta.h.