25 #ifndef Gw_CorrelatedSpaceTree2
26 #define Gw_CorrelatedSpaceTree2
30 #ifndef Gw_SymCorrelatedSpace
80 virtual void FillHisto(Int_t j, TH1* h) = 0;
83 virtual void FillCounts(Int_t i, Int_t j, TH2* h2) = 0;
86 virtual void FillCounts(Int_t i, Int_t j, Int_t dimX,
const Double_t* Xn,
const Double_t weight = 1.) = 0;
89 virtual void SetCounts(Double_t weight) = 0;
101 void Fill(
const Double_t* Xn,
const Double_t weight = 1.);
113 virtual void Project(Option_t* axis, Option_t* gateName =
"Gate0");
116 virtual void Browse(TBrowser*
b);
137 Int_t
GetNbin(Int_t axis)
const;
Base class for a Log message.
header file for GwLogMessage.cpp
CSFilter base class for filter.