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

Legend:

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

    r1823 r1824  
    66#endif
    77
    8 class TH1D;
    98class TH2D;
    109
     
    1615    TH2D *fHistSel; //! the selected showers
    1716    TH2D *fHistCol; //  the collection area
     17    void SetBins(Int_t nbins, Axis_t minEnergy, Axis_t maxEnergy);
    1818
    1919public:
    20     MHMcCT1CollectionArea(const char *name=NULL, const char *title=NULL);
     20    MHMcCT1CollectionArea(const char *name=NULL, const char *title=NULL, Int_t nbins=45, Axis_t minEnergy=100., Axis_t maxEnergy=30000.);
    2121    ~MHMcCT1CollectionArea();
    2222
     
    3939
    4040
     41
     42
Note: See TracChangeset for help on using the changeset viewer.