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