#include "TFoam.h"#include "TFoamIntegrand.h"#include "TFoamMaxwt.h"#include "TFoamVect.h"#include "TFoamCell.h"#include "Riostream.h"#include "TH1.h"#include "TRefArray.h"#include "TMethodCall.h"#include "TRandom.h"#include "TMath.h"#include "TInterpreter.h"Go to the source code of this file.
Defines | |
| #define | BXOPE |
| #define | BXTXT(text) |
| #define | BX1I(name, numb, text) |
| #define | BX1F(name, numb, text) |
| #define | BX2F(name, numb, err, text) |
| #define | BXCLO |
| #define | SW2 setprecision(7) << setw(12) |
Functions | |
| ClassImp (TFoam) | |
Variables | |
| static const Double_t | gHigh = 1.0e150 |
| static const Double_t | gVlow = -1.0e150 |
| #define BX1F | ( | name, | |||
| numb, | |||||
| text | ) |
Value:
cout<<"F "<<setw(10)<<name<<\ " = "<<setw(15)<<setprecision(8)<<numb<<" = "<<setw(40)<<text<<" F"<<endl
Definition at line 144 of file TFoam.cxx.
Referenced by TFoam::Finalize(), and TFoam::Initialize().
| #define BX1I | ( | name, | |||
| numb, | |||||
| text | ) |
Value:
Definition at line 142 of file TFoam.cxx.
Referenced by TFoam::Finalize(), and TFoam::Initialize().
| #define BX2F | ( | name, | |||
| numb, | |||||
| err, | |||||
| text | ) |
Value:
cout<<"F "<<setw(10)<<name<<\ " = "<<setw(15)<<setprecision(8)<<numb<<" +- "<<setw(15)<<setprecision(8)<<err<<\ " = "<<setw(25)<<text<<" F"<<endl
Definition at line 146 of file TFoam.cxx.
Referenced by TFoam::Finalize().
| #define BXCLO |
Value:
cout<<\ "F F"<<endl<<\ "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"<<endl
Definition at line 149 of file TFoam.cxx.
Referenced by TFoam::Finalize(), and TFoam::Initialize().
| #define BXOPE |
Value:
cout<<\ "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"<<endl<<\ "F F"<<endl
Definition at line 137 of file TFoam.cxx.
Referenced by TFoam::Finalize(), and TFoam::Initialize().
| #define BXTXT | ( | text | ) |
Value:
cout<<\ "F "<<setw(40)<< text <<" F"<<endl
Definition at line 140 of file TFoam.cxx.
Referenced by TFoam::Finalize(), and TFoam::Initialize().
| ClassImp | ( | TFoam | ) |
Definition at line 154 of file TFoam.cxx.
Referenced by TMVA::PDEFoam::Explore(), TFoam::Explore(), TFoam::Initialize(), and TFoam::TFoam().
Definition at line 155 of file TFoam.cxx.
Referenced by TFoam::Carver(), TMVA::PDEFoam::Explore(), TFoam::Explore(), TFoam::Initialize(), TFoam::PeekMax(), and TFoam::TFoam().
1.5.1