Changeset 1934 for trunk/MagicSoft/Mars/manalysis/MCT1SupercutsCalc.h
- Timestamp:
- 04/09/03 20:10:16 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCT1SupercutsCalc.h
r1917 r1934 36 36 Double_t fMm2Deg; 37 37 38 39 38 //--------------------------------- 40 39 // 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]; 51 49 //--------------------------------- 52 50 51 void InitParams(); 53 52 54 53 public:
Note:
See TracChangeset
for help on using the changeset viewer.