- Timestamp:
- 09/20/01 12:54:20 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r927 r929 45 45 46 46 * macros/MagicHillas.C: 47 - changed to new st ilish histogram fillers.47 - changed to new stylish histogram fillers. 48 48 49 49 * mhist/MHMcRate.cc: 50 50 - some simplifications to the constructors 51 51 - some accelerations of the rate calculation 52 53 * mhist/MHHillas.C: 54 - added axis descriptions (thanks to Rudy) 52 55 53 56 -
trunk/MagicSoft/Mars/NEWS
r906 r929 1 1 -*-*- END -*-*- 2 2 3 3 4 *** Version 0.4 5 6 - This release is made to compile on a root version >= 3.00 4 7 5 8 - Fixed a bug which causes MReadTree to read the first file only … … 19 22 - added filters to be able to control the task execution dependent on 20 23 a parameter (for example: the number of level 1 triggers in a MC-file) 21 22 24 25 26 23 27 *** Version 0.3 (2001/04/23) 24 28 … … 39 43 40 44 45 41 46 *** Version 0.2 (2001/01/24) 42 47 … … 44 49 gui with the command mars. 45 50 46 51 52 47 53 *** Version 0.1 (2000/12/20) 48 54 -
trunk/MagicSoft/Mars/mhist/MHMcCollectionArea.cc
r867 r929 162 162 const Double_t r2 = fHistSel->GetYaxis()->GetBinLowEdge(iy+1); 163 163 164 const Double_t A = kPI* (r2*r2 - r1*r1);164 const Double_t A = TMath::Pi() * (r2*r2 - r1*r1); 165 165 166 166 const Double_t eff = fHistSel->GetCellContent(ix, iy);
Note:
See TracChangeset
for help on using the changeset viewer.