Changeset 1825


Ignore:
Timestamp:
03/18/03 14:51:16 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1824 r1825  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/03/18: Thomas Bretz
     4
     5    * mfileio/MReadTree.cc:
     6      - fixed a bug in the AddFile function
     7
     8
    29
    310 2003/03/18: Abelardo Moralejo
     
    1118        parlist so that  we can choose the binning.
    1219
     20
     21
    1322 2003/03/13: Abelardo moralejo
    1423
    1524    * mhist/MHMcCT1CollectionArea.[h,cc]
    16       - Added for calculations of collection area for CT1.Contains three 2-d
    17         histograms with axis energy vs theta angle: one histogram for all
    18         events, one for analyzed events, one for the collection area.
     25      - Added for calculations of collection area for CT1.Contains three
     26        2-d histograms with axis energy vs theta angle: one histogram for
     27        all events, one for analyzed events, one for the collection area.
    1928
    2029    * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
     
    2433      - Uses the above classes
    2534
     35
     36
    2637 2003/03/12: Abelardo Moralejo
    2738
    2839    * macros/mergecamera.C
    2940      - Added. Merges several MC camera output files into a single file.
     41
     42
    3043
    3144 2003/03/08: Wolfgang Wittek
     
    4154      - add SetDirectory(NULL)
    4255
    43     * manalysis/ MSelBasic.[h,cc]
    44                  MSelStandard.[h,cc]
    45                  MSelFinal.[h,cc]
     56    * manalysis/MSelBasic.[h,cc]
     57                MSelStandard.[h,cc]
     58                MSelFinal.[h,cc]
    4659      - more detailed output for errors
    4760      - bugs removed
    4861     
    49     * manalysis/ MPadSchweizer.[h,cc]
     62    * manalysis/MPadSchweizer.[h,cc]
    5063      - add SetDirectory(NULL)
    5164      - add fErrors
    5265
    53     * mfilter/ MFEventSelector.[h,cc]
     66    * mfilter/MFEventSelector.[h,cc]
    5467      - add fErrors
    5568
     
    6982        a run header
    7083
    71     * mmc/ MMcEvt.[hxx,cxx]]
     84    * mmc/MMcEvt.[hxx,cxx]]
    7285      - add GetEvtNumber()
     86
    7387
    7488
     
    89103
    90104    * mmain/MMonteCarlo.cc
    91       - Fixed bug: matrix BgR was created with dimension "dim", a number which
    92         can be negative. Put "num" instead of "dim".
     105      - Fixed bug: matrix BgR was created with dimension "dim", a number
     106        which can be negative. Put "num" instead of "dim".
     107
    93108
    94109
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r1761 r1825  
    202202    //  (Code taken from TFile::TFile
    203203    //
     204    TString newname; // char-array must overcome comming block
     205
    204206    if (strrchr(fname, '?') || strrchr(fname, '*'))
    205207        *fLog << warn << "WARNING: You may encounter crashes closing the files..." << endl;
     
    207209    {
    208210        const char *name;
    209 
    210         TString newname;
    211211
    212212        if ((name = gSystem->ExpandPathName(fname)))
Note: See TracChangeset for help on using the changeset viewer.