Skip to content

Commit

Permalink
remove SLHA g-2 interface
Browse files Browse the repository at this point in the history
It will be replaced by a more general approach, maybe a struct with
important low-energy observables.
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 4, 2015
1 parent 1d2b85d commit aecaf85
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
4 changes: 1 addition & 3 deletions meta/FlexibleSUSY.m
Expand Up @@ -1057,7 +1057,7 @@ corresponding tadpole is real or imaginary (only in models with CP
isLowEnergyModel = "false",
isSupersymmetricModel = "false",
fillInputParametersFromMINPAR = "", fillInputParametersFromEXTPAR = "",
writeSLHAMassBlock = "", writeSLHAGMuonMinus2Block = "",
writeSLHAMassBlock = "",
writeSLHAMixingMatricesBlocks = "",
writeSLHAModelParametersBlocks = "", writeSLHAMinparBlock = "",
writeSLHAExtparBlock = "", readLesHouchesInputParameters,
Expand Down Expand Up @@ -1086,7 +1086,6 @@ corresponding tadpole is real or imaginary (only in models with CP
readLesHouchesOutputParameters = WriteOut`ReadLesHouchesOutputParameters[];
readLesHouchesPhysicalParameters = WriteOut`ReadLesHouchesPhysicalParameters["LOCALPHYSICAL", "DEFINE_PHYSICAL_PARAMETER"];
writeSLHAMassBlock = WriteOut`WriteSLHAMassBlock[massMatrices];
writeSLHAGMuonMinus2Block = WriteOut`WriteSLHAGMuonMinus2Block[];
writeSLHAMixingMatricesBlocks = WriteOut`WriteSLHAMixingMatricesBlocks[];
writeSLHAModelParametersBlocks = WriteOut`WriteSLHAModelParametersBlocks[];
writeSLHAMinparBlock = WriteOut`WriteSLHAMinparBlock[minpar];
Expand All @@ -1113,7 +1112,6 @@ corresponding tadpole is real or imaginary (only in models with CP
"@readLesHouchesOutputParameters@" -> IndentText[readLesHouchesOutputParameters],
"@readLesHouchesPhysicalParameters@" -> IndentText[readLesHouchesPhysicalParameters],
"@writeSLHAMassBlock@" -> IndentText[writeSLHAMassBlock],
"@writeSLHAGMuonMinus2Block@" -> IndentText[writeSLHAGMuonMinus2Block],
"@writeSLHAMixingMatricesBlocks@" -> IndentText[writeSLHAMixingMatricesBlocks],
"@writeSLHAModelParametersBlocks@" -> IndentText[writeSLHAModelParametersBlocks],
"@writeSLHAMinparBlock@" -> IndentText[writeSLHAMinparBlock],
Expand Down
10 changes: 0 additions & 10 deletions templates/slha_io.cpp.in
Expand Up @@ -133,16 +133,6 @@ void @ModelName@_slha_io::set_mass(const @ModelName@_physical& physical,
@writeSLHAMassBlock@
}

/**
* Stores the anomalous magnetic moment of the muon in the SLHA object.
*
* @param value value of amuon
*/
void @ModelName@_slha_io::set_amuon(double value)
{
@writeSLHAGMuonMinus2Block@
}

/**
* Stores the mixing matrices in the SLHA object.
*
Expand Down
1 change: 0 additions & 1 deletion templates/slha_io.hpp.in
Expand Up @@ -90,7 +90,6 @@ public:
template <class T>
static SLHAea::Coll fill_slhaea(const @ModelName@_slha<T>&, const softsusy::QedQcd&, const @ModelName@_scales&);

void set_amuon(double value);
private:
SLHA_io slha_io; ///< SLHA io class
static unsigned const NUMBER_OF_DRBAR_BLOCKS = @numberOfDRbarBlocks@;
Expand Down

0 comments on commit aecaf85

Please sign in to comment.