Changeset 2015 for trunk/MagicSoft/Mars/mhist/MH.h
- Timestamp:
- 04/28/03 09:52:57 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MH.h
r2003 r2015 21 21 MH(const char *name=NULL, const char *title=NULL); 22 22 23 Bool_t OverwritesDraw(TClass *cls=NULL) const; 24 23 25 virtual Bool_t SetupFill(const MParList *pList) { return kTRUE; } 24 26 virtual Bool_t Fill(const MParContainer *par, Double_t weight=1); … … 30 32 31 33 static TCanvas *MakeDefCanvas(TString name="", const char *title="", 32 const UInt_t w= 580, const UInt_t h=435);34 const UInt_t w=625, const UInt_t h=440); 33 35 static TCanvas *MakeDefCanvas(const TObject *obj, 34 const UInt_t w= 580, const UInt_t h=435);36 const UInt_t w=625, const UInt_t h=440); 35 37 36 38 static void SetBinning(TH1 *h, const MBinning *binsx); … … 63 65 TObject *DrawClone(Option_t *opt="") const 64 66 { 65 return MH::DrawClone(opt, 580, 435);67 return MH::DrawClone(opt, 625, 440); 66 68 } 67 69
Note:
See TracChangeset
for help on using the changeset viewer.