23 #ifndef Gw_CorrelatedSpaceTree2I
54 fLog.GetProcessName() =
"CorrelatedSpaceTree2I";
92 fCounts = (Int_t)(h2->GetBinContent(h2->GetBin(i,j)) + 0.5);
99 fCounts = Int_t(Xn[i*dimX + j]*weight + 0.5);
106 fCounts = (Int_t)(gRandom->Uniform(0, 10)+0.5);
125 if (
fTree->GetEntries() == dimX*dimY) {
127 for (Int_t i = 0; i < dimX; ++i) {
128 for (Int_t j = 0; j < dimY; ++j) {
129 fTree->GetEntry(i*dimX + j);
130 Double_t
tmp = h2->GetBinContent(h2->GetBin(i,j));
131 h2->SetBinContent(h2->GetBin(i,j), tmp+(Double_t)
fCounts);
LogMessage & warning(LogMessage &)
LogMessage & dolog(LogMessage &)