#include <CSCTMBData.h>
Public Member Functions | |
std::bitset< 22 > | calCRC22 (const std::vector< std::bitset< 16 > > &datain) |
bool | checkSize () const |
sees if the size adds up to the word count More... | |
CSCCLCTData * | clctData () |
CSCTMBData () | |
CSCTMBData (const CSCTMBData &data) | |
CSCTMBData (const uint16_t *buf) | |
CSCTMBData (int firmwareVersion, int firmwareRevision, int ncfebs=5) | |
short unsigned int | CWordCnt () const |
int | getCRC () const |
bool | hasRPC () const |
check this before using RPC More... | |
bool | hasTMBBlockedCFEB () const |
check this before TMB Block CFEB More... | |
bool | hasTMBMiniScope () const |
check this before using TMB mini scope More... | |
bool | hasTMBScope () const |
check this before using TMB Scope More... | |
std::bitset< 22 > | nextCRC22_D16 (const std::bitset< 16 > &D, const std::bitset< 22 > &C) |
boost::dynamic_bitset | pack () |
not const because it sets size int TMBTrailer More... | |
CSCRPCData * | rpcData () |
const unsigned short | size () const |
CSCTMBBlockedCFEB & | tmbBlockedCFEB () const |
int | TMBCRCcalc () |
CSCTMBHeader * | tmbHeader () |
CSCTMBMiniScope & | tmbMiniScope () const |
CSCTMBScope & | tmbScope () const |
CSCTMBTrailer * | tmbTrailer () |
int | UnpackTMB (const uint16_t *buf) |
~CSCTMBData () | |
Static Public Member Functions | |
static void | selfTest () |
tests packing More... | |
static void | setDebug (const bool value) |
Private Attributes | |
unsigned short | cWordCnt |
unsigned short | size_ |
unsigned | theB0CLine |
bool | theBlockedCFEBIsPresent |
CSCCLCTData | theCLCTData |
unsigned | theE0FLine |
const uint16_t * | theOriginalBuffer |
CSCRPCData | theRPCData |
bool | theRPCDataIsPresent |
CSCTMBBlockedCFEB * | theTMBBlockedCFEB |
CSCTMBHeader | theTMBHeader |
CSCTMBMiniScope * | theTMBMiniScope |
bool | theTMBMiniScopeIsPresent |
CSCTMBScope * | theTMBScope |
bool | theTMBScopeIsPresent |
The TMB scope is not present in most of data hence its dynamic. More... | |
CSCTMBTrailer | theTMBTrailer |
Static Private Attributes | |
static std::atomic< bool > | debug {false} |
Definition at line 24 of file CSCTMBData.h.
CSCTMBData::CSCTMBData | ( | ) |
Definition at line 21 of file CSCTMBData.cc.
CSCTMBData::CSCTMBData | ( | int | firmwareVersion, |
int | firmwareRevision, | ||
int | ncfebs = 5 |
||
) |
Definition at line 38 of file CSCTMBData.cc.
References simCaloStage2Layer1Digis_cfi::firmwareVersion, CSCTMBHeader::setNCFEBs(), CSCCLCTData::sizeInWords(), CSCTMBHeader::sizeInWords(), theCLCTData, theTMBHeader, and theTMBTrailer.
CSCTMBData::~CSCTMBData | ( | ) |
Definition at line 109 of file CSCTMBData.cc.
References theBlockedCFEBIsPresent, theTMBBlockedCFEB, theTMBMiniScope, theTMBMiniScopeIsPresent, theTMBScope, and theTMBScopeIsPresent.
CSCTMBData::CSCTMBData | ( | const uint16_t * | buf | ) |
CSCTMBData::CSCTMBData | ( | const CSCTMBData & | data | ) |
Definition at line 76 of file CSCTMBData.cc.
References data, theBlockedCFEBIsPresent, theTMBBlockedCFEB, theTMBMiniScope, theTMBMiniScopeIsPresent, theTMBScope, and theTMBScopeIsPresent.
std::bitset< 22 > CSCTMBData::calCRC22 | ( | const std::vector< std::bitset< 16 > > & | datain | ) |
Definition at line 338 of file CSCTMBData.cc.
References RawDataTask_cfi::CRC, mps_fire::i, and nextCRC22_D16().
Referenced by pack(), and TMBCRCcalc().
bool CSCTMBData::checkSize | ( | ) | const |
sees if the size adds up to the word count
Definition at line 333 of file CSCTMBData.cc.
Referenced by UnpackTMB().
|
inline |
Definition at line 40 of file CSCTMBData.h.
References theCLCTData.
Referenced by CSCEventData::add(), CSCEventData::clctData(), and pack().
|
inline |
|
inline |
|
inline |
check this before using RPC
Definition at line 52 of file CSCTMBData.h.
References theRPCDataIsPresent.
|
inline |
check this before TMB Block CFEB
Definition at line 48 of file CSCTMBData.h.
References theBlockedCFEBIsPresent.
|
inline |
check this before using TMB mini scope
Definition at line 45 of file CSCTMBData.h.
References theTMBMiniScopeIsPresent.
|
inline |
check this before using TMB Scope
Definition at line 42 of file CSCTMBData.h.
References theTMBScopeIsPresent.
std::bitset< 22 > CSCTMBData::nextCRC22_D16 | ( | const std::bitset< 16 > & | D, |
const std::bitset< 22 > & | C | ||
) |
boost::dynamic_bitset CSCTMBData::pack | ( | ) |
not const because it sets size int TMBTrailer
this method is for digi2raw
Definition at line 394 of file CSCTMBData.cc.
References bitset_utilities::append(), calCRC22(), clctData(), CSCCLCTData::data(), CSCTMBTrailer::data(), CSCTMBHeader::data(), mps_fire::i, mps_fire::result, CSCTMBTrailer::setCRC(), CSCCLCTData::sizeInWords(), CSCTMBTrailer::sizeInWords(), CSCTMBHeader::sizeInWords(), theCLCTData, theTMBHeader, theTMBTrailer, tmbTrailer(), and bitset_utilities::ushortToBitset().
Referenced by CSCEventData::pack().
|
inline |
|
static |
|
inlinestatic |
Definition at line 34 of file CSCTMBData.h.
References debug, and relativeConstraints::value.
Referenced by CSCDCCUnpacker::CSCDCCUnpacker().
|
inline |
Definition at line 37 of file CSCTMBData.h.
References size_.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), and CSCEventData::unpack_data().
CSCTMBBlockedCFEB & CSCTMBData::tmbBlockedCFEB | ( | ) | const |
Definition at line 359 of file CSCTMBData.cc.
References theBlockedCFEBIsPresent, and theTMBBlockedCFEB.
int CSCTMBData::TMBCRCcalc | ( | ) |
Definition at line 137 of file CSCTMBData.cc.
References calCRC22(), RawDataTask_cfi::CRC, mps_fire::i, mps_splice::line, LogTrace, theB0CLine, theE0FLine, and theOriginalBuffer.
|
inline |
Definition at line 39 of file CSCTMBData.h.
References theTMBHeader.
Referenced by CSCEventData::add(), CSCEventData::checkTMBClasses(), cscdqm::EventProcessor::processCSC(), CSCEventData::setEventInformation(), and CSCEventData::tmbHeader().
CSCTMBMiniScope & CSCTMBData::tmbMiniScope | ( | ) | const |
Definition at line 353 of file CSCTMBData.cc.
References theTMBMiniScope, and theTMBMiniScopeIsPresent.
CSCTMBScope & CSCTMBData::tmbScope | ( | ) | const |
|
inline |
Definition at line 50 of file CSCTMBData.h.
References theTMBTrailer.
Referenced by pack(), and cscdqm::EventProcessor::processCSC().
int CSCTMBData::UnpackTMB | ( | const uint16_t * | buf | ) |
determine 2007 or 2006 version
assumes that buf starts at the tmb data this is not true if something is wrong in the data before TMB - then we skip the whole event
Now Find the miniscope
end for the mini scope
Now Find the blocked CFEB DiStrips List Format
end for the blocked CFEB DiStrips List Format
Definition at line 154 of file CSCTMBData.cc.
References visDQMUpload::buf, CSCCLCTData::check(), CSCTMBHeader::check(), checkSize(), TauDecayModes::dec, findLine(), simCaloStage2Layer1Digis_cfi::firmwareVersion, CSCTMBHeader::FirmwareVersion(), mps_splice::line, LogTrace, CSCTMBHeader::NCFEBs(), CSCTMBHeader::NTBins(), CSCRPCData::sizeInWords(), CSCCLCTData::sizeInWords(), CSCTMBTrailer::sizeInWords(), CSCTMBHeader::sizeInWords(), theB0CLine, theBlockedCFEBIsPresent, theCLCTData, theE0FLine, theRPCData, theRPCDataIsPresent, theTMBBlockedCFEB, theTMBHeader, theTMBMiniScope, theTMBMiniScopeIsPresent, theTMBScope, theTMBScopeIsPresent, and theTMBTrailer.
Referenced by CSCTMBData().
|
private |
Definition at line 98 of file CSCTMBData.h.
Referenced by CWordCnt().
|
staticprivate |
Definition at line 95 of file CSCTMBData.h.
Referenced by util.rrapi.RRApi::dprint(), rrapi.RRApi::dprint(), pkg.AbstractPkg::generate(), rrapi.RRApi::get(), util.rrapi.RRApi::get(), pkg.AbstractPkg::get_kwds(), runTauIdMVA.TauIDEmbedder::loadMVA_WPs_run2_2017(), runTauIdMVA.TauIDEmbedder::runTauID(), setDebug(), and pkg.AbstractPkg::write().
|
private |
Definition at line 97 of file CSCTMBData.h.
Referenced by CSCTMBData(), and size().
|
private |
CRC calc needs to know where 0x6B0C and 0x6E0F lines were we want to put off CRC calc until needed
Definition at line 73 of file CSCTMBData.h.
Referenced by TMBCRCcalc(), and UnpackTMB().
|
private |
Definition at line 88 of file CSCTMBData.h.
Referenced by CSCTMBData(), hasTMBBlockedCFEB(), tmbBlockedCFEB(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 77 of file CSCTMBData.h.
Referenced by clctData(), CSCTMBData(), pack(), and UnpackTMB().
|
private |
Definition at line 74 of file CSCTMBData.h.
Referenced by TMBCRCcalc(), and UnpackTMB().
|
private |
@ not sure what this means for simulation. I keep this around so we can calculate CRCs
Definition at line 70 of file CSCTMBData.h.
Referenced by TMBCRCcalc().
|
private |
Definition at line 78 of file CSCTMBData.h.
Referenced by rpcData(), and UnpackTMB().
|
private |
Definition at line 99 of file CSCTMBData.h.
Referenced by hasRPC(), and UnpackTMB().
|
private |
Definition at line 89 of file CSCTMBData.h.
Referenced by CSCTMBData(), tmbBlockedCFEB(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 76 of file CSCTMBData.h.
Referenced by CSCTMBData(), pack(), tmbHeader(), and UnpackTMB().
|
private |
Definition at line 86 of file CSCTMBData.h.
Referenced by CSCTMBData(), tmbMiniScope(), UnpackTMB(), and ~CSCTMBData().
|
private |
The TMB MiniScope must presen in every event, hovewer make it dynamic as for the main scope
Definition at line 85 of file CSCTMBData.h.
Referenced by CSCTMBData(), hasTMBMiniScope(), tmbMiniScope(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 81 of file CSCTMBData.h.
Referenced by CSCTMBData(), tmbScope(), UnpackTMB(), and ~CSCTMBData().
|
private |
The TMB scope is not present in most of data hence its dynamic.
Definition at line 80 of file CSCTMBData.h.
Referenced by CSCTMBData(), hasTMBScope(), tmbScope(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 91 of file CSCTMBData.h.
Referenced by CSCTMBData(), getCRC(), pack(), tmbTrailer(), and UnpackTMB().