Gaudi Framework, version v25r1p1

Home   Generated: Mon Mar 24 2014
 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 497 of file pTools.py.

Constructor & Destructor Documentation

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

Definition at line 498 of file pTools.py.

499  def __init__(self, o) :
500  cl = 'LHCb::PackedCaloHypo'
501  assert o.__class__.__name__ == cl
502  self.centX = o.centX
503  self.centY = o.centY
504  self.cerr = (o.cerr00,o.cerr10,o.cerr11)
505  self.cov = (o.cov00,o.cov10,o.cov11,o.cov20,o.cov21,o.cov22)
506  self.firstCluster = o.firstCluster
507  self.firstDigit = o.firstDigit
508  self.firstHypo = o.firstHypo
509  self.hypothesis = o.hypothesis
510  self.key = o.key
511  self.lastCluster = o.lastCluster
512  self.lastDigit = o.lastDigit
513  self.lastHypo = o.lastHypo
514  self.lh = o.lh
515  self.pos = (o.posE, o.posX, o.posY)
self.z = o.z

Member Function Documentation

def GaudiMP.pTools.PackedCaloHypo.__repr__ (   self)

Definition at line 516 of file pTools.py.

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

Member Data Documentation

GaudiMP.pTools.PackedCaloHypo.centX

Definition at line 501 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.centY

Definition at line 502 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.cerr

Definition at line 503 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.cov

Definition at line 504 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.firstCluster

Definition at line 505 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.firstDigit

Definition at line 506 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.firstHypo

Definition at line 507 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.hypothesis

Definition at line 508 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.key

Definition at line 509 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lastCluster

Definition at line 510 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lastDigit

Definition at line 511 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lastHypo

Definition at line 512 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.lh

Definition at line 513 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.pos

Definition at line 514 of file pTools.py.

GaudiMP.pTools.PackedCaloHypo.z

Definition at line 515 of file pTools.py.


The documentation for this class was generated from the following file:
Generated at Mon Mar 24 2014 18:33:20 for Gaudi Framework, version v25r1p1 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004