Changeset 1763 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/19/03 13:54:51 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1761 r1763  
    11
    22                                                         -*-*- END -*-*-
     3 2003/02/19: Wolfgang Wittek
     4
     5    * manalysis/MSelBasic.[h,cc]
     6      - new; evaluates the Basic Cuts (after the calibration)
     7
     8    * manalysis/MSelStandard.[h,cc]
     9      - new; evaluates the Standard Cuts
     10        (after the calculation of the image parameters and before the
     11         calculation of the hadronness)
     12
     13
     14    * manalysis/MHillasCalc.[h,cc]
     15      - replace
     16              fHillas = (MHillas*)pList->FindCreateObj(fHilName);
     17        by         
     18              fHillas = (MHillas*)pList->FindCreateObj("MHillas",fHilName);
     19        in order to allow MHillas containers with a name
     20                                  different from "MHillas"
     21
     22    * mhist/MHHillasExt.[h,cc]
     23      - replace
     24               TObject *obj = plist->FindObject("MHillas");
     25        by         
     26               TObject *obj = plist->FindObject(fHilName, "MHillas");
     27        in order to allow MHillas containers with a name
     28                                  different from "MHillas"
     29      - add a 3rd argument in the constructor : fHilName
     30
     31    * manalysis/MHillasSrcCalc.[h,cc]
     32      - add new argument for constructor :
     33                the name of the MHillas input container
     34        in order to allow MHillas input containers with a name
     35                                  different from "MHillas"     
     36
     37    * mhist/MHMatrix.[h,cc]
     38      - add member function DefRefMatrix();
     39        it defines the reference sample for the g/h separation;
     40        the selection of events for the reference sample can be made such
     41        that the distribution of a certain variable (for example Theta)
     42        agrees with a target distribution.
     43
     44    * mfilter/MFEventSelector.[h,cc]
     45      - add new argument for constructor :
     46                the name of the read object
     47        in order to allow also read objects which have a name different from
     48           "MRead"       
     49
     50
     51
    352 2003/02/18: Thomas Bretz
    453 
     
    2271    * manalysis/Makefile, AnalysisLinkDef.h
    2372      - Changed MApplyPadding for MPadding
    24 
    2573
    2674
Note: See TracChangeset for help on using the changeset viewer.