List of all members.
Detailed Description
Definition at line 485 of file pTools.py.
Constructor & Destructor Documentation
| def GaudiMP::pTools::PackedCaloHypo::__init__ |
( |
|
self, |
|
|
|
o |
|
) |
| |
Definition at line 486 of file pTools.py.
00487 :
00488 cl = 'LHCb::PackedCaloHypo'
00489 assert o.__class__.__name__ == cl
00490 self.centX = o.centX
00491 self.centY = o.centY
00492 self.cerr = (o.cerr00,o.cerr10,o.cerr11)
00493 self.cov = (o.cov00,o.cov10,o.cov11,o.cov20,o.cov21,o.cov22)
00494 self.firstCluster = o.firstCluster
00495 self.firstDigit = o.firstDigit
00496 self.firstHypo = o.firstHypo
00497 self.hypothesis = o.hypothesis
00498 self.key = o.key
00499 self.lastCluster = o.lastCluster
00500 self.lastDigit = o.lastDigit
00501 self.lastHypo = o.lastHypo
00502 self.lh = o.lh
00503 self.pos = (o.posE, o.posX, o.posY)
self.z = o.z
Member Function Documentation
| def GaudiMP::pTools::PackedCaloHypo::__repr__ |
( |
|
self ) |
|
Definition at line 504 of file pTools.py.
00505 :
00506 s = "PackedCaloHypo : \n"
00507 s += "\tcentX : %s\n"%( str(self.centX) )
00508 s += "\tcentY : %s\n"%( str(self.centY) )
00509 s += "\tcerr : %s\n"%( str(self.cerr ) )
00510 s += "\tcov : %s\n"%( str(self.cov ) )
00511 s += "\tfirstCluster : %s\n"%( str(self.firstCluster) )
00512 s += "\tfirstDigit : %s\n"%( str(self.firstDigit) )
00513 s += "\tfirstHypo : %s\n"%( str(self.firstHypo) )
00514 s += "\thypothesis : %s\n"%( str(self.hypothesis) )
00515 s += "\tkey : %s\n"%( str(self.key) )
00516 s += "\tlastCluster : %s\n"%( str(self.lastCluster) )
00517 s += "\tlastDigit : %s\n"%( str(self.lastDigit) )
00518 s += "\tlastHypo : %s\n"%( str(self.lastHypo) )
00519 s += "\tlh : %s\n"%( str(self.lh ) )
00520 s += "\tpos : %s\n"%( str(self.pos ) )
00521 s += "\tz : %s\n"%( str(self.z ) )
00522 s += "---------------------------------------\n"
00523 return s
00524
00525
Member Data Documentation
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r2/GaudiMP/python/GaudiMP/pTools.py