Go to the documentation of this file. 1 #ifndef ES_COND_OBJECT_CONTAINER_HH
2 #define ES_COND_OBJECT_CONTAINER_HH
16 typedef typename std::vector<Item>
Items;
18 typedef typename std::vector<Item>::iterator
iterator;
27 inline void insert(std::pair<uint32_t, Item>
const &
a) {
41 inline const self &
getMap()
const {
return *
this; }
const_iterator end() const
const Items & items() const
const Item & item(size_t hashid) const
const_iterator end() const
std::vector< Item > Items
const_iterator find(uint32_t rawId) const
#define COND_SERIALIZABLE
const Items & preshowerItems() const
ESCondObjectContainer< float > ESFloatCondObjectContainer
void insert(std::pair< uint32_t, Item > const &a)
std::vector< Item >::const_iterator const_iterator
const_iterator begin() const
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum)
const Item & preshower(size_t hashedIndex) const
const_iterator find(uint32_t rawId) const
const self & getMap() const
const Item & operator[](uint32_t rawId) const
EcalContainer< ESDetId, Item > es_
Item & operator[](uint32_t rawId)
void insert(std::pair< uint32_t, Item > const &a)
const_iterator begin() const
std::vector< Item >::iterator iterator
int hashedIndex(int ieta, int iphi)
void setValue(const uint32_t id, const Item &item)