24 for (
int j = 0;
j < 1000;
j++) {
34 auto hs =
new THStack(
"hs",
"Machine A+B");
36 hs->Add(h2,
"candle2");
39 hs->GetXaxis()->SetNdivisions(410);
43 hs->GetXaxis()->SetTimeDisplay(1);
44 hs->GetXaxis()->SetTimeFormat(
"%d/%m/%y");
45 hs->GetXaxis()->SetNdivisions(-6);
46 hs->GetXaxis()->SetTitle(
"Date [day/month/year]");
49 gPad->BuildLegend(0.75,0.75,0.95,0.95,
"");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TStyle * gStyle
This class stores the date and time with a precision of one second in an unsigned 32 bit word (950130...
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
2-D histogram with an int per channel (see TH1 documentation)
The Histogram stack class.
This is the base class for the ROOT Random number generators.
void SetTimeOffset(Double_t toffset)
Change the time offset for time plotting.