Changeset 3786 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/20/04 17:20:00 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3777 r3786  
    2323     - Update class version to 4 (necessary after M. Gaug's change
    2424       of the type of member fMaxRadius.
     25
     26
    2527
    2628 2004/04/16: Abelardo Moralejo
  • trunk/MagicSoft/Mars/mhist/MHCamEventRot.cc

    r3785 r3786  
    2929// Derotate MCamEvent before filling a 2D histogram.
    3030//
     31// To be done: Set the sky position of the center of the display and
     32//             correct if the pointing position of the telescope is
     33//             different
     34//
    3135//////////////////////////////////////////////////////////////////////////////
    3236#include "MHCamEventRot.h"
  • trunk/MagicSoft/Mars/mhist/MHCamEventRot.h

    r3785 r3786  
    3434
    3535    TString fNameTime;
    36     //Int_t DistancetoPrimitive(Int_t px, Int_t py);
    37     //void Modified();
    38 
    39     //void ProjectOff(TH2D *h);
    40     //void ProjectOn(TH2D *h);
    4136
    4237    TObject *GetCatalog();
     
    5247    void SetNameTime(const char *name) { fNameTime=name; }
    5348
    54     //void FitSignificance(Float_t sigint=15, Float_t sigmax=70, Float_t bgmin=40, Float_t bgmax=70, Byte_t polynom=1); //*MENU*
    55     //void FitSignificanceStd() { FitSignificance(); } //*MENU*
    56 
    57     //void SetDistMin(Float_t dist) { fDistMin = dist; }
    58 
    59     //void SetAlphaCut(Float_t alpha); //*MENU*
    60     //void SetAlphaPlus5()  { SetAlphaCut(fAlphaCut+5); } //*MENU*
    61     //void SetAlphaMinus5() { SetAlphaCut(fAlphaCut-5); } //*MENU*
    62 
    63     //void SetBgMean(Float_t alpha); //*MENU*
    64     //void SetBgMeanPlus5()  { SetBgMean(fBgMean+5); } //*MENU*
    65     //void SetBgMeanMinus5() { SetBgMean(fBgMean-5); } //*MENU*
    66 
    67     //void Paint(Option_t *opt="");
    6849    void Draw(Option_t *option="");
    69 
    70     //static Double_t Significance(Double_t s, Double_t b);
    71     //static Double_t SignificanceLiMa(Double_t s, Double_t b, Double_t alpha=1);
    7250
    7351    ClassDef(MHCamEventRot, 1) //2D-histogram in MCamEvent data (derotated)
Note: See TracChangeset for help on using the changeset viewer.