diff --git a/macros/CCEScan/deplTool.h b/macros/CCEScan/deplTool.h index fc7fc9e..cc0a3ec 100755 --- a/macros/CCEScan/deplTool.h +++ b/macros/CCEScan/deplTool.h @@ -162,14 +162,25 @@ // Ratio values - + double TTratio_val = 0.953; // with time correction double TTratio_err = 0.019; - - double ITratio_val = 0.956; // with time correction + //3 strips + double TTratio_val_3 = 0.953; // Added by Michele, still not clear if necessary to have three different values + double TTratio_err_3 = 0.019; + //5 strips + double TTratio_val_5 = 0.905; + double TTratio_err_5 = 0.043; + //7 strips + double TTratio_val_7 = 0.900; + double TTratio_err_7 = 0.060; + + double ITratio_val = 0.956; // with time correction - obtained by CHE double ITratio_err = 0.017; - - + /* + double ITratio_val = 0.84; + double ITratio_err = 0.11; + */ // FLUKA conversion factor double FLUKAConvFac = 7.2*1e4;