CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GenParticle.py
Go to the documentation of this file.
2 
4  def __str__(self):
5  base = super(GenParticle, self).__str__()
6  theStr = '{base}, status = {status:>2}'.format(base=base, status=self.status())
7  return theStr
8 
9 
11  def sip3D(self):
12  '''Just to make generic code work on GenParticles'''
13  return 0
14  def relIso(self, dummy):
15  '''Just to make generic code work on GenParticles'''
16  return 0
17 
18  def absIso(self, dummy):
19  '''Just to make generic code work on GenParticles'''
20  return 0
21 
22  def absEffAreaIso(self,rho):
23  '''Just to make generic code work on GenParticles'''
24  return 0
25 
26  def relEffAreaIso(self,rho):
27  '''Just to make generic code work on GenParticles'''
28  return 0