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

Legend:

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

    r1821 r1823  
    1515    TH2D *fHistAll; //! all simulated showers
    1616    TH2D *fHistSel; //! the selected showers
    17 
    18     TH1D *fHistCol; //  the collection area
     17    TH2D *fHistCol; //  the collection area
    1918
    2019public:
     
    2726    void DrawSel(Option_t *option="");
    2827
    29     const TH1D *GetHist() const { return fHistCol; }
     28    const TH2D *GetHist() const { return fHistCol; }
    3029
    3130    void Draw(Option_t *option="");
    3231    TObject *DrawClone(Option_t *option="") const;
    3332
    34     void CalcEfficiency(Float_t theta);
     33    void CalcEfficiency();
    3534
    3635    ClassDef(MHMcCT1CollectionArea, 1)  // Data Container to calculate Collection Area
     
    3837
    3938#endif
     39
     40
Note: See TracChangeset for help on using the changeset viewer.