Changeset 3786
- Timestamp:
- 04/20/04 17:20:00 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3777 r3786 23 23 - Update class version to 4 (necessary after M. Gaug's change 24 24 of the type of member fMaxRadius. 25 26 25 27 26 28 2004/04/16: Abelardo Moralejo -
trunk/MagicSoft/Mars/mhist/MHCamEventRot.cc
r3785 r3786 29 29 // Derotate MCamEvent before filling a 2D histogram. 30 30 // 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 // 31 35 ////////////////////////////////////////////////////////////////////////////// 32 36 #include "MHCamEventRot.h" -
trunk/MagicSoft/Mars/mhist/MHCamEventRot.h
r3785 r3786 34 34 35 35 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);41 36 42 37 TObject *GetCatalog(); … … 52 47 void SetNameTime(const char *name) { fNameTime=name; } 53 48 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="");68 49 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);72 50 73 51 ClassDef(MHCamEventRot, 1) //2D-histogram in MCamEvent data (derotated)
Note:
See TracChangeset
for help on using the changeset viewer.