Changeset 1737 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/28/03 09:01:51 (22 years ago)
Author:
rwagner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.cc

    r1729 r1737  
    130130  fSigmabarMin = TMath::Min((Double_t)fSig->GetSigmabar(), fSigmabarMin);
    131131
    132   if (fMcEvt->GetThetaTelescope()*kRad2Deg < 90)
    133     fThetaMax    = TMath::Max(fMcEvt->GetThetaTelescope()*kRad2Deg, fThetaMax);
    134   fThetaMin    = TMath::Min(fMcEvt->GetThetaTelescope()*kRad2Deg, fThetaMin);
     132  if (fMcEvt->GetTelescopeTheta()*kRad2Deg < 90)
     133    fThetaMax    = TMath::Max(fMcEvt->GetTelescopeTheta()*kRad2Deg, fThetaMax);
     134  fThetaMin    = TMath::Min(fMcEvt->GetTelescopeTheta()*kRad2Deg, fThetaMin);
    135135
    136136  return rc;
  • trunk/MagicSoft/Mars/manalysis/MSigmabarCalc.h

    r1693 r1737  
    2626#endif
    2727
     28#ifndef MARS_MRawRunHeader
     29#include "MRawRunHeader.h"
     30#endif
     31
    2832class MSigmabarCalc : public MTask
    2933{
    3034private:
    31     const MGeomCam     *fCam; 
    32     const MPedestalCam *fPed; 
     35    const MGeomCam      *fCam; 
     36    const MPedestalCam  *fPed; 
     37    const MRawRunHeader *fRun;
    3338    MSigmabar    *fSig;
    3439    Double_t fSigmabarMin; // Parametrization
Note: See TracChangeset for help on using the changeset viewer.