7 #include "TProfile2D.h"
17 Profile2D(std::string name, std::string title, Int_t nbinsx, Double_t xlow,
18 Double_t xup, Int_t nbinsy, Double_t ylow, Double_t yup, std::string options=
"");
19 Profile2D(std::string name, std::string title, Int_t nbinsx,
const Double_t* xbins,
20 Int_t nbinsy,
const Double_t* ybins, std::string options=
"");
23 using TProfile2D::Multiply;
25 TProfile *
ProfileX(
const char *name=
"_pfx", Int_t firstybin=0, Int_t lastybin=-1, Option_t *option=
"")
const;
26 TProfile *
ProfileY(
const char *name=
"_pfy", Int_t firstxbin=0, Int_t lastxbin=-1, Option_t *option=
"")
const;
30 virtual TProfile *
DoProfile(
bool onX,
const char *name, Int_t firstbin, Int_t lastbin, Option_t *option)
const;
virtual TProfile * DoProfile(bool onX, const char *name, Int_t firstbin, Int_t lastbin, Option_t *option) const
TProfile * ProfileY(const char *name="_pfy", Int_t firstxbin=0, Int_t lastxbin=-1, Option_t *option="") const
TProfile * ProfileX(const char *name="_pfx", Int_t firstybin=0, Int_t lastybin=-1, Option_t *option="") const
Bool_t Multiply(const Profile2D &prof2)
void ResetBinEntries(double val)