1 #ifndef FRANKS2HISTOD__HH
2 #define FRANKS2HISTOD__HH
38 int bins1,
double xmin1,
double xmax1,
39 int bins2,
double xmin2,
double xmax2);
45 void Fill(
double value1,
double value2,
double weight=1.);
46 int GetBin(
double value);
47 void Scale(
double scale);
49 void Draw(
const char* c=
"");
50 double GetBinContent(
int bin) {
return vec[bin]; }
51 double GetBinCenter(
int bin);
52 int GetNbinsX() {
return mBins; }
57 void Reset(
const char* c=
"");
58 void SetDirectory(
int dummy) { };
61 double GetEntries() {
return mEntries; }
65 #endif // FRANKS2DHISTO_HH