Changeset 1971 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 04/22/03 11:20:11 (22 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/HistLinkDef.h
r1967 r1971 12 12 13 13 #pragma link C++ class MBinning+; 14 #pragma link C++ class MWeight+; 14 15 15 16 #pragma link C++ class MHMatrix+; -
trunk/MagicSoft/Mars/mhist/MH.h
r1967 r1971 15 15 class MBinning; 16 16 class MParList; 17 #include <iostream.h> 18 #include <TClass.h> 17 19 18 class MH : public MParContainer 20 19 { 21 private:22 /*23 void Draw(Option_t *opt="")24 {25 cout << "MH::Draw" << endl;26 MParContainer::Draw(opt);27 }28 */29 30 20 public: 31 21 MH(const char *name=NULL, const char *title=NULL); … … 77 67 static Double_t GetMinimumGT(const TH1 &h, Double_t gt=0); 78 68 79 80 81 ClassDef(MH, 1) //A histogram base class for Mars histograms 69 ClassDef(MH, 0) //A base class for Mars histograms 82 70 }; 83 71 -
trunk/MagicSoft/Mars/mhist/Makefile
r1967 r1971 34 34 MH.cc \ 35 35 MHArray.cc \ 36 MWeight.cc \ 36 37 MH3.cc \ 37 38 MHCerPhotEvt.cc \
Note:
See TracChangeset
for help on using the changeset viewer.