a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BOLlib.hpp
Go to the documentation of this file.
1/*
2 * BOLlib.hpp
3 *
4 * Created on: Jan 4, 2012
5 * Author: Ben O'Leary (benjamin.oleary@gmail.com)
6 *
7 * This file is part of BOLlib, released under the
8 * GNU General Public License. Please see the accompanying
9 * README.BOLlib.txt file for a full list of files, brief documentation
10 * on how to use these classes, and further details on the license.
11 *
12 * This header just #includes all the headers for the individual classes
13 * in one place.
14 */
15
16#ifndef BOLLIB_HPP_
17#define BOLLIB_HPP_
18
19#include "ArgumentParser.hpp"
20#include "AsciiXmlParser.hpp"
23#include "BasicObserved.hpp"
24#include "BasicObserver.hpp"
25#include "BasicTimer.hpp"
29#include "PushingObserved.hpp"
30#include "PushedToObserver.hpp"
31#include "StdVectorFiller.hpp"
32#include "StringParser.hpp"
34#include "UsefulStuff.hpp"
35#include "VectorlikeArray.hpp"
37
38#endif /* BOLLIB_HPP_ */