CMS 3D CMS Logo

BinningPointByMap.cc
Go to the documentation of this file.
2 
4  map_[k]=v;
5  return true;
6 }
8  return (map_.find(k) != map_.end());
9 }
10 
12  if (isKeyAvailable(k) == false) return -100;
13  return map_[k];
14 
15 }
16 
bool isKeyAvailable(BinningVariables::BinningVariablesType)
float value(BinningVariables::BinningVariablesType)
BinningPointTypeMap map_
int k[5][pyjets_maxn]
bool insert(BinningVariables::BinningVariablesType, float)