Changeset 10282 for trunk/Mars
- Timestamp:
- 04/04/11 13:36:07 (14 years ago)
- Location:
- trunk/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/Changelog
r10281 r10282 44 44 * mbase/MThread.h: 45 45 - added missing argument to call of fThread.Run() 46 47 * mhbase/MH3.cc: 48 - fixed a problem with a wrong cast 46 49 47 50 -
trunk/Mars/mhbase/MH3.cc
r10234 r10282 990 990 static_cast<TProfile&>(h).SetBinEntries(i, p1->GetBinEntries(i)>0 ? 1 : 0); 991 991 992 TProfile *p2 = dynamic_cast<TProfile*>(fHist);992 TProfile2D *p2 = dynamic_cast<TProfile2D*>(fHist); 993 993 if (p2) 994 994 for (Int_t i=0; i<p2->GetSize(); i++)
Note:
See TracChangeset
for help on using the changeset viewer.