Ignore:
Timestamp:
04/20/03 12:51:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mimage/MHNewImagePar.h

    r1940 r1966  
    1515    TH1F *fLeakage2;     //->
    1616
    17     Float_t fMm2Deg;
    18     Bool_t  fUseMmScale;
    19 
    2017public:
    2118    MHNewImagePar(const char *name=NULL, const char *title=NULL);
    2219    ~MHNewImagePar();
    2320
    24     void SetMmScale(Bool_t mmscale=kTRUE);
    25     void SetMm2Deg(Float_t mmdeg);
    26 
    27     Bool_t SetupFill(const MParList *pList);
    2821    Bool_t Fill(const MParContainer *par);
    2922
     
    3427
    3528    void Draw(Option_t *opt=NULL);
    36     TObject *DrawClone(Option_t *opt=NULL) const;
    3729
    38     ClassDef(MHNewImagePar, 1) // Container which holds histograms for the new image parameters
     30    ClassDef(MHNewImagePar, 1) // Histograms of new image parameters
    3931};
    4032
Note: See TracChangeset for help on using the changeset viewer.