Ignore:
Timestamp:
06/08/04 11:32:57 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4267 r4280  
    255255
    256256    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
     257    TProfile *AzimuthProfile(Int_t aidx, const char *name="_rad", const Int_t nbins=25) const
    258258      {
    259259        return AzimuthProfileA(TArrayI(1, &aidx), name, nbins);
    260260      }
    261     TProfile *AzimuthProfileA(const TArrayI &aidx, const char *name="_rad", const Int_t nbins=60) const;
     261    TProfile *AzimuthProfileA(const TArrayI &aidx, const char *name="_rad", const Int_t nbins=25) const;
    262262   
    263263    void CamDraw(TCanvas &c, const Int_t x, const Int_t y,
Note: See TracChangeset for help on using the changeset viewer.