Changeset 7822 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 07/30/06 17:18:52 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r7821 r7822 1732 1732 } 1733 1733 1734 void MHCamera::SavePrimitive(ofstream &out, Option_t *) 1735 { 1736 MHCamera::SavePrimitive(static_cast<ostream&>(out), ""); 1737 } 1738 1734 1739 // ------------------------------------------------------------------------ 1735 1740 // -
trunk/MagicSoft/Mars/mhist/MHCamera.h
r7342 r7822 211 211 void DrawAzimuthProfile() const; 212 212 213 void SavePrimitive(ofstream &out, Option_t *); 213 void SavePrimitive(ostream &out, Option_t *); 214 void SavePrimitive(ofstream &out, Option_t *) { MHCamera::SavePrimitive(static_cast<ostream&>(out), ""); } 214 215 Int_t DistancetoPrimitive(Int_t px, Int_t py); 215 216 char *GetObjectInfo(Int_t px, Int_t py) const;
Note:
See TracChangeset
for help on using the changeset viewer.