Changeset 1484 for trunk/MagicSoft/Mars/mhist/MH.cc
- Timestamp:
- 08/06/02 08:49:51 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.cc
r1463 r1484 366 366 Bool_t MH::ApplyBinning(const MParList &plist, TString name, TH1 *h) 367 367 { 368 if (h->InheritsFrom(TH2::Class()) || h->InheritsFrom(TH3::Class())) 369 { 370 gLog << warn << "MH::ApplyBinning: '" << h->GetName() << "' is not a basic TH1 object... no binning applied." << endl; 371 return kFALSE; 372 } 373 368 374 const MBinning *bins = (MBinning*)plist.FindObject("Binning"+name); 369 375 if (!bins)
Note:
See TracChangeset
for help on using the changeset viewer.