Changeset 1414 for trunk/MagicSoft/Mars
- Timestamp:
- 07/16/02 15:18:56 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTime.h
r1292 r1414 42 42 TObject *DrawClone(Option_t *option="") const; 43 43 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 53 48 ClassDef(MHAlphaEnergyTime, 1) //3D-histogram in alpha, Energy and time 54 49 };
Note:
See TracChangeset
for help on using the changeset viewer.