a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NmssmExtraEwsbSpinZeroBosonSet.cpp
Go to the documentation of this file.
1/*
2 * NmssmExtraEwsbSpinZeroBosonSet.cpp
3 *
4 * Created on: Jan 27, 2012
5 * Author: Ben O'Leary (benjamin.oleary@gmail.com)
6 * Copyright 2012 Ben O'Leary
7 *
8 * This file is part of LesHouchesParserClasses, released under the
9 * GNU General Public License. Please see the accompanying
10 * README.LHPC_CPP.txt file for a full list of files, brief documentation
11 * on how to use these classes, and further details on the license.
12 */
13
14#include "MEC.hpp"
15
16namespace LHPC
17{
18 namespace MassSpectrumClass
19 {
21 bool const isVerbose,
22 std::vector< bool >* const defaultFlags ) :
23 MassSpectrum( isVerbose,
27 neutralColorlessScalarThree( PDGIX::neutralColorlessScalarThree,
28 PDGVII::nmssmHiggsScalarThree,
29 mapAndVectorAndBools,
30 true,
31 "h03",
32 "$h_{3}^{0}$" ),
33 neutralColorlessPseudoscalarTwo(
34 PDGIX::neutralColorlessPseudoscalarTwo,
35 PDGVII::nmssmHiggsPseudoscalarTwo,
36 mapAndVectorAndBools,
37 true,
38 "A02",
39 "$A_{2}^{0}$" )
40 {
49 }
50
52 {
53 // does nothing.
54 }
55
56 }
57
58}
NmssmExtraEwsbSpinZeroBosonSet(bool const isVerbose=false, std::vector< bool > *const defaultFlags=NULL)