Changeset 2229 for trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
- Timestamp:
- 06/24/03 15:01:48 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r2207 r2229 213 213 // "GRAPH" A graph is drawn 214 214 // "HIST" A histogram is drawn 215 // number The pixel with the given numberis drawn215 // <index> The pixel with the given index is drawn 216 216 // 217 217 void MRawEvtData::Draw(Option_t *opt) … … 279 279 { 280 280 // FIXME: Add Legend 281 *fLog << "Drawing Histogram of Pixel with Idx " << pix.GetPixelId() << endl;282 283 TH1F *histh = new TH1F(name, "FADC Samples", 281 *fLog << "Drawing Histogram of Pixel with Idx #" << pix.GetPixelId() << endl; 282 283 TH1F *histh = new TH1F(name, "FADC Samples", nh, -0.5, nh-.5); 284 284 histh->SetXTitle("Time [FADC Slices]"); 285 285 histh->SetYTitle("Signal [FADC Units]");
Note:
See TracChangeset
for help on using the changeset viewer.