40 cout<<
"--- kanwa started ---"<<endl;
41 TH2D *
hst_xy =
new TH2D(
"hst_xy" ,
"x-y plot", 50,0,1.0, 50,0,1.0);
48 FoamX->SetnCells(500);
58 for(
long loop=0; loop<100000; loop++){
63 if(loop<10) cout<<
"(x,y) = ( "<<
x <<
", "<<
y <<
" )"<<endl;
79 cout<<
"--- kanwa ended ---"<<endl;
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
TFoam is the main class of the multi-dimensional general purpose Monte Carlo event generator (integra...
2-D histogram with a double per channel (see TH1 documentation)
Random number generator class based on M.
This is the base class for the ROOT Random number generators.
double Dist(void *xp, void *yp)
VecExpr< UnaryOp< Sqr< T >, VecExpr< A, T, D >, T >, T, D > sqr(const VecExpr< A, T, D > &rhs)