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

Public Member Functions

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

Public Attributes

 chi2 = mybook (name + "chi2", 200, 0, 1000)
 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 244 of file PyAlgorithmExample.py.

Constructor & Destructor Documentation

◆ __init__()

PyAlgorithmExample.Parthists_Muo.__init__ ( self,
name )

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

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

Member Data Documentation

◆ chi2

PyAlgorithmExample.Parthists_Muo.chi2 = mybook (name + "chi2", 200, 0, 1000)

Definition at line 247 of file PyAlgorithmExample.py.

◆ eta

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

Definition at line 76 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: