Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Thanks clang-format checker!
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen committed Nov 19, 2023
1 parent eb0b803 commit f5109fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SimCore/RunManager.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ void RunManager::setupPhysics() {
pList->RegisterPhysics(new GammaPhysics{"GammaPhysics", parameters_});
pList->RegisterPhysics(new APrimePhysics(
parameters_.getParameter<framework::config::Parameters>("dark_brem")));
pList->RegisterPhysics(new KaonPhysics("KaonPhysics", parameters_.getParameter<framework::config::Parameters>("kaon_parameters")));
pList->RegisterPhysics(new KaonPhysics(
"KaonPhysics", parameters_.getParameter<framework::config::Parameters>(
"kaon_parameters")));

auto biasing_operators{
parameters_.getParameter<std::vector<framework::config::Parameters>>(
Expand Down

0 comments on commit f5109fc

Please sign in to comment.