Changeset 859 for trunk/MagicSoft/Mars/mhist/MHHillas.cc
- Timestamp:
- 07/06/01 14:48:54 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHillas.cc
r852 r859 17 17 #include "MHillas.h" 18 18 19 ClassImp(MHHillas) 19 ClassImp(MHHillas); 20 20 21 21 MHHillas::MHHillas (const char *name, const char *title) … … 55 55 } 56 56 57 void MHHillas::Fill( MHillas *par)57 void MHHillas::Fill(const MHillas *par) 58 58 { 59 59 fAlpha ->Fill(fabs(par->GetAlpha()));
Note:
See TracChangeset
for help on using the changeset viewer.