#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 size_, and UnpackBlockedCFEB().
|
inline |
Definition at line 20 of file CSCTMBBlockedCFEB.h.
References BlockedCFEBdata, getSingleCFEBList(), print(), and UnpackBlockedCFEB().
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 37 of file CSCTMBBlockedCFEB.cc.
References getData(), mps_fire::i, createfilelist::int, gen::k, and globals_cff::x1.
Referenced by getData(), and print().
|
inline |
void CSCTMBBlockedCFEB::print | ( | void | ) | const |
Definition at line 116 of file CSCTMBBlockedCFEB.cc.
References gather_cfg::cout, TauDecayModes::dec, getData(), getSingleCFEBList(), mps_fire::i, createfilelist::int, and z.
Referenced by getData().
|
private |
Definition at line 19 of file CSCTMBBlockedCFEB.cc.
References BlockedCFEBdata, and mps_fire::i.
Referenced by CSCTMBBlockedCFEB(), and getData().
|
private |
Definition at line 29 of file CSCTMBBlockedCFEB.h.
Referenced by getData(), and UnpackBlockedCFEB().
|
private |
stores all mini scope data
Definition at line 30 of file CSCTMBBlockedCFEB.h.
Referenced by CSCTMBBlockedCFEB(), and getSize().