Definition at line 71 of file neurotrigger.py.
◆ event()
Definition at line 79 of file neurotrigger.py.
79 def event(self):
80 self.return_value(bool(self.neurotrack_allgoodquality()))
81 self.if_false(self.nullpath)
82
◆ hastrginfo()
Definition at line 83 of file neurotrigger.py.
83 def hastrginfo(self):
85
A (simplified) python wrapper for StoreArray.
◆ initialize()
Definition at line 72 of file neurotrigger.py.
72 def initialize(self):
73 self.tracksegmentsname = hwneuroinputsegmenthits,
74 self.twodtracksname = hwneuroinput2dfindertracks,
75 self.neurotracksname = hwneurotracks,
76 self.recotracksname = "RecoTracks"
77 self.nullpath = basf2.create_path()
78
◆ neurotrack_allgoodquality()
def neurotrack_allgoodquality |
( |
|
self | ) |
|
Definition at line 86 of file neurotrigger.py.
86 def neurotrack_allgoodquality(self):
87 isgoodquality = True
89 if tr.getQualityVector() > 0:
90 isgoodquality = False
91 break
92 return isgoodquality
93
94
◆ neurotracksname
◆ nullpath
◆ recotracksname
◆ tracksegmentsname
◆ twodtracksname
The documentation for this class was generated from the following file: