16 const char *clnames[ncl] = {
"TH1F",
"TGraph",
"TGraphErrors",
"TF1",
"TPaveText",
17 "TAxis",
"TF2",
"TH2D",
"TLatex",
"TText",
"TCutG",
"THnSparseF"};
19 for (
Int_t i=0;i<nobj;i++) {
24 MakeCrazy(slist,maxDepth-1,maxObjects,pList);
28 named->
SetName(
Form(
"%s_%d_%d",clnames[icl],maxDepth,i));
38 MakeCrazy(list,maxDepth,maxObjects,pList);
39 gROOT->GetListOfTasks()->Add(list);
47 const char *clnames[ncl] = {
"TH1F",
"TGraph",
"TGraphErrors",
"TF1",
"TPaveText",
48 "TAxis",
"TF2",
"TH2D",
"TLatex",
"TText",
"TCutG",
"THnSparseF"};
50 for (
int i = 0; i < ncl ; i++) {
59 TList* pointer = crazy(2,10);
R__EXTERN TRandom * gRandom
char * Form(const char *fmt,...)
void SetName(const char *name)
virtual void Add(TObject *obj)
The TNamed class is the base class for all named ROOT classes.
virtual void SetName(const char *name)
Set the name of the TNamed.
virtual Double_t Uniform(Double_t x1=1)
Returns a uniform deviate on the interval (0, x1).
virtual Double_t Rndm()
Machine independent random number generator.
virtual UInt_t Integer(UInt_t imax)
Returns a random integer uniformly distributed on the interval [ 0, imax-1 ].
void Draw(Option_t *option="")
Draw object if there is valid pointer.
void SetColor(TString name, Int_t color)
Sets color for the class "name" to color "color".