Changeset 1576 for trunk/MagicSoft/Mars
- Timestamp:
- 11/04/02 10:41:00 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHArray.cc
r1574 r1576 283 283 // Print the number of entries in the array 284 284 // 285 void MHArray::Print(Option_t *option ="") const285 void MHArray::Print(Option_t *option) const 286 286 { 287 287 *fLog << all << GetDescriptor() << " contains " << fArray->GetSize(); … … 294 294 // the MH entries by calling their GetHist function. 295 295 // 296 void MHArray::Draw(Option_t *opt ="")296 void MHArray::Draw(Option_t *opt) 297 297 { 298 298 if (!gPad) … … 354 354 // If the option also contains 'nonew' no new canvas is created. 355 355 // 356 TObject *MHArray::DrawClone(Option_t *opt ="") const356 TObject *MHArray::DrawClone(Option_t *opt) const 357 357 { 358 358 TString o(opt);
Note:
See TracChangeset
for help on using the changeset viewer.