Ignore:
Timestamp:
04/22/03 11:20:11 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 added
3 edited

Legend:

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

    r1967 r1971  
    1212
    1313#pragma link C++ class MBinning+;
     14#pragma link C++ class MWeight+;
    1415
    1516#pragma link C++ class MHMatrix+;
  • trunk/MagicSoft/Mars/mhist/MH.h

    r1967 r1971  
    1515class MBinning;
    1616class MParList;
    17 #include <iostream.h>
    18 #include <TClass.h>
     17
    1918class MH : public MParContainer
    2019{
    21 private:
    22     /*
    23     void Draw(Option_t *opt="")
    24     {
    25         cout << "MH::Draw" << endl;
    26         MParContainer::Draw(opt);
    27         }
    28         */
    29 
    3020public:
    3121    MH(const char *name=NULL, const char *title=NULL);
     
    7767    static Double_t GetMinimumGT(const TH1 &h, Double_t gt=0);
    7868
    79 
    80 
    81     ClassDef(MH, 1) //A histogram base class for Mars histograms
     69    ClassDef(MH, 0) //A base class for Mars histograms
    8270};
    8371
  • trunk/MagicSoft/Mars/mhist/Makefile

    r1967 r1971  
    3434           MH.cc \
    3535           MHArray.cc \
     36           MWeight.cc \
    3637           MH3.cc \
    3738           MHCerPhotEvt.cc \
Note: See TracChangeset for help on using the changeset viewer.