Gaudi Framework, version v23r4

Home   Generated: Mon Sep 17 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 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

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 of file pTools.py.

Definition at line 495 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 Mon Sep 17 2012 13:49:57 for Gaudi Framework, version v23r4 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004