ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/SusyScan/PlotScript/PlotTools.cc
(Generate patch)

Comparing UserCode/auterman/SusyScan/PlotScript/PlotTools.cc (file contents):
Revision 1.11 by auterman, Fri May 20 07:39:34 2011 UTC vs.
Revision 1.12 by auterman, Wed Jun 22 15:03:36 2011 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines