11 void candleplotoption()
17 TH2I *
h1 =
new TH2I(
"h1",
"Sin",18,0,360,300,-1.5,1.5);
20 for (
int i = 0; i < 360; i+=10) {
21 for (
int j = 0; j < 100; j++) {
22 myRand = randnum->
Gaus(
sin(i*3.14/180),0.2);
26 for (
int i = 1; i < 7; i++) {
29 sprintf(str,
"candlex%d",i);
36 char myopt[16][8] = {
"0",
"1",
"11",
"21",
"31",
"30",
"111",
"311",
"301",
"1111",
"2321",
"12111",
"112111",
"212111",
"312111"};
37 for (
int i = 0; i < 15; i++) {
40 sprintf(str,
"candlex(%s)",myopt[i]);
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...
TVirtualPad * cd(Int_t subpadnumber=0)
Set current canvas & pad.
virtual TH1 * DrawCopy(Option_t *option="", const char *name_postfix="_copy") const
Copy this histogram and Draw in the current pad.
This is the base class for the ROOT Random number generators.
virtual void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0)
Automatic pad generation by division.
THist< 2, int, THistStatContent > TH2I
virtual void SetTitle(const char *title)
See GetStatOverflows for more information.
2-D histogram with an int per channel (see TH1 documentation)}
Int_t Fill(Double_t)
Invalid Fill method.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
TAxis * GetXaxis()
Get the behaviour adopted by the object about the statoverflows. See EStatOverflows for more informat...