Changeset 8213


Ignore:
Timestamp:
11/03/06 20:57:24 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8212 r8213  
    2525     - improved grouping
    2626     - added comments
     27
     28   * mjobs/MJCalibrateSignal.cc:
     29     - do not write MPedestalFundamental -- this only wasts space
    2730
    2831
  • trunk/MagicSoft/Mars/NEWS

    r8209 r8213  
    3434       of very late pulses in single pixels or of huge hadron showers.
    3535
     36   - callisto: To gain obsolete space we do not write the
     37     MPedestalFundamental anymore
     38
    3639   - optim: fixed a problem with the optim-macros which was due to a bug
    3740     in the new phrase parsing
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r8154 r8213  
    641641    // Data tree
    642642    write.AddContainer("MSignalCam",                "Events");
    643     write.AddContainer("MPedPhotFundamental",       "Events");
     643    // write.AddContainer("MPedPhotFundamental",       "Events");
    644644    write.AddContainer("MPedPhotFromExtractor",     "Events");
    645645    write.AddContainer("MPedPhotFromExtractorRndm", "Events");
Note: See TracChangeset for help on using the changeset viewer.