a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LHEF.hpp
Go to the documentation of this file.
1/*
2 * LHEF.hpp
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#ifndef LHEF_HPP_
15#define LHEF_HPP_
16
18#include "LHEF/FilterRule.hpp"
21#include "LHEF/LhefEvent.hpp"
22#include "LHEF/LhefParser.hpp"
23#include "LHEF/ParticleLine.hpp"
25#include "LHCO/FourMomentum.hpp"
26
27#endif /* LHEF_HPP_ */