Changeset 2103


Ignore:
Timestamp:
05/09/03 10:47:25 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2102 r2103  
    2626   * mhist/MHMatrix.cc:
    2727     - compressed some debug outputs
     28
     29   * manalysis/MSigmabar.[h,cc]:
     30     - deleted the fCalcPixNum variable (not used).
    2831
    2932
  • trunk/MagicSoft/Mars/manalysis/MSigmabar.cc

    r2052 r2103  
    5757// --------------------------------------------------------------------------
    5858//
    59 MSigmabar::MSigmabar(const char *name, const char *title) : fCalcPixNum(kTRUE)
     59MSigmabar::MSigmabar(const char *name, const char *title)
    6060{
    6161    fName  = name  ? name  : "MSigmabar";
  • trunk/MagicSoft/Mars/manalysis/MSigmabar.h

    r1951 r2103  
    2525    Int_t  fOuterPixels;       // Overall number of outer pixels
    2626
    27     Bool_t  fCalcPixNum;
    28    
    2927public:
    30 
    3128    MSigmabar(const char *name=NULL, const char *title=NULL);
    3229    ~MSigmabar();
Note: See TracChangeset for help on using the changeset viewer.