Ignore:
Timestamp:
02/25/03 21:49:22 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1792 r1795  
    1 
    2                                                          -*-*- END -*-*-
     1                                                 -*-*- END OF LINE -*-*-
     2 2003/02/25: Thomas Bretz
     3
     4    * mbase/MParContainer.cc:
     5      - small simplification for Cosy
     6   
     7    * mbase/MLog.cc:
     8      - allow a maximum of 1000 lines in the gui
     9
     10
     11
    312 2003/02/25: Abelardo Moralejo
    413
     
    918      - Added output file with rate histograms
    1019
     20
     21
    1122 2003/02/24: Abelardo Moralejo
    1223
    1324    * mmontecarlo/MMcTriggerRateCalc.[h,cc]
    14       - Fixed mistake when analysing camera files containing all events
    15         (including non-triggers): fShowers was always zero.
     25      - Fixed mistake when analysing camera files containing all
     26        events (including non-triggers): fShowers was always zero.
    1627      - Added reading of MMcTrigHeaders in ReInit
    17       - Added procedure Draw for graphics output: rate versus discriminator
    18         threshold (useful for camera files with several trigger conditions).
     28      - Added procedure Draw for graphics output: rate versus
     29        discriminator threshold (useful for camera files with several
     30        trigger conditions).
    1931
    2032    * macros/trigrate.C
    21       - Added some explanations. Style improvements in function GetNSBEvents.
    22         Added call to MMcTriggerRateCalc::Draw
     33      - Added some explanations. Style improvements in function
     34        GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
    2335
    2436    * mhist/MHMcRate.[h,cc]
     
    2638      - Added members fMultiplicity and fMeanThreshold, with their
    2739        corresponding Set and Get functions
    28       - Added info on discriminator threshold and L1 trigger multiplicity
    29         on the printout.
     40      - Added info on discriminator threshold and L1 trigger
     41        multiplicity on the printout.
    3042
    3143    * mmc/MMcTrigHeader.hxx
    3244      - Added GetMultiplicity() and GetMeanThreshold()
    3345
     46
     47
    3448 2003/02/22: Wolfgang Wittek
    3549
     
    4155
    4256    * mhist/MHSigmaTheta.[h,cc]
    43       - type inconsisitency removed
     57      - type inconsistency removed
     58
    4459
    4560
     
    4863    * mmontecarlo/MMcTriggerRateCalc.[h,cc]
    4964      - adapted to new camera files, added warnings.
    50       - added ReInit procedure to read relevant info from from the run headers
     65      - added ReInit procedure to read relevant info from from the
     66        run headers
    5167
    5268    * mhist/MHMcRate.[h,cc]
     
    5975      - adapted to changes above, changed MReadTree to MReadMarsFile to
    6076        be able to read the run headers.
     77
     78
    6179
    6280 2003/02/21: Antonio Stamerra
     
    85103
    86104
     105
    87106 2003/02/20: Wolfgang Wittek
    88107
     
    109128    * mhist/MH.cc
    110129      - Removed call to TGaxis::Optimize for compilation under root
    111         versions > 3.03, since in them this procedure is no longer existing.
    112         I did this to allow compilation under root_3.04, since earlier
    113         versions has a bug which prevents from plotting in the simple way
    114         some variables in a tree (example: fConc and others in the output
    115         of star.C). This is a temporal fix, I guess something will have to
     130        versions > 3.03, since in them this procedure is no longer
     131        existing. I did this to allow compilation under root_3.04,
     132        since earlier versions has a bug which prevents from
     133        plotting in the simple way some variables in a tree
     134        (example: fConc and others in the output  of star.C). This
     135        is a temporal fix, I guess something will have to
    116136        substitute the call to Optimize...
    117137
     
    130150                Calc(); CalcPseudoSize (not yet implemented)
    131151      - Redefined Print() function as a TObject.
    132       - pixels_in_cell and pixels_in_lut redefined as static data members
     152      - pixels_in_cell and pixels_in_lut redefined as static data
     153        members
    133154
    134155    * manalysis/MMcTriggerLvl2Calc.[cc|h]
     
    159180              fHillas = (MHillas*)pList->FindCreateObj(fHilName);
    160181        by         
    161               fHillas = (MHillas*)pList->FindCreateObj("MHillas",fHilName);
     182              fHillas = (MHillas*)pList->FindCreateObj("MHillas",
     183                                                       fHilName);
    162184        in order to allow MHillas containers with a name
    163185                                  different from "MHillas"
     
    181203      - add member function DefRefMatrix();
    182204        it defines the reference sample for the g/h separation;
    183         the selection of events for the reference sample can be made such
    184         that the distribution of a certain variable (for example Theta)
    185         agrees with a target distribution.
     205        the selection of events for the reference sample can be made
     206        such that the distribution of a certain variable (for example
     207        Theta) agrees with a target distribution.
    186208
    187209    * mfilter/MFEventSelector.[h,cc]
    188210      - add new argument for constructor:
    189211                the name of the read object
    190         in order to allow also read objects which have a name different from
     212        in order to allow also read objects which have a name
     213        different from
    191214           "MRead"       
    192215
     
    210233
    211234    * Makefile.conf.osf1
    212       - Added -lpthread to compilation flags (otherwise linking fails in alfa)
     235      - Added -lpthread to compilation flags (otherwise linking fails
     236        in alfa)
    213237
    214238    * manalysis/Makefile, AnalysisLinkDef.h
     
    231255    * manalysis/MSigmabar.[h,cc]
    232256      - new definition of Sigmabar (only relevant for MAGIC)
    233       - add in member function 'Calc' a 3rd argument : 'const MCerPhotEvt &evt'
     257      - add in member function 'Calc' a 3rd argument : 'const
     258        MCerPhotEvt &evt'
    234259      - calculate sigmabar for 'MCerPhotEvt' pixels
    235       - in member function 'Calc' return Float_t fSigmabar instead of Bool_t
     260      - in member function 'Calc' return Float_t fSigmabar instead of
     261        Bool_t
    236262      - copies of objects replaced by references
    237263
     
    242268
    243269    * mfileio/MCT1ReadPreProc.cc
    244       - add in member function PreProcess() the initialization of the total
    245         number of pixels :
     270      - add in member function PreProcess() the initialization of the
     271        total number of pixels :
    246272                               fPedest->InitSize(iMAXNUMPIX);
    247       - remove statements that cannot be reached ('break' after 'return')
     273      - remove statements that cannot be reached ('break' after
     274        'return')
    248275
    249276    * manalysis/MPadSchweizer.[h,cc]
     
    264291    * manalysis/MTrigLvl2.[cc|h]
    265292      - added new function
    266         MTrigLvl2::GetLutCompactPixel(int cell, int lut, int neighpix=2)
    267         which calculates the number of compact pixel in one lut
    268       - added new function GetLutPseudoSize(int neighpix=2) which calculates
    269         the lut-pseudosize
     293        MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
     294        neighpix=2) which calculates the number of compact pixel
     295        in one lut
     296      - added new function GetLutPseudoSize(int neighpix=2) which
     297        calculates the lut-pseudosize
    270298      - added static data member pixel_in_lut
    271299      - merging of the PrintCell and PrintStatus functions in a single
Note: See TracChangeset for help on using the changeset viewer.