Ignore:
Timestamp:
09/14/04 15:06:32 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MFillH.cc

    r4991 r4997  
    525525     ((MHArray*)fH)->SetIndex(idx);
    526526     */
    527 /*
     527
    528528    TVirtualPad *save = gPad;
    529529    if (fCanvas)
    530530        fCanvas->cd();
    531   */
     531
    532532    const Bool_t rc = fH->Fill(fParContainer, fWeight?fWeight->GetWeight():1);
    533533    fH->SetNumExecutions(GetNumExecutions()+1);
    534 /*
     534
    535535    if (save && fCanvas)
    536536        save->cd();
    537   */
     537
    538538    return rc;
    539539}
Note: See TracChangeset for help on using the changeset viewer.