Ignore:
Timestamp:
04/12/03 16:40:23 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MApplyPadding.h

    r1682 r1951  
    2424    MCerPhotEvt *fEvt;
    2525    MSigmabar *fSigmabar;
    26     TRandom3 *fRnd;
     26    TRandom3 fRnd;
    2727    Int_t fRunType;
    2828    Int_t fGroup;
     
    3737public:
    3838    MApplyPadding(const char *name=NULL, const char *title=NULL);
    39     ~MApplyPadding();
    4039
    4140    Bool_t PreProcess(MParList *pList);
    4241    Bool_t Process();
    43     Bool_t PostProcess();
    4442   
    4543    void SetRunType(Int_t runtype) { fRunType =  runtype; }
     
    4745    void SetDatabaseFile(char *filename) { fDatabaseFilename = filename; }
    4846    void SetTargetLevel(Double_t sigmabar) { fFixedSigmabar = sigmabar; fUseHistogram=kFALSE; }
    49     Bool_t SetDefiningHistogram(TH1D *histo);
     47    void SetDefiningHistogram(TH1D *histo);
    5048
    5149    ClassDef(MApplyPadding, 1)    // task for applying padding
Note: See TracChangeset for help on using the changeset viewer.