Definition at line 64 of file neurotrigger.py.
◆ event()
Definition at line 72 of file neurotrigger.py.
72 def event(self):
73 self.return_value(bool(self.neurotrack_allgoodquality()))
74 self.if_false(self.nullpath)
75
◆ hastrginfo()
Definition at line 76 of file neurotrigger.py.
76 def hastrginfo(self):
77 from ROOT import Belle2
79
A (simplified) python wrapper for StoreArray.
◆ initialize()
Definition at line 65 of file neurotrigger.py.
65 def initialize(self):
66 self.tracksegmentsname = hwneuroinputsegmenthits,
67 self.twodtracksname = hwneuroinput2dfindertracks,
68 self.neurotracksname = hwneurotracks,
69 self.recotracksname = "RecoTracks"
70 self.nullpath = basf2.create_path()
71
◆ neurotrack_allgoodquality()
| neurotrack_allgoodquality |
( |
| self | ) |
|
Definition at line 80 of file neurotrigger.py.
80 def neurotrack_allgoodquality(self):
81 from ROOT import Belle2
82 isgoodquality = True
84 if tr.getQualityVector() > 0:
85 isgoodquality = False
86 break
87 return isgoodquality
88
89
◆ neurotracksname
| neurotracksname = hwneurotracks, |
◆ nullpath
| nullpath = basf2.create_path() |
◆ recotracksname
| str recotracksname = "RecoTracks" |
◆ tracksegmentsname
| tracksegmentsname = hwneuroinputsegmenthits, |
◆ twodtracksname
| twodtracksname = hwneuroinput2dfindertracks, |
The documentation for this class was generated from the following file: