Changeset 5002
- Timestamp:
- 09/14/04 15:24:36 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
r4999 r5002 40 40 41 41 #include <TF1.h> 42 #include <TH2.h>43 42 #include <TGraph.h> 44 43 #include <TStyle.h> … … 60 59 #include "MHMatrix.h" 61 60 62 #include "MMath.h"63 61 #include "MBinning.h" 64 62 #include "MParList.h" … … 593 591 // function. 594 592 // 593 /* 595 594 Bool_t MAlphaFitter::Fit(TH1D &h, Bool_t paint) 596 595 { … … 707 706 text.Paint(); 708 707 } 709 708 */ 710 709 Bool_t MHAlpha::Finalize() 711 710 { -
trunk/MagicSoft/Mars/mhflux/MHAlpha.h
r4999 r5002 8 8 #ifndef MARS_MTime 9 9 #include "MTime.h" 10 #endif 11 12 #ifndef MARS_MAlphaFitter 13 #include "MAlphaFitter.h" 10 14 #endif 11 15 … … 20 24 class MPointingPos; 21 25 22 26 /* 23 27 class MAlphaFitter : public MParContainer 24 28 { … … 75 79 ClassDef(MAlphaFitter, 1) 76 80 }; 77 81 */ 78 82 79 83 class MHAlpha : public MH -
trunk/MagicSoft/Mars/mhflux/Makefile
r4999 r5002 24 24 -I../mastro -I../mpedestal -I../msignal -I../mbadpixels 25 25 26 SRCFILES = MHAlpha.cc \ 26 SRCFILES = MAlphaFitter.cc \ 27 MHAlpha.cc \ 27 28 MHEffectiveOnTime.cc \ 28 29 MHFalseSource.cc
Note:
See TracChangeset
for help on using the changeset viewer.