File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ namespace l1t {
8787 .def (" to_hw_phi_ceil" , &L1GTScales::to_hw_phi_ceil)
8888 .def (" to_hw_eta_ceil" , &L1GTScales::to_hw_eta_ceil)
8989 .def (" to_hw_z0_ceil" , &L1GTScales::to_hw_z0_ceil)
90+ .def (" to_hw_isolationPT_ceil" , &L1GTScales::to_hw_isolationPT_ceil)
9091 .def (" to_hw_relative_isolationPT_ceil" , &L1GTScales::to_hw_relative_isolationPT_ceil)
9192 .def (" to_hw_beta_ceil" , &L1GTScales::to_hw_beta_ceil)
9293 .def (" to_hw_mass_ceil" , &L1GTScales::to_hw_mass_ceil)
@@ -99,6 +100,7 @@ namespace l1t {
99100 .def (" to_hw_phi_floor" , &L1GTScales::to_hw_phi_floor)
100101 .def (" to_hw_eta_floor" , &L1GTScales::to_hw_eta_floor)
101102 .def (" to_hw_z0_floor" , &L1GTScales::to_hw_z0_floor)
103+ .def (" to_hw_isolationPT_floor" , &L1GTScales::to_hw_isolationPT_floor)
102104 .def (" to_hw_relative_isolationPT_floor" , &L1GTScales::to_hw_relative_isolationPT_floor)
103105 .def (" to_hw_beta_floor" , &L1GTScales::to_hw_beta_floor)
104106 .def (" to_hw_mass_floor" , &L1GTScales::to_hw_mass_floor)
You can’t perform that action at this time.
0 commit comments