a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
NeutralinosOneToFive.hpp
Go to the documentation of this file.
1/*
2 * NeutralinosOneToFive.hpp
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#ifndef NEUTRALINOSONETOFIVE_HPP_
15#define NEUTRALINOSONETOFIVE_HPP_
16
17#include "../CodesAndDataForMassEigenstates.hpp"
19
20namespace LHPC
21{
22 namespace MassSpectrumClass
23 {
24 class NeutralinosOneToFive : public virtual MassSpectrum,
26 {
27 public:
28 NeutralinosOneToFive( bool const isVerbose = false,
29 std::vector< bool >* const defaultFlags = NULL );
30 virtual
32
35 MassEigenstate const&
36 getNeutralinoFive() const;
37
38
39 protected:
41 };
42
43
44
45 inline MassEigenstate&
47 {
48 return neutralinoFive;
49 }
50
51 inline MassEigenstate const&
53 {
54 return neutralinoFive;
55 }
56
57 }
58
59}
60
61#endif /* NEUTRALINOSONETOFIVE_HPP_ */
NeutralinosOneToFive(bool const isVerbose=false, std::vector< bool > *const defaultFlags=NULL)
bool const isVerbose