# | Line 41 | Line 41 | void PlotTools<T>::Area( TH2*h, double(* | |
---|---|---|
41 | for (typename std::vector<T*>::const_iterator it=_scan->begin();it!=_scan->end();++it){ | |
42 | h->SetBinContent( h->GetXaxis()->FindBin(x(*it)), | |
43 | h->GetYaxis()->FindBin(y(*it)), f(*it) ); | |
44 | + | |
45 | + | // std::cout <<"m0="<< (*it)->Mzero<<", m1/2="<< (*it)->Mhalf<< ", sq="<<(*it)->MUL << ", gl=" <<(*it)->MGL <<std::endl; |
46 | + | |
47 | } | |
48 | } | |
49 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |