21 return StatusCode::SUCCESS;
29 else myKey =
"UNKNOWN SHAPE";
31 auto itr=
m_map.find(key);
32 if(itr==
m_map.end()) {
33 ATH_MSG_ERROR(
"HIEventShapeMapTool failed to find map w/ format " << myKey);
36 return &(itr->second);
45 return &(itr->second);
50 return &(itr->second);
53 ATH_MSG_FATAL(
"Event Shape w/ unknown binning! Not TOWER or COMPACT. Not possible to get Index");
size_type size() const noexcept
Returns the number of elements in the collection.
unsigned int setBinning(const TH2 *h2, bool asMask)
constexpr unsigned int numLayers()
constexpr unsigned int numEtaBins()
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.