ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HFmon2012/macros/toy.C
(Generate patch)

Comparing UserCode/HFmon2012/macros/toy.C (file contents):
Revision 1.2 by yilmaz, Mon Aug 13 14:57:43 2012 UTC vs.
Revision 1.3 by gaydin, Tue Aug 14 13:32:35 2012 UTC

# Line 4 | Line 4
4   #include <map>
5   #include <utility>
6  
7 < #include "HistogramManager.h"
8 < #include "Map.h"
7 > //#include "HistogramManager.h"
8 > //#include "Map.h"
9  
10   #include "TNtuple.h"
11   #include "TRandom.h"
# Line 124 | Line 124 | void simulate(double inputR = 0.5){
124    }
125  
126  
127 <  nt->Draw("r:p","r > -0.2 &&r < 1.2","");
127 >  nt->Draw("r:p","r > -0.2 &&r < 1.2","colz");
128 >  nt->Draw("r:p","r > -0.2 &&r < 1.2","prof same");
129  
130    //  hit->Draw();
131  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines