Skip to content

Commit 2908501

Browse files
author
Benjamin Huber
committed
Expose missing hardware conversion functions to Python
1 parent 9d055dd commit 2908501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

L1Trigger/Phase2L1GT/src/L1GTScales.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)