Changeset 1971


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1970 r1971  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/04/22: Thomas Bretz
     4
     5    * mhist/MHHadronness.[h,cc]:
     6      - changed to support MStatusDisplay
     7
     8
     9
     10 2003/04/22: Thomas Bretz
     11 
     12   * mhist/MWeight.[h,cc]:
     13     - added
     14     
     15   * mhist/HistLinkDef.h:
     16     - added MWeight
     17     
     18   * mhist/MH.h:
     19     - removed some debugging stuff
     20
     21
    222
    323 2003/04/22: Abelardo Moralejo
     
    626     - Removed. It was not necessary, since the same job can be done
    727       with the already existing task MFillH.
     28
     29
    830
    931 2003/04/21: Thomas Bretz
  • 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.