GaudiMP::pTools::PackedCaloHypo Class Reference
List of all members.
Detailed Description
Definition at line 484 of file pTools.py.
Member Function Documentation
| def GaudiMP::pTools::PackedCaloHypo::__init__ |
( |
|
self, |
|
|
|
o | |
|
) |
| | |
| def GaudiMP::pTools::PackedCaloHypo::__repr__ |
( |
|
self |
) |
|
Definition at line 503 of file pTools.py.
00504 :
00505 s = "PackedCaloHypo : \n"
00506 s += "\tcentX : %s\n"%( str(self.centX) )
00507 s += "\tcentY : %s\n"%( str(self.centY) )
00508 s += "\tcerr : %s\n"%( str(self.cerr ) )
00509 s += "\tcov : %s\n"%( str(self.cov ) )
00510 s += "\tfirstCluster : %s\n"%( str(self.firstCluster) )
00511 s += "\tfirstDigit : %s\n"%( str(self.firstDigit) )
00512 s += "\tfirstHypo : %s\n"%( str(self.firstHypo) )
00513 s += "\thypothesis : %s\n"%( str(self.hypothesis) )
00514 s += "\tkey : %s\n"%( str(self.key) )
00515 s += "\tlastCluster : %s\n"%( str(self.lastCluster) )
00516 s += "\tlastDigit : %s\n"%( str(self.lastDigit) )
00517 s += "\tlastHypo : %s\n"%( str(self.lastHypo) )
00518 s += "\tlh : %s\n"%( str(self.lh ) )
00519 s += "\tpos : %s\n"%( str(self.pos ) )
00520 s += "\tz : %s\n"%( str(self.z ) )
00521 s += "---------------------------------------\n"
00522 return s
00523
00524
Member Data Documentation
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r0/GaudiMP/python/GaudiMP/pTools.py