Changeset 9552 for trunk/MagicSoft/Mars/mjtrain
- Timestamp:
- 02/23/10 10:43:20 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainDisp.cc
r8888 r9552 60 60 #include "MJTrainDisp.h" 61 61 62 #include <TH2.h> 62 63 #include <TLine.h> 63 64 #include <TCanvas.h> … … 113 114 MH::SetPalette("pretty"); 114 115 115 TH 1 &hist = *(TH1*)mh3.GetHist().Clone();116 TH2 &hist = *static_cast<TH2*>(mh3.GetHist().Clone()); 116 117 hist.SetBit(TH1::kNoStats); 117 118 hist.SetDirectory(0);
Note:
See TracChangeset
for help on using the changeset viewer.