14 TPad *pad1 =
new TPad(
"pad1",
"",0,0,1,1);
15 TPad *pad2 =
new TPad(
"pad2",
"",0,0,1,1);
21 TH1F *h2 =
new TH1F(
"h2",
"h2",100,-3,3);
23 for (
Int_t i=0;i<100000;i++) {
static const double x2[5]
static const double x1[5]
virtual void SetLineColor(Color_t lcolor)
Set the line color.
virtual void SetTextColor(Color_t tcolor=1)
Set the text color.
void SetLabelColor(Int_t labelcolor)
1-D histogram with a float per channel (see TH1 documentation)}
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
TList * GetListOfFunctions() const
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual TObject * FindObject(const char *name) const
Find an object in this list using its name.
virtual void Draw(Option_t *option="")
Default Draw method for all objects.
The most important graphics class in the ROOT system.
void Modified(Bool_t flag=1)
virtual void Update()
Update pad.
virtual void Draw(Option_t *option="")
Draw Pad in Current pad (re-parent pad if necessary).
virtual void Range(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Set world coordinate system for the pad.
TVirtualPad * cd(Int_t subpadnumber=0)
Set Current pad.
virtual void SetFillStyle(Style_t fstyle)
Override TAttFill::FillStyle for TPad because we want to handle style=0 as style 4000.
The histogram statistics painter class.
virtual void SetX1NDC(Double_t x1)
virtual void SetX2NDC(Double_t x2)
This is the base class for the ROOT Random number generators.