Changeset 4323
- Timestamp:
- 06/22/04 14:56:18 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4322 r4323 37 37 the number of uncalibrated pixels below 50 again (which was not 38 38 the case in the last weeks). 39 40 * mcalib/MHGausEvents.h 41 - make DrawEvents() public 39 42 40 43 -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r4313 r4323 64 64 Float_t *CreatePSDXaxis(Int_t n); // Create an x-axis for the PSD TGraphs 65 65 66 void DrawEvents(); // Draw graph of fEvents67 66 void DrawPowerSpectrum(TVirtualPad &pad, Int_t i); // Draw graph of fPowerSpectrum and fHPowerProbability 68 67 … … 82 81 // Draws 83 82 virtual void Draw(Option_t *option=""); // Default Draw 83 void DrawEvents(); // Draw graph of fEvents 84 84 85 85 // Getters
Note:
See TracChangeset
for help on using the changeset viewer.