Ignore:
Timestamp:
06/03/04 10:04:27 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4189 r4267  
    195195    void     DrawProjection (Int_t fit=0) const;
    196196    void     DrawRadialProfile()           const;
     197    void     DrawAzimuthProfile()          const;
    197198
    198199    void     SavePrimitive(ofstream &out, Option_t *);
     
    253254    TProfile *RadialProfileS(const TArrayI &sector, const TArrayI &aidx, const char *name="_rad", const Int_t nbins=25) const;
    254255
     256    TProfile *AzimuthProfile(const char *name="_azi") const { return  AzimuthProfileA(TArrayI(), name);  }
     257    TProfile *AzimuthProfile(Int_t aidx, const char *name="_rad", const Int_t nbins=60) const
     258      {
     259        return AzimuthProfileA(TArrayI(1, &aidx), name, nbins);
     260      }
     261    TProfile *AzimuthProfileA(const TArrayI &aidx, const char *name="_rad", const Int_t nbins=60) const;
     262   
    255263    void CamDraw(TCanvas &c, const Int_t x, const Int_t y,
    256                  const Int_t fit, const Int_t rad=0,
     264                 const Int_t fit, const Int_t rad=0, const Int_t azi=0,
    257265                 TObject *notify=NULL);             
    258266   
Note: See TracChangeset for help on using the changeset viewer.