![]() |
ATLAS Offline Software
|
#include <TrigJetConditionConfig_timesig.h>
Public Member Functions | |
| TrigJetConditionConfig_timesig (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_minTimeSignificance {this, "min", {}, "min time significance value"} |
| Gaudi::Property< std::string > | m_maxTime {this, "max", {}, "max time value"} |
Definition at line 14 of file TrigJetConditionConfig_timesig.h.
| TrigJetConditionConfig_timesig::TrigJetConditionConfig_timesig | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 13 of file TrigJetConditionConfig_timesig.cxx.
|
private |
Definition at line 31 of file TrigJetConditionConfig_timesig.cxx.
|
overridevirtual |
Definition at line 25 of file TrigJetConditionConfig_timesig.cxx.
|
overridevirtual |
Definition at line 18 of file TrigJetConditionConfig_timesig.cxx.
|
private |
Definition at line 30 of file TrigJetConditionConfig_timesig.h.
|
private |
Definition at line 27 of file TrigJetConditionConfig_timesig.h.