Changeset 14449 for trunk/Mars/mhist
- Timestamp:
- 10/02/12 11:50:29 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mhist/MHCamera.h
r13388 r14449 235 235 void DrawAzimuthProfile() const; 236 236 237 void SavePrimitive( ostream &out, Option_t *);238 void SavePrimitive( ofstream &out, Option_t *);237 void SavePrimitive(std::ostream &out, Option_t *); 238 void SavePrimitive(std::ofstream &out, Option_t *); 239 239 Int_t DistancetoPrimitive(Int_t px, Int_t py); 240 240 char *GetObjectInfo(Int_t px, Int_t py) const;
Note:
See TracChangeset
for help on using the changeset viewer.