#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 (unsigned short *buf) | |
CSCTMBData (const CSCTMBData &data) | |
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 (unsigned short *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 |
unsigned short * | 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 bool | debug =false |
Definition at line 22 of file CSCTMBData.h.
CSCTMBData::CSCTMBData | ( | ) |
Definition at line 17 of file CSCTMBData.cc.
CSCTMBData::~CSCTMBData | ( | ) |
Definition at line 91 of file CSCTMBData.cc.
References theBlockedCFEBIsPresent, theTMBBlockedCFEB, theTMBMiniScope, theTMBMiniScopeIsPresent, theTMBScope, and theTMBScopeIsPresent.
CSCTMBData::CSCTMBData | ( | unsigned short * | buf | ) |
Definition at line 39 of file CSCTMBData.cc.
References size_, and UnpackTMB().
CSCTMBData::CSCTMBData | ( | const CSCTMBData & | data | ) |
Definition at line 56 of file CSCTMBData.cc.
References theBlockedCFEBIsPresent, theTMBBlockedCFEB, theTMBMiniScope, theTMBMiniScopeIsPresent, theTMBScope, and theTMBScopeIsPresent.
std::bitset< 22 > CSCTMBData::calCRC22 | ( | const std::vector< std::bitset< 16 > > & | datain | ) |
Definition at line 341 of file CSCTMBData.cc.
References 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 335 of file CSCTMBData.cc.
Referenced by UnpackTMB().
|
inline |
Definition at line 39 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 51 of file CSCTMBData.h.
References theRPCDataIsPresent.
|
inline |
check this before TMB Block CFEB
Definition at line 47 of file CSCTMBData.h.
References theBlockedCFEBIsPresent.
|
inline |
check this before using TMB mini scope
Definition at line 44 of file CSCTMBData.h.
References theTMBMiniScopeIsPresent.
|
inline |
check this before using TMB Scope
Definition at line 41 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 404 of file CSCTMBData.cc.
References bitset_utilities::append(), calCRC22(), clctData(), CSCCLCTData::data(), CSCTMBTrailer::data(), CSCTMBHeader::data(), i, query::result, CSCTMBTrailer::setCRC(), CSCCLCTData::sizeInWords(), CSCTMBTrailer::sizeInWords(), CSCTMBHeader::sizeInWords(), theCLCTData, theTMBHeader, theTMBTrailer, tmbTrailer(), and bitset_utilities::ushortToBitset().
Referenced by pyrootRender.interactiveRender::draw(), and CSCEventData::pack().
|
inline |
|
static |
tests packing
Definition at line 439 of file CSCTMBData.cc.
References cscClassPackerCompare().
|
inlinestatic |
Definition at line 33 of file CSCTMBData.h.
References debug, and relativeConstraints::value.
Referenced by CSCDCCUnpacker::CSCDCCUnpacker().
|
inline |
Definition at line 36 of file CSCTMBData.h.
References size_.
Referenced by CSCEventData::unpack_data().
CSCTMBBlockedCFEB & CSCTMBData::tmbBlockedCFEB | ( | ) | const |
Definition at line 365 of file CSCTMBData.cc.
References theBlockedCFEBIsPresent, and theTMBBlockedCFEB.
int CSCTMBData::TMBCRCcalc | ( | ) |
Definition at line 119 of file CSCTMBData.cc.
References calCRC22(), i, geometryCSVtoXML::line, LogTrace, theB0CLine, theE0FLine, and theOriginalBuffer.
|
inline |
Definition at line 38 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 358 of file CSCTMBData.cc.
References theTMBMiniScope, and theTMBMiniScopeIsPresent.
CSCTMBScope & CSCTMBData::tmbScope | ( | ) | const |
Definition at line 352 of file CSCTMBData.cc.
References theTMBScope, and theTMBScopeIsPresent.
|
inline |
Definition at line 49 of file CSCTMBData.h.
References theTMBTrailer.
Referenced by pack(), and cscdqm::EventProcessor::processCSC().
int CSCTMBData::UnpackTMB | ( | unsigned short * | 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 137 of file CSCTMBData.cc.
References CSCCLCTData::check(), CSCTMBHeader::check(), checkSize(), findLine(), geometryCSVtoXML::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 95 of file CSCTMBData.h.
Referenced by CWordCnt().
|
staticprivate |
Definition at line 93 of file CSCTMBData.h.
Referenced by pkg.AbstractPkg::generate(), pkg.AbstractPkg::get_kwds(), setDebug(), and pkg.AbstractPkg::write().
|
private |
Definition at line 94 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 74 of file CSCTMBData.h.
Referenced by TMBCRCcalc(), and UnpackTMB().
|
private |
Definition at line 89 of file CSCTMBData.h.
Referenced by CSCTMBData(), hasTMBBlockedCFEB(), tmbBlockedCFEB(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 78 of file CSCTMBData.h.
Referenced by clctData(), pack(), and UnpackTMB().
|
private |
Definition at line 75 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 71 of file CSCTMBData.h.
Referenced by TMBCRCcalc().
|
private |
Definition at line 79 of file CSCTMBData.h.
Referenced by rpcData(), and UnpackTMB().
|
private |
Definition at line 96 of file CSCTMBData.h.
Referenced by hasRPC(), and UnpackTMB().
|
private |
Definition at line 90 of file CSCTMBData.h.
Referenced by CSCTMBData(), tmbBlockedCFEB(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 77 of file CSCTMBData.h.
Referenced by pack(), tmbHeader(), and UnpackTMB().
|
private |
Definition at line 87 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 86 of file CSCTMBData.h.
Referenced by CSCTMBData(), hasTMBMiniScope(), tmbMiniScope(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 82 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 81 of file CSCTMBData.h.
Referenced by CSCTMBData(), hasTMBScope(), tmbScope(), UnpackTMB(), and ~CSCTMBData().
|
private |
Definition at line 92 of file CSCTMBData.h.
Referenced by getCRC(), pack(), tmbTrailer(), and UnpackTMB().