#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <cassert>
#include <climits>
#include "TMVA/Event.h"
#include "TMVA/Tools.h"
#include "TMVA/PDEFoam.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/Types.h"
#include "TStyle.h"
#include "TObject.h"
#include "TH1D.h"
#include "TMath.h"
#include "TVectorT.h"
#include "TRandom3.h"
#include "TColor.h"
Go to the source code of this file.
Functions | |
ClassImp (TMVA::PDEFoam) static const Float_t gHigh | |
ostream & | TMVA::operator<< (ostream &os, const TMVA::PDEFoam &pdefoam) |
istream & | TMVA::operator>> (istream &istr, TMVA::PDEFoam &pdefoam) |
Variables | |
static const Float_t | gVlow = -FLT_MAX |
ClassImp | ( | TMVA::PDEFoam | ) | const |
Definition at line 86 of file PDEFoam.cxx.