23 #ifndef Gw_CorrelatedSpaceTree2D
54 fLog.GetProcessName() =
"CorrelatedSpaceTree2D";
94 fCounts = h2->GetBinContent(h2->GetBin(i,j));
101 fCounts = Xn[i*dimX + j]*weight;
108 fCounts = gRandom->Uniform(0, 10);
127 if (
fTree->GetEntries() == dimX*dimY) {
129 for (Int_t i = 0; i < dimX; ++i) {
130 for (Int_t j = 0; j < dimY; ++j) {
131 fTree->GetEntry(i*dimX + j);
132 Double_t
tmp = h2->GetBinContent(h2->GetBin(i,j));
133 h2->SetBinContent(h2->GetBin(i,j), tmp+
fCounts);
LogMessage & warning(LogMessage &)
LogMessage & dolog(LogMessage &)
virtual void SetProcessMethod(const char *)
To set the current method.