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

Public Member Functions

def __init__ (self, name, m_max=250 *GeV)
 
def fill (self, p)
 

Public Attributes

 m
 
 dr
 
 pt
 
 eta
 
 phi
 

Detailed Description

Definition at line 310 of file PyAlgorithmExample.py.

Constructor & Destructor Documentation

◆ __init__()

def PyAlgorithmExample.Parthists_Z.__init__ (   self,
  name,
  m_max = 250*GeV 
)

Definition at line 311 of file PyAlgorithmExample.py.

311  def __init__ (self, name, m_max = 250*GeV):
312  Parthists.__init__ (self, name)
313  self.m = mybook (name + "m", 100, 0, m_max)
314  self.dr = mybook (name + "dr", 100, 0, 10)
315  return
316 

Member Function Documentation

◆ fill()

def PyAlgorithmExample.Parthists_Z.fill (   self,
  p 
)

Reimplemented from PyAlgorithmExample.Parthists.

Definition at line 317 of file PyAlgorithmExample.py.

317  def fill (self, p):
318  Parthists.fill (self, p)
319  self.m.Fill (p.m())
320  self.dr.Fill (p.dr())
321  return

Member Data Documentation

◆ dr

PyAlgorithmExample.Parthists_Z.dr

Definition at line 314 of file PyAlgorithmExample.py.

◆ eta

PyAlgorithmExample.Parthists.eta
inherited

Definition at line 76 of file PyAlgorithmExample.py.

◆ m

PyAlgorithmExample.Parthists_Z.m

Definition at line 313 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