ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.Dumpers.PyTrigInDetTrackFitPar Class Reference
Collaboration diagram for python.Dumpers.PyTrigInDetTrackFitPar:

Public Member Functions

def __init__ (self, t)
 

Public Attributes

 a0
 
 z0
 
 phi0
 
 eta
 
 pT
 
 ea0
 
 ez0
 
 ephi0
 
 eeta
 
 epT
 
 surfaceCoordinate
 
 surfaceType
 
 cov
 

Detailed Description

Definition at line 3313 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

def python.Dumpers.PyTrigInDetTrackFitPar.__init__ (   self,
  t 
)

Definition at line 3314 of file Dumpers.py.

3314  def __init__ (self, t):
3315  self.a0 = t.a0()
3316  self.z0 = t.z0()
3317  self.phi0 = t.phi0()
3318  self.eta = t.eta()
3319  self.pT = t.pT()
3320  self.ea0 = t.ea0()
3321  self.ez0 = t.ez0()
3322  self.ephi0 = t.ephi0()
3323  self.eeta = t.eeta()
3324  self.epT = t.epT()
3325  self.surfaceCoordinate = t.surfaceCoordinate()
3326  self.surfaceType = t.surfaceType()
3327  if t.cov():
3328  self.cov = [x for x in t.cov()]
3329  else:
3330  self.cov = None
3331  return

Member Data Documentation

◆ a0

python.Dumpers.PyTrigInDetTrackFitPar.a0

Definition at line 3315 of file Dumpers.py.

◆ cov

python.Dumpers.PyTrigInDetTrackFitPar.cov

Definition at line 3328 of file Dumpers.py.

◆ ea0

python.Dumpers.PyTrigInDetTrackFitPar.ea0

Definition at line 3320 of file Dumpers.py.

◆ eeta

python.Dumpers.PyTrigInDetTrackFitPar.eeta

Definition at line 3323 of file Dumpers.py.

◆ ephi0

python.Dumpers.PyTrigInDetTrackFitPar.ephi0

Definition at line 3322 of file Dumpers.py.

◆ epT

python.Dumpers.PyTrigInDetTrackFitPar.epT

Definition at line 3324 of file Dumpers.py.

◆ eta

python.Dumpers.PyTrigInDetTrackFitPar.eta

Definition at line 3318 of file Dumpers.py.

◆ ez0

python.Dumpers.PyTrigInDetTrackFitPar.ez0

Definition at line 3321 of file Dumpers.py.

◆ phi0

python.Dumpers.PyTrigInDetTrackFitPar.phi0

Definition at line 3317 of file Dumpers.py.

◆ pT

python.Dumpers.PyTrigInDetTrackFitPar.pT

Definition at line 3319 of file Dumpers.py.

◆ surfaceCoordinate

python.Dumpers.PyTrigInDetTrackFitPar.surfaceCoordinate

Definition at line 3325 of file Dumpers.py.

◆ surfaceType

python.Dumpers.PyTrigInDetTrackFitPar.surfaceType

Definition at line 3326 of file Dumpers.py.

◆ z0

python.Dumpers.PyTrigInDetTrackFitPar.z0

Definition at line 3316 of file Dumpers.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