Changeset 929 for trunk


Ignore:
Timestamp:
09/20/01 12:54:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r927 r929  
    4545       
    4646   * macros/MagicHillas.C:
    47      - changed to new stilish histogram fillers.
     47     - changed to new stylish histogram fillers.
    4848
    4949   * mhist/MHMcRate.cc:
    5050     - some simplifications to the constructors
    5151     - some accelerations of the rate calculation
     52     
     53   * mhist/MHHillas.C:
     54     - added axis descriptions (thanks to Rudy)
    5255
    5356
  • trunk/MagicSoft/Mars/NEWS

    r906 r929  
    11                                                               -*-*- END -*-*-
    2                                                                
     2
     3
    34 *** Version 0.4
     5
     6    - This release is made to compile on a root version >= 3.00
    47
    58    - Fixed a bug which causes MReadTree to read the first file only
     
    1922    - added filters to be able to control the task execution dependent on
    2023      a parameter (for example: the number of level 1 triggers in a MC-file)
    21    
    22  
     24
     25
     26
    2327 *** Version 0.3 (2001/04/23)
    2428       
     
    3943
    4044
     45
    4146 *** Version 0.2 (2001/01/24)
    4247 
     
    4449      gui with the command mars.
    4550
    46  
     51
     52
    4753 *** Version 0.1 (2000/12/20)
    4854 
  • trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.cc

    r867 r929  
    162162            const Double_t r2  = fHistSel->GetYaxis()->GetBinLowEdge(iy+1);
    163163
    164             const Double_t A   = kPI * (r2*r2 - r1*r1);
     164            const Double_t A   = TMath::Pi() * (r2*r2 - r1*r1);
    165165
    166166            const Double_t eff = fHistSel->GetCellContent(ix, iy);
Note: See TracChangeset for help on using the changeset viewer.