Changeset 7109 for trunk/MagicSoft/Mars/mpointing
- Timestamp:
- 05/30/05 18:12:10 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mpointing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpointing/MSrcPosCam.cc
r3568 r7109 56 56 fName = name ? name : gsDefName.Data(); 57 57 fTitle = title ? title : gsDefTitle.Data(); 58 } 59 60 // -------------------------------------------------------------------------- 61 // 62 // Copy constructor, set default name and title 63 // 64 MSrcPosCam::MSrcPosCam(const MSrcPosCam &p) : fX(p.fX), fY(p,fY) 65 { 66 fName = gsDefName.Data(); 67 fTitle = gsDefTitle.Data(); 58 68 } 59 69 -
trunk/MagicSoft/Mars/mpointing/MSrcPosCam.h
r4710 r7109 16 16 public: 17 17 MSrcPosCam(const char *name=NULL, const char *title=NULL); 18 MSrcPosCam(const MSrcPosCam &p); 18 19 19 20 void Clear(Option_t *) { fX = 0; fY = 0; }
Note:
See TracChangeset
for help on using the changeset viewer.