Definition at line 247 of file ValidateOpDetReco.py.
def ValidateOpDetReco.Hit.__init__ |
( |
|
self, |
|
|
|
tree |
|
) |
| |
def ValidateOpDetReco.Hit.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Definition at line 282 of file ValidateOpDetReco.py.
283 if not isinstance(other, Hit):
284 return NotImplemented
285 if self.
EventID != other.EventID:
return False 286 if self.
OpChannel != other.OpChannel:
return False 288 if "PeakTimeAbs" in failures \
289 or "PeakTime" in failures:
return False 290 if len(failures) > 0:
return False
def ListFailures(left, right)
def ValidateOpDetReco.Hit.__ge__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
def ValidateOpDetReco.Hit.__gt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
def ValidateOpDetReco.Hit.__le__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
def ValidateOpDetReco.Hit.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
def ValidateOpDetReco.Hit.__ne__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
def ValidateOpDetReco.Hit.PrintStr |
( |
|
self | ) |
|
Definition at line 299 of file ValidateOpDetReco.py.
static bool format(QChar::Decomposition tag, QString &str, int index, int len)
ValidateOpDetReco.Hit.Amplitude |
ValidateOpDetReco.Hit.Area |
ValidateOpDetReco.Hit.EventID |
ValidateOpDetReco.Hit.FastToTotal |
ValidateOpDetReco.Hit.Frame |
ValidateOpDetReco.Hit.OpChannel |
ValidateOpDetReco.Hit.PeakTime |
ValidateOpDetReco.Hit.PeakTimeAbs |
ValidateOpDetReco.Hit.Width |
The documentation for this class was generated from the following file: