Changeset 1100


Ignore:
Timestamp:
11/28/01 16:34:25 (23 years ago)
Author:
blanch
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1088 r1100  
    11                                                                  -*-*- END -*-*-
     2
     3 2001/11/28: Oscar Blanch Bigas
     4
     5   * mbase/MReadMarsFile.cc:
     6     - Added process of fRun = new MReadTree("RunHeaders", fname),
     7     needed to read RunHeaders tree information.
     8
     9   * manalysis/MCerPhotCalc.h:
     10     - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
     11     variables because they are needed for Pedestal substraction.
     12
     13   * manalysis/MCerPhotCalc.h:
     14     - Change in the methode to substract the pedestal. The new
     15     methode is valid either for MC data and real data but only for
     16     the current integration (GetSumHiGainSamples()).
     17
     18   * macros/readMagic.C:
     19     - Added severaltask in the task list:
     20             MReadMarsFile to read  RunHeaders Tree
     21             MPedestalCopy and MPedestalNSB to treat correctly pedestals.
     22
     23   * macros/MagicHillas.C:
     24     - Added severaltask in the task list:
     25             MReadMarsFile to read  RunHeaders Tree
     26             MPedestalCopy and MPedestalNSB to treat correctly pedestals.
     27
     28   * mmc/MMcRunHeader.hxx:
     29     - Added GetNumPheFromDNSB().
     30
     31   * mmc/MMcFadcHeader.hxx:
     32     - Added GetAmplitud().
     33
     34   * manalysis/MMcPedestalNSB.h / .cc:
     35     - New class which adds to the pedestal rms the contribution from
     36     the diffuse NSB.
     37
     38   * manalysis/Makefile:
     39     - New class MMcPedestalNSB added.
     40
     41   * manalysis/AnalysisLinkDefine.
     42     - New class MMcPedestalNSB added.
     43
     44
    245
    346 2001/11/16: Thomas Bretz
  • trunk/MagicSoft/Mars/NEWS

    r1086 r1100  
    22
    33 *** Version 0.6
     4
     5   - Fixed a bug in the pedestals substraction
    46
    57   - Introduced verbosity levels
  • trunk/MagicSoft/Mars/mbase/MReadMarsFile.cc

    r1090 r1100  
    101101        return kTRUE;
    102102
    103     *fLog << inf << "MReadMarsFile: Switching to next file '" << GetFileName() << "' ";
     103    *fLog << "MReadMarsFile: Switching to next file '" << GetFileName() << "' ";
    104104    *fLog << "(before Event #" << GetEventNum()-1 << ")" << endl;
    105105    fRun->Process();
Note: See TracChangeset for help on using the changeset viewer.