ATLAS Offline Software
Loading...
Searching...
No Matches
PyAlgorithmExample.Parthists_Z Class Reference
Inheritance diagram for PyAlgorithmExample.Parthists_Z:
Collaboration diagram for PyAlgorithmExample.Parthists_Z:

Public Member Functions

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

Public Attributes

 m = mybook (name + "m", 100, 0, m_max)
 dr = mybook (name + "dr", 100, 0, 10)
 pt = mybook (name + "_pt", 50, 0, 250*GeV)
 eta = mybook (name + "_eta", 50, -4, 4)
 phi = mybook (name + "_phi", 50, -3.5, 3.5)

Detailed Description

Definition at line 310 of file PyAlgorithmExample.py.

Constructor & Destructor Documentation

◆ __init__()

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()

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
void fill(H5::Group &out_file, size_t iterations)

Member Data Documentation

◆ dr

PyAlgorithmExample.Parthists_Z.dr = mybook (name + "dr", 100, 0, 10)

Definition at line 314 of file PyAlgorithmExample.py.

◆ eta

PyAlgorithmExample.Parthists.eta = mybook (name + "_eta", 50, -4, 4)
inherited

Definition at line 76 of file PyAlgorithmExample.py.

◆ m

PyAlgorithmExample.Parthists_Z.m = mybook (name + "m", 100, 0, m_max)

Definition at line 313 of file PyAlgorithmExample.py.

◆ phi

PyAlgorithmExample.Parthists.phi = mybook (name + "_phi", 50, -3.5, 3.5)
inherited

Definition at line 77 of file PyAlgorithmExample.py.

◆ pt

PyAlgorithmExample.Parthists.pt = mybook (name + "_pt", 50, 0, 250*GeV)
inherited

Definition at line 75 of file PyAlgorithmExample.py.


The documentation for this class was generated from the following file: