Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions | Public Attributes

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 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

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 of file pTools.py.

Definition at line 486 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 Thu Jun 28 2012 23:27:51 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004