Ignore:
Timestamp:
07/16/02 15:18:56 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1292 r1414  
    4242    TObject *DrawClone(Option_t *option="") const;
    4343
    44     void Subtract(const TH3D *h1, const TH3D *h2);
    45     void Subtract(const MHAlphaEnergyTime *h1, const MHAlphaEnergyTime *h2)
    46     {
    47         Subtract(h1->GetHist(), h2->GetHist());
    48     }
    49 
    50     TH2D *DrawAlphaProjection(Axis_t lo, Axis_t up, Option_t *opt="");
    51     TH2D *GetAlphaProjection(Axis_t lo, Axis_t up);
    52 
     44    TH2D *IntegrateTime    (const char *title, Bool_t Draw);
     45    TH2D *IntegrateEest    (const char *title, Bool_t Draw);
     46    TH1D *IntegrateEestTime(const char *title, Bool_t Draw);
     47   
    5348    ClassDef(MHAlphaEnergyTime, 1) //3D-histogram in alpha, Energy and time
    5449};
Note: See TracChangeset for help on using the changeset viewer.