Ignore:
Timestamp:
03/18/03 18:13:32 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMcCT1CollectionArea.h

    r1824 r1827  
    1818
    1919public:
    20     MHMcCT1CollectionArea(const char *name=NULL, const char *title=NULL, Int_t nbins=45, Axis_t minEnergy=100., Axis_t maxEnergy=30000.);
     20    MHMcCT1CollectionArea(const char *name=NULL, const char *title=NULL, Int_t nbins=30, Axis_t minEnergy=2., Axis_t maxEnergy=5.);
    2121    ~MHMcCT1CollectionArea();
    2222
     
    2727
    2828    const TH2D *GetHist() const { return fHistCol; }
     29    const TH2D *GetHAll() const { return fHistAll; }
     30    const TH2D *GetHSel() const { return fHistSel; }
    2931
    3032    void Draw(Option_t *option="");
Note: See TracChangeset for help on using the changeset viewer.