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 3024 of file Dumpers.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 3025 of file Dumpers.py.

3025 def __init__ (self, t):
3026 self.algorithmId = t.algorithmId()
3027 self.chi2 = t.chi2()
3028 self.NStrawHits = t.NStrawHits()
3029 self.NStraw = t.NStraw()
3030 self.NStrawTime = t.NStrawTime()
3031 self.NTRHits = t.NTRHits()
3032 self.siSpacePoints = t.siSpacePoints()
3033 self.trtDriftCircles = t.trtDriftCircles()
3034 if t.param():
3035 self.param = PyTrigInDetTrackFitPar (t.param())
3036 else:
3037 self.param = None
3038 if t.endParam():
3039 self.endParam = PyTrigInDetTrackFitPar (t.endParam())
3040 else:
3041 self.endParam = None
3042 return
3043
3044
3045# Deal with the possibility that some of the ELs in the target set
3046# may be invalid. Doesn't seem to be any way to know that other than
3047# 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 3026 of file Dumpers.py.

◆ chi2

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

Definition at line 3027 of file Dumpers.py.

◆ endParam

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

Definition at line 3039 of file Dumpers.py.

◆ NStraw

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

Definition at line 3029 of file Dumpers.py.

◆ NStrawHits

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

Definition at line 3028 of file Dumpers.py.

◆ NStrawTime

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

Definition at line 3030 of file Dumpers.py.

◆ NTRHits

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

Definition at line 3031 of file Dumpers.py.

◆ param

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

Definition at line 3035 of file Dumpers.py.

◆ siSpacePoints

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

Definition at line 3032 of file Dumpers.py.

◆ trtDriftCircles

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

Definition at line 3033 of file Dumpers.py.


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