a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
MinimalSupersymmetricStandardModel.hpp
Go to the documentation of this file.
1/*
2 * MinimalSupersymmetricStandardModel.hpp
3 *
4 * Created on: Jan 8, 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#ifndef MINIMALSUPERSYMMETRICSTANDARDMODEL_HPP_
15#define MINIMALSUPERSYMMETRICSTANDARDMODEL_HPP_
16
17#include "StandardModel.hpp"
25
26namespace LHPC
27{
28 namespace MassSpectrumClass
29 {
31 public StandardModel,
35 public SquarksOneToSix,
37 public CharginosOneToTwo,
39 {
40 public:
42 bool const neutrinosAreMajorana = false,
43 bool const flavorConserving = false,
44 std::vector< bool >* const defaultFlags = NULL );
45 virtual
47 };
49
50 }
52
53}
54
55#endif /* MINIMALSUPERSYMMETRICSTANDARDMODEL_HPP_ */
MinimalSupersymmetricStandardModel(bool const isVerbose=false, bool const neutrinosAreMajorana=false, bool const flavorConserving=false, std::vector< bool > *const defaultFlags=NULL)
bool const isVerbose
MinimalSupersymmetricStandardModel MSSM
MassSpectrumClass::MinimalSupersymmetricStandardModel MssmSpectrum