Ignore:
Timestamp:
08/01/06 14:13:34 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r7822 r7829  
    12781278Stat_t MHCamera::GetBinContent(Int_t bin) const
    12791279{
    1280     if (fBuffer) ((TProfile*)this)->BufferEmpty();
     1280    if (fBuffer) ((TH1D*)this)->BufferEmpty();
    12811281    if (bin < 0) bin = 0;
    12821282    if (bin >= fNcells) bin = fNcells-1;
Note: See TracChangeset for help on using the changeset viewer.