a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BlockInterpreter.cpp
Go to the documentation of this file.
1/*
2 * BlockInterpreter.cpp
3 *
4 * Created on: Mar 11, 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"
16
17namespace LHPC
18{
19 namespace SLHA
20 {
22 ' ',
23 9,
24 3 );
26 ' ',
27 1,
28 1,
29 "" );
31 ' ',
32 1,
33 1,
34 "" );
35 bool const BlockInterpreter::defaultVerbosity( false );
36
37
39 currentStringBlock( NULL ),
40 stringInterpretation( "" )
41 {
42 // just an initialization list.
43 }
44
46 {
47 // does nothing.
48 }
49
50 }
51
52}
static BOL::StringParser const slhaIntHelper
static BOL::StringParser const particleCodeMaker
static BOL::StringParser const slhaDoubleMaker
static bool const defaultVerbosity