1 #ifndef FRANKS1HISTOD__HH
2 #define FRANKS1HISTOD__HH
25 franks1HistoD(
const char* c1,
const char* c2,
int bins,
double xmin,
double xmax);
31 void Fill(
double value);
32 void Fill(
double value,
double weight);
33 int GetBin(
double value);
34 void Scale(
double scale);
36 void Draw(
const char* c=
"");
37 void SetDirectory(
int dummy) { };
39 int GetNbinsX() {
return mBins; }
40 double GetBinContent(
int bin) {
return vec[bin]; }
41 double GetBinCenter(
int bin);
48 void Reset(
const char* c=
"");
52 #endif // FRANKS1HISTOD__HH