Changeset 3639 for trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
- Timestamp:
- 04/04/04 14:28:25 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r3636 r3639 51 51 protected: 52 52 53 Int_t fNbins; // Number histogram bins for fHGausHist (used by Init ())54 Axis_t fFirst; // Lower histogram edge for fHGausHist (used by Init ())55 Axis_t fLast; // Upper histogram edge for fHGausHist (used by Init ())56 Int_t fPixId; // 53 Int_t fNbins; // Number histogram bins for fHGausHist (used by InitBins()) 54 Axis_t fFirst; // Lower histogram edge for fHGausHist (used by InitBins()) 55 Axis_t fLast; // Upper histogram edge for fHGausHist (used by InitBins()) 56 Int_t fPixId; // Pixel ID 57 57 58 58 TH1F fHGausHist; // Histogram which should hold the Gaussian distribution
Note:
See TracChangeset
for help on using the changeset viewer.