Ignore:
Timestamp:
06/02/08 10:36:33 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc

    r8709 r8911  
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2006
     21!   Copyright: MAGIC Software Development, 2000-2008
    2222!
    2323!
     
    3535//////////////////////////////////////////////////////////////////////////////
    3636#include "MHCollectionArea.h"
     37
     38#include <TMath.h>
    3739
    3840#include <TLatex.h>
     
    112114    fHistAll.Sumw2();
    113115    fHEnergy.Sumw2();
     116}
     117
     118// --------------------------------------------------------------------------
     119//
     120// Return the Area defined by fMcAreaRadius
     121//
     122Double_t MHCollectionArea::GetCollectionAreaAbs() const
     123{
     124    return TMath::Pi()*fMcAreaRadius*fMcAreaRadius;
    114125}
    115126
Note: See TracChangeset for help on using the changeset viewer.