26 macroName.
Append(
"/math/foam/foam_demo.C");
30 cout<<
"====================== TestVector ================================"<<endl;
31 TFile fileA(
"foam_demo.root");
33 cout<<
"------------------------------------------------------------------"<<endl;
35 cout<<
"------------------------------------------------------------------"<<endl;
37 cout<<
"------------------------------------------------------------------"<<endl;
38 fileA.ShowStreamerInfo();
39 cout<<
"------------------------------------------------------------------"<<endl;
40 fileA.GetListOfKeys()->Print();
41 cout<<
"------------------------------------------------------------------"<<endl;
55 for(
long loop=0; loop<50000; loop++){
60 if(loop<10) cout<<
"(x,y) = ( "<<
x <<
", "<<
y <<
" )"<<endl;
67 cout <<
" MCresult= " << MCresult <<
" +- " << MCerror <<endl;
68 cout<<
"===================== TestPers FINISHED ======================="<<endl;
int Int_t
Signed integer 4 bytes (int).
double Double_t
Double 8 bytes.
A file, usually with extension .root, that stores data and code in the form of serialized objects in ...
Abstract class representing n-dimensional real positive integrand function.
virtual void Finalize(Double_t &, Double_t &)
virtual void CheckAll(Int_t)
virtual void GetIntegMC(Double_t &, Double_t &)
virtual void SetRho(TFoamIntegrand *Rho)
virtual void GetMCvect(Double_t *)
const char * Data() const
TString & Append(const char *cs)
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.