diff --git a/Kassiopeia/Bindings/Interactions/Source/KSIntCalculatorMottBuilder.cxx b/Kassiopeia/Bindings/Interactions/Source/KSIntCalculatorMottBuilder.cxx index 58891e16..35c5e6b8 100644 --- a/Kassiopeia/Bindings/Interactions/Source/KSIntCalculatorMottBuilder.cxx +++ b/Kassiopeia/Bindings/Interactions/Source/KSIntCalculatorMottBuilder.cxx @@ -16,5 +16,5 @@ STATICINT sKSIntCalculatorMottStructure = KSIntCalculatorMottBuilder::Attribute< KSIntCalculatorMottBuilder::Attribute<std::string>("nucleus"); STATICINT sToolboxKSIntCalculatorMott = - KSRootBuilder::ComplexElement<KSIntCalculatorMott>("ksint_calculator_mott"); + KSRootBuilder::ComplexElement<KSIntCalculatorMott>("calculator_mott"); } // namespace katrin diff --git a/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx b/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx index b4a808dc..d03f3909 100644 --- a/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx +++ b/Kassiopeia/Bindings/Interactions/Source/KSIntScatteringBuilder.cxx @@ -5,6 +5,7 @@ #include "KSIntCalculatorHydrogenBuilder.h" #include "KSIntCalculatorIonBuilder.h" #include "KSIntCalculatorKESSBuilder.h" +#include "KSIntCalculatorMottBuilder.h" #include "KSIntDensityConstantBuilder.h" #include "KSRootBuilder.h" @@ -32,5 +33,6 @@ STATICINT sKSIntScatteringStructure = KSIntScatteringBuilder::ComplexElement<KSIntCalculatorHydrogenSet>("calculator_hydrogen") + KSIntScatteringBuilder::ComplexElement<KSIntCalculatorIon>("calculator_ion") + KSIntScatteringBuilder::ComplexElement<KSIntCalculatorArgonSet>("calculator_argon") + - KSIntScatteringBuilder::ComplexElement<KSIntCalculatorKESSSet>("calculator_kess"); + KSIntScatteringBuilder::ComplexElement<KSIntCalculatorKESSSet>("calculator_kess") + + KSIntScatteringBuilder::ComplexElement<KSIntCalculatorMott>("calculator_mott"); } // namespace katrin