Ignore:
Timestamp:
04/24/03 11:09:17 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1996 r1999  
    1414#include "TH2.h"
    1515#include "TH3.h"
    16 #include "TProfile.h"
    1716
    1817
     
    2120class MPedestalCam;
    2221class MMcEvt;
    23 class MPedestalCam;
    2422class MSigmabar;
    2523class MParList;
     
    6361
    6462public:
    65     MPadSchweizer(const char *name, const char *title,
    66                   TH2D *fHist2, TH3D *fHist3, TH3D *fHist3Diff);
     63    MPadSchweizer(const char *name=NULL, const char *title=NULL);
    6764    ~MPadSchweizer();
     65
     66    void SetHistograms(TH2D     *fHist2=NULL, TH3D *fHist3=NULL,
     67                       TH3D *fHist3Diff=NULL);
    6868
    6969    Bool_t PreProcess(MParList *pList);
     
    7272   
    7373    void SetPadFlag(Int_t padflag);
    74     void SetRunType(Int_t runtype) { fRunType =  runtype; }
    75     void SetGroup(Int_t group)     { fGroup   =  group; }
    7674
    7775    ClassDef(MPadSchweizer, 0)    // task for the padding (Schweizer)
Note: See TracChangeset for help on using the changeset viewer.