![]() |
![]() |
#include <SiPixelRawDataErrorModule.h>
Public Types | |
typedef edm::DetSet < SiPixelRawDataError > ::const_iterator | ErrorIterator |
Public Member Functions | |
void | book (const edm::ParameterSet &iConfig, DQMStore::IBooker &, int type=0, bool isUpgrade=false) |
Book histograms. More... | |
int | fill (const edm::DetSetVector< SiPixelRawDataError > &input, std::map< std::string, MonitorElement ** > *meMapFEDs, bool modon=true, bool ladon=false, bool bladeon=false) |
Fill histograms. More... | |
int | fillFED (const edm::DetSetVector< SiPixelRawDataError > &input, std::map< std::string, MonitorElement ** > *meMapFEDs) |
Fill FED histograms. More... | |
SiPixelRawDataErrorModule () | |
Default constructor. More... | |
SiPixelRawDataErrorModule (const uint32_t &id) | |
Constructor with raw DetId. More... | |
SiPixelRawDataErrorModule (const uint32_t &id, const int &ncols, const int &nrows) | |
Constructor with raw DetId and sensor size. More... | |
~SiPixelRawDataErrorModule () | |
Destructor. More... | |
Static Private Attributes | |
static const int | ADC_bits = 8 |
static const uint32_t | ADC_mask = ~(~uint32_t(0) << ADC_bits) |
static const int | ADC_shift = 0 |
static const int | DataBit_bits = 1 |
static const uint32_t | DataBit_mask = ~(~uint32_t(0) << DataBit_bits) |
static const int | DB0_shift = 0 |
static const int | DB1_shift = DB0_shift + DataBit_bits |
static const int | DB2_shift = DB1_shift + DataBit_bits |
static const int | DB3_shift = DB2_shift + DataBit_bits |
static const int | DB4_shift = DB3_shift + DataBit_bits |
static const int | DB5_shift = DB4_shift + DataBit_bits |
static const int | DB6_shift = DB5_shift + DataBit_bits |
static const int | DB7_shift = DB6_shift + DataBit_bits |
static const int | DCOL_bits = 5 |
static const uint32_t | DCOL_mask = ~(~uint32_t(0) << DCOL_bits) |
static const int | DCOL_shift = PXID_shift + PXID_bits |
static const int | EVTLGT_bits = 24 |
static const long long | EVTLGT_mask = ~(~(long long)(0) << EVTLGT_bits) |
static const int | EVTLGT_shift = TRLRBGN_shift + TRLRBGN_bits |
static const int | LINK_bits = 6 |
static const uint32_t | LINK_mask = ~(~uint32_t(0) << LINK_bits) |
static const int | LINK_shift = ROC_shift + ROC_bits |
static const int | PXID_bits = 8 |
static const uint32_t | PXID_mask = ~(~uint32_t(0) << PXID_bits) |
static const int | PXID_shift = ADC_shift + ADC_bits |
static const int | ROC_bits = 5 |
static const uint32_t | ROC_mask = ~(~uint32_t(0) << ROC_bits) |
static const int | ROC_shift = DCOL_shift + DCOL_bits |
static const int | TRLRBGN_bits = 32 |
static const long long | TRLRBGN_mask = ~(~(long long)(0) << TRLRBGN_bits) |
static const int | TRLRBGN_shift = 0 |
static const int | TRLREND_bits = 8 |
static const long long | TRLREND_mask = ~(~(long long)(0) << TRLREND_bits) |
static const int | TRLREND_shift = EVTLGT_shift + EVTLGT_bits |
Definition at line 28 of file SiPixelRawDataErrorModule.h.
typedef edm::DetSet<SiPixelRawDataError>::const_iterator SiPixelRawDataErrorModule::ErrorIterator |
Definition at line 41 of file SiPixelRawDataErrorModule.h.
SiPixelRawDataErrorModule::SiPixelRawDataErrorModule | ( | ) |
Default constructor.
Definition at line 66 of file SiPixelRawDataErrorModule.cc.
SiPixelRawDataErrorModule::SiPixelRawDataErrorModule | ( | const uint32_t & | id | ) |
Constructor with raw DetId.
Definition at line 74 of file SiPixelRawDataErrorModule.cc.
SiPixelRawDataErrorModule::SiPixelRawDataErrorModule | ( | const uint32_t & | id, |
const int & | ncols, | ||
const int & | nrows | ||
) |
Constructor with raw DetId and sensor size.
Definition at line 82 of file SiPixelRawDataErrorModule.cc.
SiPixelRawDataErrorModule::~SiPixelRawDataErrorModule | ( | ) |
Destructor.
Definition at line 92 of file SiPixelRawDataErrorModule.cc.
void SiPixelRawDataErrorModule::book | ( | const edm::ParameterSet & | iConfig, |
DQMStore::IBooker & | iBooker, | ||
int | type = 0 , |
||
bool | isUpgrade = false |
||
) |
Book histograms.
Definition at line 96 of file SiPixelRawDataErrorModule.cc.
int SiPixelRawDataErrorModule::fill | ( | const edm::DetSetVector< SiPixelRawDataError > & | input, |
std::map< std::string, MonitorElement ** > * | meMapFEDs, | ||
bool | modon = true , |
||
bool | ladon = false , |
||
bool | bladeon = false |
||
) |
Fill histograms.
Definition at line 100 of file SiPixelRawDataErrorModule.cc.
int SiPixelRawDataErrorModule::fillFED | ( | const edm::DetSetVector< SiPixelRawDataError > & | input, |
std::map< std::string, MonitorElement ** > * | meMapFEDs | ||
) |
Fill FED histograms.
Definition at line 459 of file SiPixelRawDataErrorModule.cc.
|
private |
Definition at line 55 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 77 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 77 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 77 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 78 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 52 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 77 of file SiPixelRawDataErrorModule.h.
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 67 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 58 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 72 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 63 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 73 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 64 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 69 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 60 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 68 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 59 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 70 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 61 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 71 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 62 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 53 of file SiPixelRawDataErrorModule.h.
|
private |
Definition at line 54 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 77 of file SiPixelRawDataErrorModule.h.
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 77 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 78 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 75 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 78 of file SiPixelRawDataErrorModule.h.
|
staticprivate |
Definition at line 76 of file SiPixelRawDataErrorModule.h.