#include <string>
#include <vector>
#include <stdexcept>
#include <ostream>
#include <iostream>
Go to the source code of this file.
Classes | |
class | ForIA::IHistogrammer |
Abstract interface to book and fill histograms. Analyses talk to this interface *NOT* RootHistogrammer. More... | |
class | ForIA::NoSuchHistogramException |
Error thrown if an attempt is made to fill a non-existent histogram. More... | |
class | ForIA::DuplicateHistogramException |
Error thrown if an attempt is made to create a duplicate histogram. More... | |
Namespaces | |
namespace | ForIA |