ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
PyAlgorithmExample.Parthists_Muo Class Reference
Inheritance diagram for PyAlgorithmExample.Parthists_Muo:
Collaboration diagram for PyAlgorithmExample.Parthists_Muo:

Public Member Functions

def __init__ (self, name)
 
def fill (self, p)
 

Public Attributes

 chi2
 
 pt
 
 eta
 
 phi
 

Detailed Description

Definition at line 244 of file PyAlgorithmExample.py.

Constructor & Destructor Documentation

◆ __init__()

def PyAlgorithmExample.Parthists_Muo.__init__ (   self,
  name 
)

Reimplemented from PyAlgorithmExample.Parthists.

Definition at line 245 of file PyAlgorithmExample.py.

245  def __init__ (self, name):
246  Parthists.__init__ (self, name)
247  self.chi2 = mybook (name + "chi2", 200, 0, 1000)
248  return
249 

Member Function Documentation

◆ fill()

def PyAlgorithmExample.Parthists_Muo.fill (   self,
  p 
)

Reimplemented from PyAlgorithmExample.Parthists.

Definition at line 250 of file PyAlgorithmExample.py.

250  def fill (self, p):
251  Parthists.fill (self, p)
252  self.chi2.Fill (p.chi2())
253  return

Member Data Documentation

◆ chi2

PyAlgorithmExample.Parthists_Muo.chi2

Definition at line 247 of file PyAlgorithmExample.py.

◆ eta

PyAlgorithmExample.Parthists.eta
inherited

Definition at line 76 of file PyAlgorithmExample.py.

◆ phi

PyAlgorithmExample.Parthists.phi
inherited

Definition at line 77 of file PyAlgorithmExample.py.

◆ pt

PyAlgorithmExample.Parthists.pt
inherited

Definition at line 75 of file PyAlgorithmExample.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18
lumiFormat.fill
fill
Definition: lumiFormat.py:111