a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
SLHA.hpp
Go to the documentation of this file.
1/*
2 * SLHA.hpp
3 *
4 * Created on: Mar 13, 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 SLHA_HPP_
15#define SLHA_HPP_
16
17#include "SLHA/SlhaBlock.hpp"
18#include "SLHA/BlockTypes.hpp"
19#include "SLHA/SlhaParser.hpp"
21#include "SLHA/SlhaOne.hpp"
22#include "SLHA/SlhaTwo.hpp"
24#include "SLHA/FlhaOne.hpp"
25#include "SLHA/BlockClasses.hpp"
27#include "PCAD/PdgData.hpp"
30
31#endif /* SLHA_HPP_ */