#include <CSCTMBMiniScope.h>
Public Member Functions | |
CSCTMBMiniScope () | |
CSCTMBMiniScope (const uint16_t *buf, int Line6b07, int Line6E07) | |
std::vector< int > | getAdr () const |
std::vector< int > | getChannelsInTbin (int data) const |
UnpackScope. More... | |
std::vector< int > | getData () const |
int | getSize () const |
int | getTbinCount () const |
int | getTbinPreTrigger () const |
void | print () const |
Private Member Functions | |
int | UnpackMiniScope (const uint16_t *buf, int Line6b07, int Line6E07) |
Print the maped content of the miniscope. More... | |
Private Attributes | |
std::vector< int > | miniScopeAdress |
std::vector< int > | miniScopeData |
stores all mini scope adresses More... | |
int | miniScopeTbinCount |
stores all mini scope data More... | |
int | miniScopeTbinPreTrigger |
unsigned | size_ |
Definition at line 14 of file CSCTMBMiniScope.h.
|
inline |
CSCTMBMiniScope::CSCTMBMiniScope | ( | const uint16_t * | buf, |
int | Line6b07, | ||
int | Line6E07 | ||
) |
Definition at line 12 of file CSCTMBMiniScope.cc.
References visDQMUpload::buf, size_, and UnpackMiniScope().
|
inline |
std::vector< int > CSCTMBMiniScope::getChannelsInTbin | ( | int | data | ) | const |
UnpackScope.
Definition at line 41 of file CSCTMBMiniScope.cc.
References data, dqmdumpme::k, and testProducerWithPsetDescEmpty_cfi::x1.
Referenced by print().
|
inline |
Definition at line 22 of file CSCTMBMiniScope.h.
References miniScopeData.
Referenced by print().
|
inline |
|
inline |
Definition at line 19 of file CSCTMBMiniScope.h.
References miniScopeTbinCount.
|
inline |
void CSCTMBMiniScope::print | ( | void | ) | const |
Definition at line 53 of file CSCTMBMiniScope.cc.
References gather_cfg::cout, TauDecayModes::dec, getAdr(), getChannelsInTbin(), getData(), dqmiolumiharvest::j, and dqmdumpme::k.
|
private |
Print the maped content of the miniscope.
Get tbin and tbin before pre-trigger
end if((Line6E07-Line6b07)
Definition at line 17 of file CSCTMBMiniScope.cc.
References visDQMUpload::buf, mps_fire::i, LogTrace, miniScopeAdress, miniScopeData, miniScopeTbinCount, and miniScopeTbinPreTrigger.
Referenced by CSCTMBMiniScope().
|
private |
Definition at line 30 of file CSCTMBMiniScope.h.
Referenced by getAdr(), and UnpackMiniScope().
|
private |
stores all mini scope adresses
Definition at line 31 of file CSCTMBMiniScope.h.
Referenced by getData(), and UnpackMiniScope().
|
private |
stores all mini scope data
Definition at line 32 of file CSCTMBMiniScope.h.
Referenced by getTbinCount(), and UnpackMiniScope().
|
private |
Definition at line 33 of file CSCTMBMiniScope.h.
Referenced by getTbinPreTrigger(), and UnpackMiniScope().
|
private |
Definition at line 34 of file CSCTMBMiniScope.h.
Referenced by CSCTMBMiniScope(), and getSize().