Ignore:
Timestamp:
04/09/03 20:10:16 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCT1SupercutsCalc.h

    r1917 r1934  
    3636    Double_t    fMm2Deg;
    3737
    38 
    3938    //---------------------------------
    4039    // cut parameters
    41        
    42     double lengthup[8];
    43     double widthup[8];
    44     double distup[8];
    45     double lengthlow[8];
    46     double widthlow[8];
    47     double distlow[8];
    48     double asymup[8];
    49     double asymlow[8];
    50     double alphaup[8];
     40    Double_t fLengthUp[8];
     41    Double_t fWidthUp[8];
     42    Double_t fDistUp[8];
     43    Double_t fLengthLo[8];
     44    Double_t fWidthLo[8];
     45    Double_t fDistLo[8];
     46    Double_t fAsymUp[8];
     47    Double_t fAsymLo[8];
     48    Double_t fAlphaUp[8];
    5149    //---------------------------------
    5250
     51    void InitParams();
    5352
    5453public:
Note: See TracChangeset for help on using the changeset viewer.