Ignore:
Timestamp:
02/11/09 12:36:28 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r9316 r9317  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.115 2009-02-11 12:17:43 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.116 2009-02-11 12:25:42 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    23252325    }
    23262326}
    2327 /*
     2327
    23282328// --------------------------------------------------------------------------
    23292329//
     
    23392339    obj2->Draw();
    23402340    obj2->SetBit(kCanDelete);
    2341 
     2341/*
    23422342    if (GetGeomCam().InheritsFrom("MGeomCamMagic"))
    23432343    {
     
    23752375        }
    23762376    }
     2377*/
    23772378}
    23782379
     
    23922393    obj2->Fit("pol0","Q","");
    23932394    obj2->GetFunction("pol0")->SetLineWidth(1);
    2394 
     2395/*
    23952396    if (GetGeomCam().InheritsFrom("MGeomCamMagic"))
    23962397    {
     
    24152416        }
    24162417    }
    2417 }
    24182418*/
     2419}
     2420
    24192421// --------------------------------------------------------------------------
    24202422//
     
    24352437//
    24362438void MHCamera::CamDraw(TCanvas &c, const Int_t x, const Int_t y,
    2437                        const Int_t fit, /*const Int_t rad, const Int_t azi,*/
     2439                       const Int_t fit, const Int_t rad, const Int_t azi,
    24382440                       TObject *notify)
    24392441{
     
    24552457
    24562458    Int_t cnt = 2;
    2457 /*
     2459
    24582460    if (rad)
    24592461    {
     
    24732475        cnt++;
    24742476    }
    2475   */
     2477
    24762478    if (fit<0)
    24772479        return;
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r9316 r9317  
    11/* ======================================================================== *\
    2 !  $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.68 2009-02-11 12:17:43 tbretz Exp $
     2!  $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.69 2009-02-11 12:25:42 tbretz Exp $
    33\* ======================================================================== */
    44#ifndef MARS_MHCamera
     
    230230    TObject *DrawClone(Option_t *option="") const;
    231231    void     DrawProjection (Int_t fit=0) const;
    232 //    void     DrawRadialProfile()           const;
    233 //    void     DrawAzimuthProfile()          const;
     232    void     DrawRadialProfile()           const;
     233    void     DrawAzimuthProfile()          const;
    234234
    235235    void     SavePrimitive(ostream &out, Option_t *);
     
    319319   
    320320    void CamDraw(TCanvas &c, const Int_t x, const Int_t y,
    321                  const Int_t fit, /*const Int_t rad=0, const Int_t azi=0,*/
     321                 const Int_t fit, const Int_t rad=0, const Int_t azi=0,
    322322                 TObject *notify=NULL);             
    323323   
Note: See TracChangeset for help on using the changeset viewer.