Changeset 5002 for trunk/MagicSoft


Ignore:
Timestamp:
09/14/04 15:24:36 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhflux
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.cc

    r4999 r5002  
    4040
    4141#include <TF1.h>
    42 #include <TH2.h>
    4342#include <TGraph.h>
    4443#include <TStyle.h>
     
    6059#include "MHMatrix.h"
    6160
    62 #include "MMath.h"
    6361#include "MBinning.h"
    6462#include "MParList.h"
     
    593591// function.
    594592//
     593/*
    595594Bool_t MAlphaFitter::Fit(TH1D &h, Bool_t paint)
    596595{
     
    707706    text.Paint();
    708707}
    709 
     708*/
    710709Bool_t MHAlpha::Finalize()
    711710{
  • trunk/MagicSoft/Mars/mhflux/MHAlpha.h

    r4999 r5002  
    88#ifndef MARS_MTime
    99#include "MTime.h"
     10#endif
     11
     12#ifndef MARS_MAlphaFitter
     13#include "MAlphaFitter.h"
    1014#endif
    1115
     
    2024class MPointingPos;
    2125
    22 
     26/*
    2327class MAlphaFitter : public MParContainer
    2428{
     
    7579    ClassDef(MAlphaFitter, 1)
    7680};
    77 
     81*/
    7882
    7983class MHAlpha : public MH
  • trunk/MagicSoft/Mars/mhflux/Makefile

    r4999 r5002  
    2424           -I../mastro -I../mpedestal -I../msignal -I../mbadpixels
    2525
    26 SRCFILES = MHAlpha.cc \
     26SRCFILES = MAlphaFitter.cc \
     27           MHAlpha.cc \
    2728           MHEffectiveOnTime.cc \
    2829           MHFalseSource.cc
Note: See TracChangeset for help on using the changeset viewer.