Skip to content

Commit

Permalink
print lightest Higgs boson by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Aug 28, 2014
1 parent aabf345 commit fd83c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/scan.cpp.in
Expand Up @@ -89,7 +89,7 @@ int main(int argc, char* argv[])

cout << "# "
<< std::setw(12) << std::left << "@InputParameter_1@" << ' '
<< std::setw(12) << std::left << "M@HiggsBoson_1@/GeV" << ' '
<< std::setw(12) << std::left << "M@HiggsBoson_0@/GeV" << ' '
<< std::setw(12) << std::left << "error"
<< '\n';

Expand All @@ -103,7 +103,7 @@ int main(int argc, char* argv[])
const @ModelName@_physical& pole_masses = model.get_physical();
const Problems<@ModelName@_info::NUMBER_OF_PARTICLES>& problems
= spectrum_generator.get_problems();
const double higgs = pole_masses.M@HiggsBoson_1@;
const double higgs = pole_masses.M@HiggsBoson_0@;
const bool error = problems.have_serious_problem();

cout << " "
Expand Down

0 comments on commit fd83c47

Please sign in to comment.