Definition at line 180 of file ValidateOpDetReco.py.
def ValidateOpDetReco.Assoc.__init__ |
( |
|
self, |
|
|
|
tree |
|
) |
| |
def ValidateOpDetReco.Assoc.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Definition at line 224 of file ValidateOpDetReco.py.
225 if not isinstance(other, Assoc):
226 return NotImplemented
227 if self.
EventID != other.EventID:
return False 228 if self.
OpChannel != other.OpChannel:
return False 230 if "HitPeakTimeAbs" in failures \
231 or "HitPeakTime" in failures \
232 or "PE" in failures :
return False
def ListFailures(left, right)
def ValidateOpDetReco.Assoc.__ge__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Definition at line 219 of file ValidateOpDetReco.py.
220 if not isinstance(other, Assoc):
221 return NotImplemented
222 return not (self < other)
def ValidateOpDetReco.Assoc.__gt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Definition at line 214 of file ValidateOpDetReco.py.
215 if not isinstance(other, Assoc):
216 return NotImplemented
217 return not (self <= other)
def ValidateOpDetReco.Assoc.__le__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Definition at line 205 of file ValidateOpDetReco.py.
206 if not isinstance(other, Assoc):
207 return NotImplemented
def ValidateOpDetReco.Assoc.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
Definition at line 196 of file ValidateOpDetReco.py.
197 if not isinstance(other, Assoc):
198 return NotImplemented
def ValidateOpDetReco.Assoc.__ne__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
def ValidateOpDetReco.Assoc.PrintStr |
( |
|
self | ) |
|
Definition at line 241 of file ValidateOpDetReco.py.
242 return "{0.OpChannel:2d} t={0.HitPeakTimeAbs:8.3f}/{0.FlashTimeAbs:8.3f} q={0.HitPE:7.2f}/{0.FlashPE:7.2f} frame={0.HitFrame:1}/{0.FlashFrame:1}".
format(self)
static bool format(QChar::Decomposition tag, QString &str, int index, int len)
ValidateOpDetReco.Assoc.EventID |
ValidateOpDetReco.Assoc.FlashFrame |
ValidateOpDetReco.Assoc.FlashID |
ValidateOpDetReco.Assoc.FlashPE |
ValidateOpDetReco.Assoc.FlashTime |
ValidateOpDetReco.Assoc.FlashTimeAbs |
ValidateOpDetReco.Assoc.HitFrame |
ValidateOpDetReco.Assoc.HitID |
ValidateOpDetReco.Assoc.HitPE |
ValidateOpDetReco.Assoc.HitPeakTime |
ValidateOpDetReco.Assoc.HitPeakTimeAbs |
ValidateOpDetReco.Assoc.OpChannel |
The documentation for this class was generated from the following file: