Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Feb 16, 2024
1 parent 5f04c10 commit 388dec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/injection/private/TreeWeighter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ double LeptonTreeWeighter::EventWeight(LI::dataclasses::InteractionTree const &
double generation_probability = injectors[idx]->EventsToInject();//GenerationProbability(tree);
for(auto const & datum : tree.tree) {
std::tuple<LI::math::Vector3D, LI::math::Vector3D> bounds;
if(datum->depth()==0) {
if(datum->depth() == 0) {
bounds = injectors[idx]->PrimaryInjectionBounds(datum->record);
physical_probability *= primary_process_weighters[idx]->PhysicalProbability(bounds, datum->record);
generation_probability *= primary_process_weighters[idx]->GenerationProbability(*datum);
Expand Down

0 comments on commit 388dec7

Please sign in to comment.