Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TFoam.cxx File Reference
#include "TFoam.h"
#include "TFoamIntegrand.h"
#include "TFoamMaxwt.h"
#include "TFoamVect.h"
#include "TFoamCell.h"
#include <iostream>
#include <iomanip>
#include <fstream>
#include "TH1.h"
#include "TObjArray.h"
#include "TMethodCall.h"
#include "TRandom.h"
#include "TMath.h"
#include "TInterpreter.h"
Include dependency graph for TFoam.cxx:

Classes

class  FoamIntegrandFunction
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Macros

#define BX1F(name, numb, text)
 
#define BX1I(name, numb, text)
 
#define BX2F(name, numb, err, text)
 
#define BXCLO
 
#define BXOPE
 
#define BXTXT(text)
 
#define SW2   setprecision(7) << std::setw(12)
 

Variables

static const Double_t gHigh = 1.0e150
 
static const Double_t gVlow =-1.0e150
 

Macro Definition Documentation

◆ BX1F

#define BX1F (   name,
  numb,
  text 
)
Value:
std::cout<<"F "<<std::setw(10)<<name<<\
" = "<<std::setw(15)<<std::setprecision(8)<<numb<<" = "<<std::setw(40)<<text<<" F"<<std::endl
Option_t Option_t TPoint TPoint const char text
char name[80]
Definition TGX11.cxx:110

Definition at line 104 of file TFoam.cxx.

◆ BX1I

#define BX1I (   name,
  numb,
  text 
)
Value:
std::cout<<\
"F "<<std::setw(10)<<name<<" = "<<std::setw(10)<<numb<<" = " <<std::setw(50)<<text<<" F"<<std::endl

Definition at line 102 of file TFoam.cxx.

◆ BX2F

#define BX2F (   name,
  numb,
  err,
  text 
)
Value:
std::cout<<"F "<<std::setw(10)<<name<<\
" = "<<std::setw(15)<<std::setprecision(8)<<numb<<" +- "<<std::setw(15)<<std::setprecision(8)<<err<< \
" = "<<std::setw(25)<<text<<" F"<<std::endl

Definition at line 106 of file TFoam.cxx.

◆ BXCLO

#define BXCLO
Value:
std::cout<<\
"F F"<<std::endl<<\
"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"<<std::endl

Definition at line 109 of file TFoam.cxx.

◆ BXOPE

#define BXOPE
Value:
std::cout<<\
"FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"<<std::endl<<\
"F F"<<std::endl

Definition at line 97 of file TFoam.cxx.

◆ BXTXT

#define BXTXT (   text)
Value:
std::cout<<\
"F "<<std::setw(40)<< text <<" F"<<std::endl

Definition at line 100 of file TFoam.cxx.

◆ SW2

#define SW2   setprecision(7) << std::setw(12)

Definition at line 117 of file TFoam.cxx.

Variable Documentation

◆ gHigh

const Double_t gHigh = 1.0e150
static

Definition at line 114 of file TFoam.cxx.

◆ gVlow

const Double_t gVlow =-1.0e150
static

Definition at line 115 of file TFoam.cxx.