Changeset 18105 for trunk/Mars/fact


Ignore:
Timestamp:
02/11/15 14:27:39 (10 years ago)
Author:
Daniela Dorner
Message:
new coefficients for new FACT disp parametrization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/ganymed.C

    r18074 r18105  
    7979                    "Cut2");
    8080
    81     TArrayD param(12);
     81    TArrayD param(11);
    8282    // Parametrization of Disp
    83     param[0]  =  1.15136;     // constant
    84     param[8]  =  0.0681437;   // slope
    85     param[9]  =  2.62932;     // leak
    86     param[10] =  1.51279;     // size-offset
    87     param[11] =  0.0507821;   // size-slope
     83    // for new cleaning
     84    param[0]  =  1.39252;  // constant
     85    param[8]  =  0.154247; // slope
     86    param[9]  =  1.67972;  // leak
     87    param[10] =  4.86232;  // leak
     88    // for old cleaning
     89    //param[0]  =  1.34723;  // constant
     90    //param[8]  =  0.15214;  // slope
     91    //param[9]  =  0.970704; // leak
     92    //param[10] =  8.89826;  // leak
    8893    // Parametrization for sign of disp (m3long, slope)
    8994    param[5]  = -0.07;
Note: See TracChangeset for help on using the changeset viewer.