13 m_nBinLogEDensCell(0),
30 const int & nBinSampling,
31 const int & MinSampling,
32 const int & MaxSampling,
33 const int & nBinLogEClus,
34 const float & MinLogEClus,
35 const float & MaxLogEClus,
36 const int & nBinLogEDensCell,
37 const float & MinLogEDensCell,
38 const float & MaxLogEDensCell
39 ) : m_nBinEta (nBinEta),
40 m_nBinSampling (nBinSampling),
41 m_nBinLogEClus (nBinLogEClus),
42 m_nBinLogEDensCell (nBinLogEDensCell),
44 m_MinSampling (MinSampling),
45 m_MinLogEClus (MinLogEClus),
46 m_MinLogEDensCell (MinLogEDensCell),
48 m_MaxSampling (MaxSampling),
49 m_MaxLogEClus (MaxLogEClus),
50 m_MaxLogEDensCell (MaxLogEDensCell)
57 int iBin =
getBin(
eta,sampling,logEClus,logEDensCell);
58 if ( iBin > -1 && iBin < (
int)
m_data.size() )
70 if ( iEtaSampling > -1 ) {
76 const int iBin =
getBin(
eta,sampling,logEClus,logEDensCell);
100 int iLogEClus,iLogEDensCell;