ATLAS Offline Software
Loading...
Searching...
No Matches
python.Dumpers.PyTrigInDetTrackFitPar Class Reference
Collaboration diagram for python.Dumpers.PyTrigInDetTrackFitPar:

Public Member Functions

 __init__ (self, t)

Public Attributes

 a0 = t.a0()
 z0 = t.z0()
 phi0 = t.phi0()
 eta = t.eta()
 pT = t.pT()
 ea0 = t.ea0()
 ez0 = t.ez0()
 ephi0 = t.ephi0()
 eeta = t.eeta()
 epT = t.epT()
 surfaceCoordinate = t.surfaceCoordinate()
 surfaceType = t.surfaceType()
list cov = [x for x in t.cov()]

Detailed Description

Definition at line 3320 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 3321 of file Dumpers.py.

3321 def __init__ (self, t):
3322 self.a0 = t.a0()
3323 self.z0 = t.z0()
3324 self.phi0 = t.phi0()
3325 self.eta = t.eta()
3326 self.pT = t.pT()
3327 self.ea0 = t.ea0()
3328 self.ez0 = t.ez0()
3329 self.ephi0 = t.ephi0()
3330 self.eeta = t.eeta()
3331 self.epT = t.epT()
3332 self.surfaceCoordinate = t.surfaceCoordinate()
3333 self.surfaceType = t.surfaceType()
3334 if t.cov():
3335 self.cov = [x for x in t.cov()]
3336 else:
3337 self.cov = None
3338 return

Member Data Documentation

◆ a0

python.Dumpers.PyTrigInDetTrackFitPar.a0 = t.a0()

Definition at line 3322 of file Dumpers.py.

◆ cov

list python.Dumpers.PyTrigInDetTrackFitPar.cov = [x for x in t.cov()]

Definition at line 3335 of file Dumpers.py.

◆ ea0

python.Dumpers.PyTrigInDetTrackFitPar.ea0 = t.ea0()

Definition at line 3327 of file Dumpers.py.

◆ eeta

python.Dumpers.PyTrigInDetTrackFitPar.eeta = t.eeta()

Definition at line 3330 of file Dumpers.py.

◆ ephi0

python.Dumpers.PyTrigInDetTrackFitPar.ephi0 = t.ephi0()

Definition at line 3329 of file Dumpers.py.

◆ epT

python.Dumpers.PyTrigInDetTrackFitPar.epT = t.epT()

Definition at line 3331 of file Dumpers.py.

◆ eta

python.Dumpers.PyTrigInDetTrackFitPar.eta = t.eta()

Definition at line 3325 of file Dumpers.py.

◆ ez0

python.Dumpers.PyTrigInDetTrackFitPar.ez0 = t.ez0()

Definition at line 3328 of file Dumpers.py.

◆ phi0

python.Dumpers.PyTrigInDetTrackFitPar.phi0 = t.phi0()

Definition at line 3324 of file Dumpers.py.

◆ pT

python.Dumpers.PyTrigInDetTrackFitPar.pT = t.pT()

Definition at line 3326 of file Dumpers.py.

◆ surfaceCoordinate

python.Dumpers.PyTrigInDetTrackFitPar.surfaceCoordinate = t.surfaceCoordinate()

Definition at line 3332 of file Dumpers.py.

◆ surfaceType

python.Dumpers.PyTrigInDetTrackFitPar.surfaceType = t.surfaceType()

Definition at line 3333 of file Dumpers.py.

◆ z0

python.Dumpers.PyTrigInDetTrackFitPar.z0 = t.z0()

Definition at line 3323 of file Dumpers.py.


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