a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BasicObserved.cpp
Go to the documentation of this file.
1/*
2 * BasicObserved.cpp
3 *
4 * Created on: Mar 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
13#include "BasicObserved.hpp"
14
15namespace BOL
16{
18 observerList(),
19 observerIterator()
20 {
21 // just an initialization list.
22 }
23
25 {
27 }
28
29}
virtual ~BasicObserved()