Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

GaudiMP::pTools::PackedCaloHypo Class Reference

List of all members.

Public Member Functions

def __init__
def __repr__

Public Attributes

 centX
 centY
 cerr
 cov
 firstCluster
 firstDigit
 firstHypo
 hypothesis
 key
 lastCluster
 lastDigit
 lastHypo
 lh
 pos
 z

Detailed Description

Definition at line 484 of file pTools.py.


Member Function Documentation

def GaudiMP::pTools::PackedCaloHypo::__init__ (   self,
  o 
)

Definition at line 485 of file pTools.py.

00486                           :
00487       cl = 'LHCb::PackedCaloHypo'
00488       assert o.__class__.__name__ == cl
00489       self.centX = o.centX
00490       self.centY = o.centY
00491       self.cerr  = (o.cerr00,o.cerr10,o.cerr11)
00492       self.cov   = (o.cov00,o.cov10,o.cov11,o.cov20,o.cov21,o.cov22)
00493       self.firstCluster = o.firstCluster
00494       self.firstDigit   = o.firstDigit
00495       self.firstHypo    = o.firstHypo
00496       self.hypothesis   = o.hypothesis
00497       self.key          = o.key
00498       self.lastCluster  = o.lastCluster
00499       self.lastDigit    = o.lastDigit
00500       self.lastHypo     = o.lastHypo
00501       self.lh           = o.lh
00502       self.pos          = (o.posE, o.posX, o.posY)
      self.z            = o.z

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

Definition at line 488 of file pTools.py.

Definition at line 489 of file pTools.py.

Definition at line 490 of file pTools.py.

Definition at line 491 of file pTools.py.

Definition at line 492 of file pTools.py.

Definition at line 493 of file pTools.py.

Definition at line 494 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 496 of file pTools.py.

Definition at line 497 of file pTools.py.

Definition at line 498 of file pTools.py.

Definition at line 499 of file pTools.py.

Definition at line 500 of file pTools.py.

Definition at line 501 of file pTools.py.

Definition at line 502 of file pTools.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:33:28 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004