63 ) : m_nBinEta (nBinEta),
64 m_nBinLogEClus (nBinLogEClus),
65 m_nBinLogEDens (nBinLogEDens),
66 m_nBinLogDepth (nBinLogDepth),
68 m_MinLogEClus (MinLogEClus),
69 m_MinLogEDens (MinLogEDens),
70 m_MinLogDepth (MinLogDepth),
72 m_MaxLogEClus (MaxLogEClus),
73 m_MaxLogEDens (MaxLogEDens),
74 m_MaxLogDepth (MaxLogDepth)
95 int iBin =
getBin(
eta,logEClus,logEDens,logDepth);
96 if ( iBin > -1 && iBin < (
int)
m_data.size() )
122 if ( iEtaLogEClus > -1 ) {
124 if ( iEtaLogEClus >= iFilledEntries )
126 const int iBin =
getBin(
eta,logEClus,logEDens,logDepth);
167 float logDepth)
const
169 int iLogEDens,iLogDepth;
172 if ( iEtaLogEClus > -1 ) {