Changeset 1971
- Timestamp:
- 04/22/03 11:20:11 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1970 r1971 1 1 -*-*- 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 2 22 3 23 2003/04/22: Abelardo Moralejo … … 6 26 - Removed. It was not necessary, since the same job can be done 7 27 with the already existing task MFillH. 28 29 8 30 9 31 2003/04/21: Thomas Bretz -
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.