Skip to content

Commit

Permalink
Add interaction probability to pybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jul 3, 2023
1 parent 1fa38c8 commit da64274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/injection/private/pybindings/injection.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ PYBIND11_MODULE(injection,m) {

class_<LeptonProcessWeighter, std::shared_ptr<LeptonProcessWeighter>>(m, "LeptonProcessWeighter")
.def(init<std::shared_ptr<PhysicalProcess>, std::shared_ptr<InjectionProcess>, std::shared_ptr<LI::detector::EarthModel>>())
//.def("InteractionProbability",&LeptonProcessWeighter::InteractionProbability)
.def("InteractionProbability",&LeptonProcessWeighter::InteractionProbability)
.def("NormalizedPositionProbability",&LeptonProcessWeighter::NormalizedPositionProbability)
.def("PhysicalProbability",&LeptonProcessWeighter::PhysicalProbability)
.def("GenerationProbability",&LeptonProcessWeighter::GenerationProbability)
Expand Down

0 comments on commit da64274

Please sign in to comment.