Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
GaudiMP.pTools.PackedCaloHypo Class Reference

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.

496  def __init__(self, o) :
497  cl = 'LHCb::PackedCaloHypo'
498  assert o.__class__.__name__ == cl
499  self.centX = o.centX
500  self.centY = o.centY
501  self.cerr = (o.cerr00,o.cerr10,o.cerr11)
502  self.cov = (o.cov00,o.cov10,o.cov11,o.cov20,o.cov21,o.cov22)
503  self.firstCluster = o.firstCluster
504  self.firstDigit = o.firstDigit
505  self.firstHypo = o.firstHypo
506  self.hypothesis = o.hypothesis
507  self.key = o.key
508  self.lastCluster = o.lastCluster
509  self.lastDigit = o.lastDigit
510  self.lastHypo = o.lastHypo
511  self.lh = o.lh
512  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.

514  def __repr__( self ) :
515  s = "PackedCaloHypo : \n"
516  s += "\tcentX : %s\n"%( str(self.centX) )
517  s += "\tcentY : %s\n"%( str(self.centY) )
518  s += "\tcerr : %s\n"%( str(self.cerr ) )
519  s += "\tcov : %s\n"%( str(self.cov ) )
520  s += "\tfirstCluster : %s\n"%( str(self.firstCluster) )
521  s += "\tfirstDigit : %s\n"%( str(self.firstDigit) )
522  s += "\tfirstHypo : %s\n"%( str(self.firstHypo) )
523  s += "\thypothesis : %s\n"%( str(self.hypothesis) )
524  s += "\tkey : %s\n"%( str(self.key) )
525  s += "\tlastCluster : %s\n"%( str(self.lastCluster) )
526  s += "\tlastDigit : %s\n"%( str(self.lastDigit) )
527  s += "\tlastHypo : %s\n"%( str(self.lastHypo) )
528  s += "\tlh : %s\n"%( str(self.lh ) )
529  s += "\tpos : %s\n"%( str(self.pos ) )
530  s += "\tz : %s\n"%( str(self.z ) )
531  s += "---------------------------------------\n"
532  return s
533 
534 # =============================================================================

Member Data Documentation

GaudiMP.pTools.PackedCaloHypo.centX

Definition at line 498 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.centY

Definition at line 499 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.cerr

Definition at line 500 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.cov

Definition at line 501 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.firstCluster

Definition at line 502 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.firstDigit

Definition at line 503 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.firstHypo

Definition at line 504 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.hypothesis

Definition at line 505 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.key

Definition at line 506 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lastCluster

Definition at line 507 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lastDigit

Definition at line 508 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lastHypo

Definition at line 509 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lh

Definition at line 510 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.pos

Definition at line 511 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.z

Definition at line 512 of file pTools.py.


The documentation for this class was generated from the following file:
Generated at Wed Nov 28 2012 12:17:39 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004