Changeset 8911 for trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
- Timestamp:
- 06/02/08 10:36:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
r8709 r8911 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 621 ! Copyright: MAGIC Software Development, 2000-2008 22 22 ! 23 23 ! … … 35 35 ////////////////////////////////////////////////////////////////////////////// 36 36 #include "MHCollectionArea.h" 37 38 #include <TMath.h> 37 39 38 40 #include <TLatex.h> … … 112 114 fHistAll.Sumw2(); 113 115 fHEnergy.Sumw2(); 116 } 117 118 // -------------------------------------------------------------------------- 119 // 120 // Return the Area defined by fMcAreaRadius 121 // 122 Double_t MHCollectionArea::GetCollectionAreaAbs() const 123 { 124 return TMath::Pi()*fMcAreaRadius*fMcAreaRadius; 114 125 } 115 126
Note:
See TracChangeset
for help on using the changeset viewer.