Changeset 5143 for trunk/MagicSoft/Mars/mhbase/MBinning.h
- Timestamp:
- 09/28/04 12:25:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MBinning.h
r4966 r5143 37 37 public: 38 38 MBinning(const char *name=NULL, const char *title=NULL); 39 MBinning(Int_t nbins, Axis_t lo, Axis_t hi, const char *name , const char *opt="", const char *title=NULL);39 MBinning(Int_t nbins, Axis_t lo, Axis_t hi, const char *name=0, const char *opt="", const char *title=NULL); 40 40 41 41 void SetEdges(const TArrayD &arr)
Note:
See TracChangeset
for help on using the changeset viewer.