#include <CSCTMBBlockedCFEB.h>
Public Member Functions | |
CSCTMBBlockedCFEB () | |
CSCTMBBlockedCFEB (const uint16_t *buf, int Line6BCB, int Line6ECB) | |
std::vector< int > | getData () const |
std::vector< std::vector< int > > | getSingleCFEBList (int CFEBn) const |
UnpackBlockedCFEB. More... | |
int | getSize () const |
void | print () const |
Private Member Functions | |
int | UnpackBlockedCFEB (const uint16_t *buf, int Line6BCB, int Line6ECB) |
CSCTMBMiniScope. More... | |
Private Attributes | |
std::vector< int > | BlockedCFEBdata |
unsigned | size_ |
stores all mini scope data More... | |
Definition at line 13 of file CSCTMBBlockedCFEB.h.
|
inline |
CSCTMBBlockedCFEB::CSCTMBBlockedCFEB | ( | const uint16_t * | buf, |
int | Line6BCB, | ||
int | Line6ECB | ||
) |
Definition at line 11 of file CSCTMBBlockedCFEB.cc.
References visDQMUpload::buf, size_, and UnpackBlockedCFEB().
|
inline |
Definition at line 18 of file CSCTMBBlockedCFEB.h.
References BlockedCFEBdata.
Referenced by getSingleCFEBList(), and print().
std::vector< std::vector< int > > CSCTMBBlockedCFEB::getSingleCFEBList | ( | int | CFEBn | ) | const |
UnpackBlockedCFEB.
Get 4 words for a particular CFEB (CFEBn)
Definition at line 28 of file CSCTMBBlockedCFEB.cc.
References getData(), mps_fire::i, createfilelist::int, dqmiolumiharvest::j, dqmdumpme::k, and testProducerWithPsetDescEmpty_cfi::x1.
Referenced by print().
|
inline |
void CSCTMBBlockedCFEB::print | ( | void | ) | const |
Definition at line 93 of file CSCTMBBlockedCFEB.cc.
References gather_cfg::cout, TauDecayModes::dec, getData(), getSingleCFEBList(), mps_fire::i, createfilelist::int, trackerHitRTTI::vector, and z.
|
private |
Definition at line 16 of file CSCTMBBlockedCFEB.cc.
References BlockedCFEBdata, visDQMUpload::buf, and mps_fire::i.
Referenced by CSCTMBBlockedCFEB().
|
private |
Definition at line 26 of file CSCTMBBlockedCFEB.h.
Referenced by getData(), and UnpackBlockedCFEB().
|
private |
stores all mini scope data
Definition at line 27 of file CSCTMBBlockedCFEB.h.
Referenced by CSCTMBBlockedCFEB(), and getSize().