#include <iostream>
#include <vector>
#include <math.h>
#include <TROOT.h>
#include <TRandom3.h>
#include <TH1D.h>
#include <TH2D.h>
#include <TMinuit.h>
#include <TTree.h>
#include "BCMath.h"
#include "BCParameter.h"
#include "BCDataPoint.h"
#include "BCEngineMCMC.h"
Go to the source code of this file.
Classes | |
class | BCIntegrate |
A class for handling numerical operations for models. More... | |
Defines | |
#define | DEBUG 0 |
#define DEBUG 0 |
Definition at line 44 of file BCIntegrate.h.