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)
13  return -100;
14  return map_[k];
15 }
bool isKeyAvailable(BinningVariables::BinningVariablesType)
float value(BinningVariables::BinningVariablesType)
BinningPointTypeMap map_
bool insert(BinningVariables::BinningVariablesType, float)