Changeset 6772
- Timestamp:
- 03/07/05 17:52:42 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6771 r6772 24 24 25 25 * mhcalib/MHCalibrationCam.h 26 - put the Draw-function into the *MENU* 26 * mhcalib/MHGausEvents.h 27 - put the Draw-functions into the *MENU* 27 28 28 29 * mjobs/MJCalibration.[h,cc] -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
r6689 r6772 1411 1411 1412 1412 TPaveText *text = new TPaveText(sat? 0.1 : 0.35,0.7,sat ? 0.4 : 0.7,1.0); 1413 text->SetTextSize(0.0 7);1413 text->SetTextSize(0.05); 1414 1414 const TString line1 = Form("%s%s%s",inner ? "Outer" : "Inner", 1415 1415 " Pixels ", sat ? "Low Gain" : "High Gain"); -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h
r6682 r6772 59 59 TObject *Clone(const char *name="") const; 60 60 61 // Draw 62 void Draw(const Option_t *opt); // *MENU* 63 61 64 Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const; 62 65 void DrawPixelContent(Int_t idx) const; -
trunk/MagicSoft/Mars/mhcalib/MHGausEvents.h
r5569 r6772 77 77 void Reset(); 78 78 79 void CreateFourierSpectrum(); 80 void CreateGraphEvents(); 79 void CreateFourierSpectrum(); 80 void CreateGraphEvents(); 81 81 void CreateGraphPowerSpectrum(); 82 82 83 83 // Draws 84 void Draw(Option_t *option=""); 85 void DrawEvents(Option_t *option=""); 86 void DrawPowerSpectrum(Option_t *option=""); 87 void DrawPowerProjection(Option_t *option=""); 84 void Draw(Option_t *option=""); // *MENU* 85 void DrawEvents(Option_t *option=""); // *MENU* 86 void DrawPowerSpectrum(Option_t *option=""); // *MENU* 87 void DrawPowerProjection(Option_t *option=""); // *MENU* 88 88 89 89 // Fill … … 93 93 94 94 // Fits 95 Bool_t FitGaus( Option_t *option="RQ0", 95 Bool_t FitGaus( Option_t *option="RQ0", 96 96 const Double_t xmin=0., 97 const Double_t xmax=0.); 97 const Double_t xmax=0.); // *MENU* 98 98 99 99 // Inits … … 144 144 145 145 // Prints 146 void Print(const Option_t *o="") const; 146 void Print(const Option_t *o="") const; // *MENU* 147 147 148 148 // Setters … … 164 164 165 165 // Simulates 166 void SimulateGausEvents(const Float_t mean, const Float_t sigma, const Int_t nevts=4096); 166 void SimulateGausEvents(const Float_t mean, const Float_t sigma, const Int_t nevts=4096); // *MENU* 167 167 168 168 ClassDef(MHGausEvents, 2) // Base class for events with Gaussian distributed values
Note:
See TracChangeset
for help on using the changeset viewer.