Changeset 7823 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 07/30/06 17:21:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.h
r7822 r7823 212 212 213 213 void SavePrimitive(ostream &out, Option_t *); 214 void SavePrimitive(ofstream &out, Option_t *) { MHCamera::SavePrimitive(static_cast<ostream&>(out), ""); }214 void SavePrimitive(ofstream &out, Option_t *); 215 215 Int_t DistancetoPrimitive(Int_t px, Int_t py); 216 216 char *GetObjectInfo(Int_t px, Int_t py) const;
Note:
See TracChangeset
for help on using the changeset viewer.