Ignore:
Timestamp:
06/23/03 11:01:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MFillH.h

    r2117 r2206  
    5959    void SetWeight(const char *name) { fWeightName = name; }
    6060
    61     Bool_t PreProcess(MParList *pList);
    62     Bool_t Process();
    63     Bool_t PostProcess();
     61    Int_t PreProcess(MParList *pList);
     62    Int_t Process();
     63    Int_t PostProcess();
    6464
    6565    ClassDef(MFillH, 2) // Task to fill a histogram with data from a parameter container
Note: See TracChangeset for help on using the changeset viewer.