25 HcalRawGains::Container::const_iterator
result = container.begin();
26 for (; result != container.end(); result++) {
27 if (result->rawId() ==
id)
40 std::vector<Item>::const_iterator cell;
44 std::cerr <<
"HcalRawGains::getValues-> container is not sorted. Please sort it to search effectively" << std::endl;
47 if (cell ==
mItems.end() || cell->rawId() !=
target.rawId())
uint16_t *__restrict__ id
constexpr uint32_t rawId() const
get the raw id
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
U second(std::pair< T, U > const &p)
std::vector< Item > Container
std::vector< DetId > getAllChannels() const
get list of all available channels
const HcalRawGain * getValues(DetId fId) const
get value
bool sorted() const
check if data are sorted
__host__ __device__ constexpr RandomIt lower_bound(RandomIt first, RandomIt last, const T &value, Compare comp={})
HcalRawGain * addItem(DetId fId)
add new (empty) item
void addValues(DetId fId, const HcalRawGain &fValues)
fill values
void sort()
sort values by channelId