- Timestamp:
- 04/30/06 21:58:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.cc
r7677 r7678 34 34 #include <TChain.h> 35 35 #include <TGraph.h> 36 #include <TMarker.h> 36 37 #include <TCanvas.h> 37 38 #include <TVirtualPad.h> … … 225 226 res2.SetMaximum(res2.GetMaximum()*1.05); 226 227 res2.DrawCopy("colz"); 228 229 Int_t mx, my, mz; 230 res2.GetMaximumBin(mx, my, mz); 231 232 TMarker m; 233 m.SetMarkerStyle(kStar); 234 m.DrawMarker(res2.GetXaxis()->GetBinCenter(mx), res2.GetYaxis()->GetBinCenter(my)); 227 235 } 228 236
Note:
See TracChangeset
for help on using the changeset viewer.