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

Public Member Functions

 __init__ (self, t)

Public Attributes

 algorithmId = t.algorithmId()
 chi2 = t.chi2()
 NStrawHits = t.NStrawHits()
 NStraw = t.NStraw()
 NStrawTime = t.NStrawTime()
 NTRHits = t.NTRHits()
 siSpacePoints = t.siSpacePoints()
 trtDriftCircles = t.trtDriftCircles()
 param = PyTrigInDetTrackFitPar (t.param())
 endParam = PyTrigInDetTrackFitPar (t.endParam())

Detailed Description

Definition at line 3340 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 3341 of file Dumpers.py.

3341 def __init__ (self, t):
3342 self.algorithmId = t.algorithmId()
3343 self.chi2 = t.chi2()
3344 self.NStrawHits = t.NStrawHits()
3345 self.NStraw = t.NStraw()
3346 self.NStrawTime = t.NStrawTime()
3347 self.NTRHits = t.NTRHits()
3348 self.siSpacePoints = t.siSpacePoints()
3349 self.trtDriftCircles = t.trtDriftCircles()
3350 if t.param():
3351 self.param = PyTrigInDetTrackFitPar (t.param())
3352 else:
3353 self.param = None
3354 if t.endParam():
3355 self.endParam = PyTrigInDetTrackFitPar (t.endParam())
3356 else:
3357 self.endParam = None
3358 return
3359
3360
3361# Deal with the possibility that some of the ELs in the target set
3362# may be invalid. Doesn't seem to be any way to know that other than
3363# by trying to do the deref. (I.e., we can't get a hold of the EL directly.)

Member Data Documentation

◆ algorithmId

python.Dumpers.PyTrigInDetTrack.algorithmId = t.algorithmId()

Definition at line 3342 of file Dumpers.py.

◆ chi2

python.Dumpers.PyTrigInDetTrack.chi2 = t.chi2()

Definition at line 3343 of file Dumpers.py.

◆ endParam

python.Dumpers.PyTrigInDetTrack.endParam = PyTrigInDetTrackFitPar (t.endParam())

Definition at line 3355 of file Dumpers.py.

◆ NStraw

python.Dumpers.PyTrigInDetTrack.NStraw = t.NStraw()

Definition at line 3345 of file Dumpers.py.

◆ NStrawHits

python.Dumpers.PyTrigInDetTrack.NStrawHits = t.NStrawHits()

Definition at line 3344 of file Dumpers.py.

◆ NStrawTime

python.Dumpers.PyTrigInDetTrack.NStrawTime = t.NStrawTime()

Definition at line 3346 of file Dumpers.py.

◆ NTRHits

python.Dumpers.PyTrigInDetTrack.NTRHits = t.NTRHits()

Definition at line 3347 of file Dumpers.py.

◆ param

python.Dumpers.PyTrigInDetTrack.param = PyTrigInDetTrackFitPar (t.param())

Definition at line 3351 of file Dumpers.py.

◆ siSpacePoints

python.Dumpers.PyTrigInDetTrack.siSpacePoints = t.siSpacePoints()

Definition at line 3348 of file Dumpers.py.

◆ trtDriftCircles

python.Dumpers.PyTrigInDetTrack.trtDriftCircles = t.trtDriftCircles()

Definition at line 3349 of file Dumpers.py.


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