a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BlockTypes.hpp
Go to the documentation of this file.
1/*
2 * BlockTypes.hpp
3 *
4 * Created on: Feb 26, 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 BLOCKTYPES_HPP_
15#define BLOCKTYPES_HPP_
16
17#include "../MEC/RunningConstant.hpp"
18#include "../MEC/RunningConstantError.hpp"
19#include "FlavorObservable.hpp"
21#include "SlhaBlock.hpp"
34
35// this is header file to just collect some headers together with some typedefs
36// for convenience.
37
38namespace LHPC
39{
40 namespace SLHA
41 {
42
43 } // end of SLHA namespace
44
45} // end of LHPC namespace
46
47#endif /* BLOCKTYPES_HPP_ */