Changeset 2438 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 10/28/03 14:54:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r2416 r2438 215 215 // <index> The pixel with the given index is drawn 216 216 // 217 #include <TVirtualPad.h> 217 218 void MRawEvtData::Draw(Option_t *opt) 218 219 { … … 300 301 { 301 302 // FIXME: Add Legend 302 *fLog << inf << "Drawing Histogram of Pixel with Idx #" << dec << pix.GetPixelId() << endl;303 *fLog << inf << "Drawing Histogram of Pixel with Idx #" << dec << pix.GetPixelId() << " to " << gPad << endl; 303 304 304 305 TH1F *histh = new TH1F(name, "FADC Samples", nh, -0.5, nh-.5);
Note:
See TracChangeset
for help on using the changeset viewer.