Changeset 2687 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
12/17/03 09:54:29 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2684 r2687  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2003/12/17: Thomas Bretz
     7
     8   * mreport/MReportCC.[h,cc]:
     9     - added report storing weather data
     10
     11   * mreport/Makefile, mreport/ReportLinkDef.h:
     12     - added MReportCC
     13
     14
     15
    616 2003/12/16: Javi Lopez
    717
    818   * manalysis/MCalibrate.[h,cc]
    9      - new classe that takes the integrated charge from MExtractedSignal container
    10        and apply the calibration constants stored in MCalibrationCam container
    11        storing the number of photons in MCerPhotEvt.
     19     - new classe that takes the integrated charge from MExtractedSignal
     20       container and apply the calibration constants stored in
     21       MCalibrationCam container storing the number of photons in
     22       MCerPhotEvt.
     23
     24
    1225
    1326 2003/12/16: Thomas Bretz
     
    1629     mhist/MSimulatedAnnealing.[h,cc]:
    1730     - fixed includes
     31
    1832
    1933
  • trunk/MagicSoft/Mars/NEWS

    r2678 r2687  
    1414
    1515   - added support for start- and stop-time when merpping report files
     16
     17   - added MReportCC storing the weather data from the CC-REPORT
    1618
    1719
  • trunk/MagicSoft/Mars/merpp.cc

    r2678 r2687  
    235235        else
    236236        {
     237            r->AddToList("MReportCC");
    237238            r->AddToList("MReportDAQ");
    238239            r->AddToList("MReportDrive");
     
    263264            w->AddContainer("MReportDrive",       "Drive");
    264265            w->AddContainer("MTimeDrive",         "Drive");
     266            w->AddContainer("MReportCC",          "CC");
     267            w->AddContainer("MTimeCC",            "CC");
    265268            // w->AddContainer("MReportDAQ",         "DAQ");
    266269            // w->AddContainer("MTimeDAQ",           "DAQ");
  • trunk/MagicSoft/Mars/mreport/Makefile

    r2632 r2687  
    3030
    3131SRCFILES = MReport.cc \
     32           MReportCC.cc \
    3233           MReportDAQ.cc \
    3334           MReportDrive.cc \
  • trunk/MagicSoft/Mars/mreport/ReportLinkDef.h

    r2592 r2687  
    77#pragma link C++ class MReport+;
    88
     9#pragma link C++ class MReportCC+;
    910#pragma link C++ class MReportDAQ+;
    1011#pragma link C++ class MReportDrive+;
Note: See TracChangeset for help on using the changeset viewer.