Changeset 4933
- Timestamp:
- 09/10/04 18:12:19 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4928 r4933 61 61 - added MHEffectiveOnTime 62 62 63 * mhbase/MH3. cc:63 * mhbase/MH3.[h,cc]: 64 64 - fixed a bug in SetupFill which was introduced when I allowed 65 65 set the axis titles from the object title 66 - added support for unique-profile names 67 68 * Makefile: 69 - added new dir mhcalib 70 71 * mhcalib/HCalibIncl.h: 72 - added - was missing 73 74 * mcalib/CalibLinkDef.h: 75 - fixed some typos 66 76 67 77 -
trunk/MagicSoft/Mars/Makefile
r4921 r4933 48 48 msignal \ 49 49 mbadpixels \ 50 mhcalib \ 50 51 mcalib \ 51 52 mpedestal \ -
trunk/MagicSoft/Mars/NEWS
r4921 r4933 65 65 the camera from a pointing model known to be correct and 66 66 the pointing model used for observations (MSrcPosFromModel) 67 68 - added a new version of the class calculating the effective on-time 69 MHEffectiveOnTime. It unifies the old classes MHEffOnTime, 70 MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and 71 MHTimeDiffTheta. 67 72 68 73 -
trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h
r4930 r4933 37 37 #pragma link C++ class MCalibrationChargePINDiode+; 38 38 39 #pragma link C++ class MMcCalibrationCalc++; 40 41 #pragma link C++ class MHGausEvents++; 39 #pragma link C++ class MMcCalibrationCalc+; 42 40 43 41 #endif -
trunk/MagicSoft/Mars/mhbase/MH3.h
r4891 r4933 25 25 MDataChain *fData[3]; // Object from which the data is filled 26 26 Double_t fScale[3]; // Scale for the three axis (eg unit) 27 28 TString fNameProfX; //! This should make sure, that gROOT doen't confuse the profile with something else 29 TString fNameProfY; //! This should make sure, that gROOT doen't confuse the profile with something else 27 30 28 31 void StreamPrimitive(ofstream &out) const;
Note:
See TracChangeset
for help on using the changeset viewer.