Changeset 4165 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/25/04 11:03:57 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4164 r4165  
    2525       calibration
    2626
     27
     28
    2729 2004/05/24: Javier Rico
    2830
     
    3335     - add getters and output lines in Print() method for
    3436       fInnerLeakage1, fInnerLeakage2 and fInnerSize
    35        
     37
     38
     39       
    3640 2004/05/24: Markus Gaug
    3741
     
    6670       is zero, don't calculate av. pedestal and av. pedRMS of this part.
    6771
     72
     73
    6874 2004/05/22: Markus Gaug
    6975
     
    118124
    119125
     126
    120127 2004/05/22: Abelardo Moralejo
    121128
     
    130137     - introduced initialization to 0 of startslice and sat in FindPeak
    131138     - changed initialization of maxsumhi in Process from 0 to -1e6
     139
     140
    132141
    133142 2004/05/20: Raquel de los Reyes
     
    138147     - changed the inheritance of MRawRead class from MTask to MRead to
    139148       implement the AddFiles(MDirIter &) function in MRawFileRead class.
     149
    140150   * mraw/MRawFileRead.[h,cc]
    141151     - implemented a second argument to the AddFile function and skip
    142152       adding NULL files in the constructor.
     153
    143154   * mjobs/MJPedestal.cc
    144155     - uncommented the line to allow the analysis of .raw files.
     156
     157
    145158
    146159 2004/05/20: Markus Gaug
     
    155168     - set back fgOffsetFromPeak from peak to 1 (instead of 2). Abelardo
    156169       explained that this variable is not strictly the offset from the
    157         peak but the offset from the peak search window.
     170       peak but the offset from the peak search window.
     171
    158172
    159173
     
    167181     - use cosmics filter only for CT1 pulser runs
    168182
     183
     184
    169185 2004/05/19: Abelardo Moralejo
    170186
     
    172188     - replaced rint by TMath::Nint() (my Mac did not recognize the
    173189       former)
     190
     191
    174192
    175193 2004/05/19: Abelardo Moralejo
     
    179197       write.AddContainer("MPointingPos",  "Events", kFALSE);
    180198       If not exisiting in the input file, it is simply ignored.
     199
     200
    181201
    182202 2004/05/15: Thomas Bretz
  • trunk/MagicSoft/Mars/mimage/MNewImagePar.cc

    r4143 r4165  
    232232    *fLog << " - InnerLeakage1  [1]   = " << fInnerLeakage1        << endl;
    233233    *fLog << " - InnerLeakage2  [1]   = " << fInnerLeakage2        << endl;
    234     *fLog << " - InnerSize      [1]   = " << fInnerSize            << "[#CerPhot]" << endl;
     234    *fLog << " - InnerSize      [#]   = " << fInnerSize            << " CerPhot" << endl;
    235235    *fLog << " - Conc           [1]   = " << fConc                 << " (ratio)" << endl;
    236236    *fLog << " - Conc1          [1]   = " << fConc1                << " (ratio)" << endl;
Note: See TracChangeset for help on using the changeset viewer.