Changeset 3834 for trunk/MagicSoft/Mars
- Timestamp:
- 04/26/04 17:39:33 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3832 r3834 30 30 * macros/bootcampstandardanalysis.C 31 31 - removed function FindColor() 32 33 * mcalib/MCalibrationCam.h 34 - make Init() and InitSize() virtual 32 35 33 36 -
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r3698 r3834 66 66 67 67 // Inits 68 v oid Init ( const MGeomCam &geom );69 v oid InitSize ( const UInt_t i );68 virtual void Init ( const MGeomCam &geom ); 69 virtual void InitSize ( const UInt_t i ); 70 70 void InitAverageAreas ( const UInt_t i ); 71 71 void InitAverageSectors ( const UInt_t i );
Note:
See TracChangeset
for help on using the changeset viewer.