1#include "MdcTunningSvc/BesMdcRes.hh"
9 int layerId,
bin, layId;
11 double cons1, sigma1, cons2, sigma2, Sig, sigmaE;
12 double effi, m_nhit_Raw, m_nhit_Exp;
37 string logres_iEntr = path +
"/data/logrVetr.dat";
38 infpar6.open( logres_iEntr.c_str() );
39 if ( !infpar6.good() )
41 std::cout <<
" Error , mdc parameters file6 Data_res_iEnter not exist " << std::endl;
46 std::cout <<
" open mdc parameter file6 Data_res_iEnter " << std::endl;
47 for (
int lay = 0; lay < 43; lay++ )
50 for (
int iEntr = 0; iEntr < 2; iEntr++ )
53 for (
int dD = 0; dD < 18; dD++ )
55 infpar6 >> dD >> sigmaE;
56 par_lay6[lay][iEntr][dD] = sigmaE;
65 string logres_M_iEntr = path +
"/mc/logrVetr.dat";
66 infpar7.open( logres_M_iEntr.c_str() );
67 if ( !infpar7.good() )
69 std::cout <<
"Error,mdc parameters file7 Mc_res_iEntr not exist" << std::endl;
74 std::cout <<
"open mdc parameters file7 Mc_res_iEntr " << std::endl;
75 for (
int lay = 0; lay < 43; lay++ )
78 for (
int iEntr = 0; iEntr < 2; iEntr++ )
81 for (
int dD = 0; dD < 18; dD++ )
83 infpar7 >> dD >> sigmaE;
84 par_lay7[lay][iEntr][dD] = sigmaE;
*******INTEGER m_nBinMax INTEGER m_NdiMax !No of bins in histogram for cell exploration division $ !Last vertex $ !Last active cell $ !Last cell in buffer $ !No of sampling when dividing cell $ !No of function total $ !Flag for random ceel for $ !Flag for type of for WtMax $ !Flag which decides whether vertices are included in the sampling $ entire domain is hyp !Maximum effective eevents per bin
BesMdcRes(std::string &path)