void candleplot() {
auto h1 =
new TH2I(
"h1",
"Machine A + B",12,dateBegin.Convert(),dateEnd.Convert(),1000,0,1000);
auto h2 =
new TH2I(
"h2",
"Machine B",12,dateBegin.Convert(),dateEnd.Convert(),1000,0,1000);
float Rand;
for (int i = dateBegin.Convert(); i < dateEnd.Convert(); i+=86400*30) {
for (int j = 0; j < 1000; j++) {
}
}
h2->SetBarWidth(0.4);
h2->SetBarOffset(0.25);
h2->Draw("candle3 same");
gPad->BuildLegend(0.78,0.695,0.980,0.935,
"",
"f");
}
R__EXTERN TRandom * gRandom
R__EXTERN TStyle * gStyle
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
virtual void SetFillStyle(Style_t fstyle)
Set the fill area style.
virtual void SetTimeDisplay(Int_t value)
virtual void SetTimeFormat(const char *format="")
Change the format used for time plotting.
This class stores the date and time with a precision of one second in an unsigned 32 bit word (950130...
TAxis * GetXaxis()
Get the behaviour adopted by the object about the statoverflows. See EStatOverflows for more informat...
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
virtual void SetBarWidth(Float_t width=0.5)
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void SetBarOffset(Float_t offset=0.25)
2-D histogram with an int per channel (see TH1 documentation)}
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
virtual Double_t Gaus(Double_t mean=0, Double_t sigma=1)
Samples a random number from the standard Normal (Gaussian) Distribution with the given mean and sigm...
void SetTimeOffset(Double_t toffset)
Change the time offset for time plotting.