#include <HcalHistogramDigi.h>
Public Types | |
typedef HcalDetId | key_type |
For the sorted collection. More... | |
Public Member Functions | |
uint16_t | get (int capid, int bin) const |
get the contents of the specified bin for the specified capid (0-3) More... | |
uint16_t * | getArray (int capid) |
get the array for the specified capid More... | |
int | getSum (int bin) const |
get the contents of the specified bin summed over capids More... | |
HcalHistogramDigi () | |
HcalHistogramDigi (const HcalDetId &id) | |
const HcalDetId & | id () const |
Static Public Attributes | |
static const int | BINS_PER_HISTOGRAM =32 |
Private Attributes | |
uint16_t | bins_ [BINS_PER_HISTOGRAM *4] |
HcalDetId | id_ |
Definition at line 12 of file HcalHistogramDigi.h.
typedef HcalDetId HcalHistogramDigi::key_type |
For the sorted collection.
Definition at line 14 of file HcalHistogramDigi.h.
HcalHistogramDigi::HcalHistogramDigi | ( | ) |
Definition at line 4 of file HcalHistogramDigi.cc.
References bins_, BINS_PER_HISTOGRAM, and mps_fire::i.
|
explicit |
Definition at line 9 of file HcalHistogramDigi.cc.
References bins_, BINS_PER_HISTOGRAM, and mps_fire::i.
uint16_t HcalHistogramDigi::get | ( | int | capid, |
int | bin | ||
) | const |
get the contents of the specified bin for the specified capid (0-3)
Definition at line 14 of file HcalHistogramDigi.cc.
References bins_, and BINS_PER_HISTOGRAM.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), util.rrapi.RRApi::columns(), rrapi.RRApi::count(), util.rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), operator<<(), rrapi.RRApi::report(), util.rrapi.RRApi::report(), util.rrapi.RRApi::reports(), rrapi.RRApi::reports(), util.rrapi.RRApi::tables(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), util.rrapi.RRApi::tags(), util.rrapi.RRApi::templates(), rrapi.RRApi::templates(), rrapi.RRApi::workspaces(), and util.rrapi.RRApi::workspaces().
uint16_t * HcalHistogramDigi::getArray | ( | int | capid | ) |
get the array for the specified capid
Definition at line 25 of file HcalHistogramDigi.cc.
References bins_, BINS_PER_HISTOGRAM, and PFRecoTauDiscriminationByIsolation_cfi::offset.
Referenced by id(), and HcalUnpacker::unpack().
int HcalHistogramDigi::getSum | ( | int | bin | ) | const |
get the contents of the specified bin summed over capids
Definition at line 18 of file HcalHistogramDigi.cc.
References bins_, BINS_PER_HISTOGRAM, and createfilelist::int.
Referenced by id().
|
inline |
Definition at line 19 of file HcalHistogramDigi.h.
References stringResolutionProvider_cfi::bin, getArray(), getSum(), and id_.
Referenced by operator<<().
|
private |
Definition at line 31 of file HcalHistogramDigi.h.
Referenced by get(), getArray(), getSum(), and HcalHistogramDigi().
|
static |
Definition at line 28 of file HcalHistogramDigi.h.
Referenced by get(), getArray(), getSum(), HcalHistogramDigi(), and operator<<().
|
private |
Definition at line 30 of file HcalHistogramDigi.h.
Referenced by id().