a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
SlhaTwoWithSpheno.cpp
Go to the documentation of this file.
1/*
2 * SlhaTwoWithSpheno.cpp
3 *
4 * Created on: Feb 22, 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 "SLHA.hpp"
15
16namespace LHPC
17{
19 bool const isVerbose ) :
20 SlhaTwo( fileParser,
21 isVerbose ),
22 SPHENOINFO( "SPHENOINFO",
23 BOL::UsefulStuff::notANumber,
24 isVerbose ),
25 SPHENOINPUT( "SPHENOINPUT",
26 isVerbose ),
27 SPHENOCROSSSECTIONS( "SPHENOCROSSSECTIONS",
28 isVerbose ),
29 SPHENOLOWENERGY( "SPHENOLOWENERGY",
30 BOL::UsefulStuff::notANumber,
31 isVerbose )
32 {
37 }
38
40 {
41 // does nothing.
42 }
43
44}
SlhaParser & fileParser
Definition: SlhaOne.hpp:59
virtual void registerBlock(SLHA::BaseSlhaBlock &blockToUpdate)
Definition: SlhaParser.cpp:120
SLHA::LinesAsStringsBlock SPHENOCROSSSECTIONS
SLHA::SparseSinglyIndexedBlock< double > SPHENOINFO
SLHA::SparseSinglyIndexedBlock< double > SPHENOLOWENERGY
SlhaTwoWithSpheno(SlhaParser &fileParser, bool const isVerbose=false)
SLHA::LinesAsStringsBlock SPHENOINPUT