Logo ROOT   6.10/09
Reference Guide
Macros | Variables
TFoam.cxx File Reference
#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"
Include dependency graph for TFoam.cxx:

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
TText * text

Definition at line 137 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
TText * text

Definition at line 135 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
TText * text

Definition at line 139 of file TFoam.cxx.

◆ BXCLO

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

Definition at line 142 of file TFoam.cxx.

◆ BXOPE

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

Definition at line 130 of file TFoam.cxx.

◆ BXTXT

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

Definition at line 133 of file TFoam.cxx.

◆ SW2

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

Definition at line 150 of file TFoam.cxx.

Variable Documentation

◆ gHigh

const Double_t gHigh = 1.0e150
static

Definition at line 147 of file TFoam.cxx.

◆ gVlow

const Double_t gVlow =-1.0e150
static

Definition at line 148 of file TFoam.cxx.