Changeset 1878


Ignore:
Timestamp:
03/28/03 13:02:20 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1876 r1878  
    3333      mhist/Makefile
    3434
     35
     36
     37 2003/03/27: Thomas Hengstebeck
     38
     39    * manalysis/MRanForest.[h,cc]
     40      - allocation of TObjArray fForest moved to constructor.
     41      - use of gRandom
     42
     43    * manalysis/MRanTree.[h,cc]
     44      - use of gRandom
     45   
     46    * macros/RanForest.C
     47      - gRandom initialized as TRandom3 object.
     48 
     49
     50
    3551 2003/03/25: Abelardo Moralejo
    3652
     
    4864      - new class for calculating the pointing correction
    4965
    50     * mmc/MMMcEvt.hxx
     66    * mmc/MMcEvt.hxx
    5167      - add GetOtherCphFraction()
    5268
     
    5470
    5571    * manalysis/AnalysisLinkDef.h
     72
     73
     74
     75 2003/03/24: Abelardo Moralejo
     76
     77    * manalysis/MEnergyEstParam.cc
     78      - now energy estimation (for CT1) is done using the same model
     79        as in D.Krannich's thesis.
     80
     81
     82
     83 2003/03/24: Thomas Bretz
     84
     85    * manalysis/MHillasSrcCalc.[h,cc]:
     86      - removed last argument in constructor, replaced by SetInput
     87
     88    * mfilter/MFEventSelector.[h,cc]:
     89      - removed unnecessary last argument
     90
     91
     92
     93 2003/03/21: Thomas Hengstebeck
     94 
     95    * manalysis/MRanTree.[h,cc]
     96      - new; parameter container to store a single random tree
     97
     98    * manalysis/MRanForest.[h,cc]
     99      - new; parameter container to store complete forest
     100
     101    * manalysis/MRanForestGrow.[h,cc]
     102      - new; task to grow trees (training)
     103
     104    * manalysis/MRanForestCalc.[h,cc]
     105      - new; task to calculate hadronness using random forest
     106
     107    * manalysis/MRanForestFill.[h,cc]
     108      - new; task to read in the trees of the random forest
     109
     110    * manalysis/Makefile, manalysis/HistLinkDef.h:
     111      - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
     112        MRanForestFill
     113
     114    * mhist/MHRanForest.[h,cc]
     115      - new; histogram showing variance of estimated hadronness as
     116        function of no. of combined trees
     117
     118    * mhist/MHRanForestGini.[h,cc]
     119      - new; histogram showing mean decrease in Gini-index as function
     120        of RF-input-parameters
     121
     122    * mhist/Makefile, mhist/HistLinkDef.h:
     123      - added MHRanForest, MHRanForestHillas
     124
     125    * macros/RanForest.C
     126      - new; g/h-separation by Random Forest-method
     127
     128    * macros/RanForest2.C
     129      - new; reading in saved random forest (using MRanForestFill)
     130
     131
     132
     133 2003/03/21: Abelardo Moralejo
     134
     135    * mhist/MHMatrix.[h,cc]:
     136      - Added third argument (a filter) to the second instantiation
     137        of the Fill procedure.
     138
     139    * macros/CT1EnergyEst.C:
     140      - Example of the parameter calculation and use of the energy
     141        estimation method for CT1.
     142
     143
     144
     145 2003/03/21: Thomas Bretz
     146
     147    * manalysis/MEnergyEstParam.[h,cc]
     148      - Added StopMapping and Print functions.
     149
     150    * manalysis/MSel*.h:
     151      - set default for HilName to MHillas
     152      - set default for HilNameSrc to MHillasSrc
     153
     154    * mfileio/MCT1ReadPreProc.[h,cc]:
     155      - do not flood the output with all events from the first run
     156      - output meaningfull text instead of variable names
     157      - removed a 'goto'!
     158      - changed savePedRMS according to the coding conventions to
     159        fPedRMS and the array of fixed size to a TArrayF
     160   
     161    * mbase/MEvtLoop.cc:
     162      - added a events counter which counts the real number of
     163        processed events.
     164
     165    * mdata/MDataChain.[h,cc]:
     166      - implemented random numbers
     167      - implemented a conversion from degrees to radians and vice versa
     168
     169
     170
     171 2003/03/20: Thomas Bretz
     172
     173    * mfilter/MF.[h,cc]:
     174      - changed fFilter (already used in base class MTask) to fF
     175
     176
     177
     178 2003/03/19: Abelardo Moralejo
     179
     180    * macros/CT1collarea.C:
     181      - Added filter to cut in hadronness (now available in new version
     182        of root CT1 Monte Carlo file from Wolfgang).
     183
     184
     185
     186 2003/03/19: Robert Wagner
     187
     188    * mhist/MH3.cc:
     189      - changed MH3::New() such that constructor according to Thomas'
     190        previous changes is supported
     191
     192
     193
     194 2003/03/19: Thomas Bretz
     195
     196    * mhist/MH3.[h,cc]:
     197      - changed default constructor to support different dimensions
     198
     199    * mhist/MHArray.[h,cc]:
     200      - added AddHistogram
     201
     202    * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
     203      meventdisp/MReadMarsFile.cc:
     204      - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
     205
     206    * macros/estfit.C:
     207      - adopted to new MChisqEval
     208
     209    * mtools/MChisqEval.[h,cc]:
     210      - added
     211
     212    * mtools/Makefile, mtools/ToolsLinkDef.h:
     213      - added MChisqEval
     214
     215    * manalysis/MEnergyEstParam.[h,cc]:
     216      - slight changes
     217   
     218    * mfileio/MCT1ReadPreProc.cc:
     219      - changed name to MRead
     220
     221
     222
     223 2003/03/18: Thomas Bretz
     224
     225    * mfileio/MReadTree.cc:
     226      - fixed a bug in the AddFile function
     227
     228    * mhist/MHMatrix.[h,cc]:
     229      - implemented a request of Th. Hengstebeck: Let DefRefMatrix
     230        return the 'unused' events
     231
     232
     233
     234 2003/03/18: Abelardo Moralejo
     235
     236    * mhist/MHMcCT1CollectionArea.[h,cc]
     237      - Added arguments in constructor: number of bins and ranges of the
     238        x-axis (energy) of the 2-d histograms. Changed type of binning:
     239        now the x-axis is log10(energy) and bins have equal width.
     240
     241    * macros/CT1collarea.C
     242      - The MHMcCT1CollectionArea object is now created and added to the
     243        parlist so that  we can choose the binning. Changed the way
     244        histograms are written to the output file.
     245
     246
     247
     248 2003/03/13: Abelardo moralejo
     249
     250    * mhist/MHMcCT1CollectionArea.[h,cc]
     251      - Added for calculations of collection area for CT1.Contains three
     252        2-d histograms with axis energy vs theta angle: one histogram for
     253        all events, one for analyzed events, one for the collection area.
     254
     255    * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
     256      - Added for the same reason.
     257
     258    * macros/CT1collarea.C
     259      - Uses the above classes
     260
     261
     262
     263 2003/03/12: Abelardo Moralejo
     264
     265    * macros/mergecamera.C
     266      - Added. Merges several MC camera output files into a single file.
     267
    56268
    57269
     
    68280      - add SetDirectory(NULL)
    69281
    70     * manalysis/ MSelBasic.[h,cc]
    71                  MSelStandard.[h,cc]
    72                  MSelFinal.[h,cc]
     282    * manalysis/MSelBasic.[h,cc]
     283                MSelStandard.[h,cc]
     284                MSelFinal.[h,cc]
    73285      - more detailed output for errors
    74286      - bugs removed
    75287     
    76     * manalysis/ MPadSchweizer.[h,cc]
     288    * manalysis/MPadSchweizer.[h,cc]
    77289      - add SetDirectory(NULL)
    78290      - add fErrors
    79291
    80     * mfilter/ MFEventSelector.[h,cc]
     292    * mfilter/MFEventSelector.[h,cc]
    81293      - add fErrors
    82294
     
    96308        a run header
    97309
    98     * mmc/ MMcEvt.[hxx,cxx]]
     310    * mmc/MMcEvt.[hxx,cxx]:
    99311      - add GetEvtNumber()
     312
    100313
    101314
     
    110323
    111324    * mhist/MHMcRate.[h,cc]
    112       - Added member fTriggerCondNum to keep track of what trigger condition
    113         corresponds to each MHMcRate object, for the case of files with more
    114         than one condition (when running camera in trigger_loop mode). Added
    115         also Set and Get procedures for nre member.
     325      - Added member fTriggerCondNum to keep track of what trigger
     326        condition corresponds to each MHMcRate object, for the case of
     327        files with more than one condition (when running camera in
     328        trigger_loop mode). Added also Set and Get procedures for nre
     329        member.
    116330
    117331    * mmain/MMonteCarlo.cc
    118       - Fixed bug: matrix BgR was created with dimension "dim", a number which
    119         can be negative. Put "num" instead of "dim".
     332      - Fixed bug: matrix BgR was created with dimension "dim", a number
     333        which can be negative. Put "num" instead of "dim".
     334
    120335
    121336
Note: See TracChangeset for help on using the changeset viewer.