32 auto *
h1 =
new TH1D(
"h1",
"Histogram drawn with full circles", 100, -4, 4);
33 auto *
h2 =
new TH1D(
"h2",
"Histogram drawn with full squares", 100, -4, 4);
34 auto *
h3 =
new TH1D(
"h3",
"Histogram drawn with full triangles up", 100, -4, 4);
35 auto *
h4 =
new TH1D(
"h4",
"Histogram drawn with full triangles down", 100, -4, 4);
36 auto *
h5 =
new TH1D(
"h5",
"Histogram drawn with empty circles", 100, -4, 4);
40 for (
int i = 0; i < 25000; i++) {
62 h2->Draw(
"SAME PLC PMC");
63 h3->Draw(
"SAME PLC PMC");
64 h4->Draw(
"SAME PLC PMC");
65 h5->Draw(
"SAME PLC PMC");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TStyle * gStyle
virtual void SetMarkerStyle(Style_t mstyle=1)
Set the marker style.
1-D histogram with a double per channel (see TH1 documentation)
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
void Draw(Option_t *option="") override
Draw this histogram with options.
Random number generator class based on M.
void SetOptTitle(Int_t tit=1)
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...