Changeset 1868 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/25/03 14:31:04 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1862 r1868  
    11                                                 -*-*- END OF LINE -*-*-
    2  2003/03/24: Abelardo Moralejo
    3 
    4     * manalysis/MEnergyEstParam.cc
    5       - now energy estimation (for CT1) is done using the same model
    6         as in D.Krannich's thesis.
    7 
    8 
    9 
    10  2003/03/24: Thomas Bretz
    11 
    12     * manalysis/MHillasSrcCalc.[h,cc]:
    13       - removed last argument in constructor, replaced by SetInput
    14 
    15     * mfilter/MFEventSelector.[h,cc]:
    16       - removed unnecessary last argument
    17 
    18 
    19 
    20 
    21  2003/03/21: Thomas Hengstebeck
    22  
    23     * manalysis/MRanTree.[h,cc]
    24       - new; parameter container to store a single random tree
    25 
    26     * manalysis/MRanForest.[h,cc]
    27       - new; parameter container to store complete forest
    28 
    29     * manalysis/MRanForestGrow.[h,cc]
    30       - new; task to grow trees (training)
    31 
    32     * manalysis/MRanForestCalc.[h,cc]
    33       - new; task to calculate hadronness using random forest
    34 
    35     * manalysis/MRanForestFill.[h,cc]
    36       - new; task to read in the trees of the random forest
    37 
    38     * manalysis/Makefile, manalysis/HistLinkDef.h:
    39       - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc, MRanForestFill
    40 
    41     * mhist/MHRanForest.[h,cc]
    42       - new; histogram showing variance of estimated hadronness as function of no. of combined trees
    43 
    44     * mhist/MHRanForestGini.[h,cc]
    45       - new; histogram showing mean decrease in Gini-index as function of RF-input-parameters
    46 
    47     * mhist/Makefile, mhist/HistLinkDef.h:
    48       - added MHRanForest, MHRanForestHillas
    49 
    50     * macros/RanForest.C
    51       - new; g/h-separation by Random Forest-method
    52 
    53     * macros/RanForest2.C
    54       - new; reading in saved random forest (using MRanForestFill)
    55 
    56 
    57 
    58  2003/03/21: Abelardo Moralejo
    59 
    60     * mhist/MHMatrix.[h,cc]:
    61       - Added third argument (a filter) to the second instantiation
    62         of the Fill procedure.
    63 
    64     * macros/CT1EnergyEst.C:
    65       - Example of the parameter calculation and use of the energy
    66         estimation method for CT1.
    67 
    68 
    69 
    70  2003/03/21: Thomas Bretz
    71 
    72     * manalysis/MEnergyEstParam.[h,cc]
    73       - Added StopMapping and Print functions.
    74 
    75     * manalysis/MSel*.h:
    76       - set default for HilName to MHillas
    77       - set default for HilNameSrc to MHillasSrc
    78 
    79     * mfileio/MCT1ReadPreProc.[h,cc]:
    80       - do not flood the output with all events from the first run
    81       - output meaningfull text instead of variable names
    82       - removed a 'goto'!
    83       - changed savePedRMS according to the coding conventions to
    84         fPedRMS and the array of fixed size to a TArrayF
    85    
    86     * mbase/MEvtLoop.cc:
    87       - added a events counter which counts the real number of
    88         processed events.
    89 
    90     * mdata/MDataChain.[h,cc]:
    91       - implemented random numbers
    92       - implemented a conversion from degrees to radians and vice versa
    93 
    94 
    95 
    96  2003/03/20: Thomas Bretz
    97 
    98     * mfilter/MF.[h,cc]:
    99       - changed fFilter (already used in base class MTask) to fF
    100 
    101 
    102 
    103  2003/03/19: Abelardo Moralejo
    104 
    105     * macros/CT1collarea.C:
    106       - Added filter to cut in hadronness (now available in new version
    107         of root CT1 Monte Carlo file from Wolfgang).
    108 
    109 
    110 
    111  2003/03/19: Robert Wagner
    112 
    113     * mhist/MH3.cc:
    114       - changed MH3::New() such that constructor according to Thomas'
    115         previous changes is supported
    116 
    117 
    118 
    119  2003/03/19: Thomas Bretz
    120 
    121     * mhist/MH3.[h,cc]:
    122       - changed default constructor to support different dimensions
    123 
    124     * mhist/MHArray.[h,cc]:
    125       - added AddHistogram
    126 
    127     * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
    128       meventdisp/MReadMarsFile.cc:
    129       - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
    130 
    131     * macros/estfit.C:
    132       - adopted to new MChisqEval
    133 
    134     * mtools/MChisqEval.[h,cc]:
    135       - added
    136 
    137     * mtools/Makefile, mtools/ToolsLinkDef.h:
    138       - added MChisqEval
    139 
    140     * manalysis/MEnergyEstParam.[h,cc]:
    141       - slight changes
    142    
    143     * mfileio/MCT1ReadPreProc.cc:
    144       - changed name to MRead
    145 
    146 
    147 
    148  2003/03/18: Thomas Bretz
    149 
    150     * mfileio/MReadTree.cc:
    151       - fixed a bug in the AddFile function
    152 
    153     * mhist/MHMatrix.[h,cc]:
    154       - implemented a request of Th. Hengstebeck: Let DefRefMatrix
    155         return the 'unused' events
    156 
    157 
    158 
    159  2003/03/18: Abelardo Moralejo
    160 
    161     * mhist/MHMcCT1CollectionArea.[h,cc]
    162       - Added arguments in constructor: number of bins and ranges of the
    163         x-axis (energy) of the 2-d histograms. Changed type of binning:
    164         now the x-axis is log10(energy) and bins have equal width.
    165 
    166     * macros/CT1collarea.C
    167       - The MHMcCT1CollectionArea object is now created and added to the
    168         parlist so that  we can choose the binning. Changed the way
    169         histograms are written to the output file.
    170 
    171 
    172  2003/03/13: Abelardo moralejo
    173 
    174     * mhist/MHMcCT1CollectionArea.[h,cc]
    175       - Added for calculations of collection area for CT1.Contains three
    176         2-d histograms with axis energy vs theta angle: one histogram for
    177         all events, one for analyzed events, one for the collection area.
    178 
    179     * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
    180       - Added for the same reason.
    181 
    182     * macros/CT1collarea.C
    183       - Uses the above classes
    184 
    185 
    186 
    187  2003/03/12: Abelardo Moralejo
    188 
    189     * macros/mergecamera.C
    190       - Added. Merges several MC camera output files into a single file.
    191 
     2
     3
     4 2003/03/25: Wolfgang Wittek
     5
     6    * mhist/MHStarMap.[h,cc]
     7      - use constant step size along the main axis of the ellipse
     8
     9    * manalysis/MPointingCorr.[h,cc]
     10      - new class for calculating the pointing correction
     11
     12    * mmc/MMMcEvt.hxx
     13      - add GetOtherCphFraction()
     14
     15    * manalysis/Makefile
     16
     17    * manalysis/AnalysisLinkDef.h
    19218
    19319
     
    20430      - add SetDirectory(NULL)
    20531
    206     * manalysis/MSelBasic.[h,cc]
    207                 MSelStandard.[h,cc]
    208                 MSelFinal.[h,cc]
     32    * manalysis/ MSelBasic.[h,cc]
     33                 MSelStandard.[h,cc]
     34                 MSelFinal.[h,cc]
    20935      - more detailed output for errors
    21036      - bugs removed
    21137     
    212     * manalysis/MPadSchweizer.[h,cc]
     38    * manalysis/ MPadSchweizer.[h,cc]
    21339      - add SetDirectory(NULL)
    21440      - add fErrors
    21541
    216     * mfilter/MFEventSelector.[h,cc]
     42    * mfilter/ MFEventSelector.[h,cc]
    21743      - add fErrors
    21844
     
    23258        a run header
    23359
    234     * mmc/MMcEvt.[hxx,cxx]]
     60    * mmc/ MMcEvt.[hxx,cxx]]
    23561      - add GetEvtNumber()
    236 
    23762
    23863
     
    25378
    25479    * mmain/MMonteCarlo.cc
    255       - Fixed bug: matrix BgR was created with dimension "dim", a number
    256         which can be negative. Put "num" instead of "dim".
    257 
     80      - Fixed bug: matrix BgR was created with dimension "dim", a number which
     81        can be negative. Put "num" instead of "dim".
    25882
    25983
  • trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h

    r1859 r1868  
    5757#pragma link C++ class MSelStandard+;
    5858#pragma link C++ class MSelFinal+;
     59#pragma link C++ class MPointingCorr+;
    5960
    6061#pragma link C++ class MMcTriggerLvl2+;
     
    6667
    6768
     69
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r1859 r1868  
    6969           MSelBasic.cc \
    7070           MSelStandard.cc \
    71            MSelFinal.cc
     71           MSelFinal.cc \
     72           MPointingCorr.cc
     73
    7274
    7375SRCS    = $(SRCFILES)
Note: See TracChangeset for help on using the changeset viewer.