Collection of code to convert TOTEM raw data into digi. More...
#include <RawToDigiConverter.h>
Classes | |
struct | Record |
Public Member Functions | |
void | PrintSummaries () |
Print error summaries. More... | |
RawToDigiConverter (const edm::ParameterSet &conf) | |
void | Run (const VFATFrameCollection &coll, const TotemDAQMapping &mapping, const TotemAnalysisMask &mask, edm::DetSetVector< TotemRPDigi > &digi, edm::DetSetVector< TotemVFATStatus > &status) |
Creates RP digi. More... | |
Private Types | |
enum | TestFlag { tfNoTest, tfWarn, tfErr } |
Private Member Functions | |
void | RunCommon (const VFATFrameCollection &input, const TotemDAQMapping &mapping, std::map< TotemFramePosition, Record > &records) |
Common processing for all VFAT based sub-systems. More... | |
Private Attributes | |
double | BC_fraction |
unsigned int | BC_min |
double | EC_fraction |
the minimal required (relative) occupancy of the most frequent counter value to be accepted More... | |
unsigned int | EC_min |
the minimal required number of frames to determine the most frequent counter value More... | |
std::map< TotemFramePosition, std::map< TotemVFATStatus, unsigned int > > | errorSummary |
error summaries More... | |
unsigned int | printErrorSummary |
unsigned int | printUnknownFrameSummary |
unsigned int | testBCMostFrequent |
unsigned int | testCRC |
unsigned int | testECDAQ |
unsigned int | testECMostFrequent |
unsigned int | testECRaw |
unsigned int | testFootprint |
flags for which tests to run More... | |
unsigned int | testID |
std::map< TotemFramePosition, unsigned int > | unknownSummary |
unsigned char | verbosity |
Collection of code to convert TOTEM raw data into digi.
Definition at line 26 of file RawToDigiConverter.h.
|
private |
Enumerator | |
---|---|
tfNoTest | |
tfWarn | |
tfErr |
Definition at line 51 of file RawToDigiConverter.h.
RawToDigiConverter::RawToDigiConverter | ( | const edm::ParameterSet & | conf | ) |
Definition at line 24 of file RawToDigiConverter.cc.
void RawToDigiConverter::PrintSummaries | ( | ) |
Print error summaries.
Definition at line 276 of file RawToDigiConverter.cc.
References errorSummary, printErrorSummary, printUnknownFrameSummary, and unknownSummary.
void RawToDigiConverter::Run | ( | const VFATFrameCollection & | coll, |
const TotemDAQMapping & | mapping, | ||
const TotemAnalysisMask & | mask, | ||
edm::DetSetVector< TotemRPDigi > & | digi, | ||
edm::DetSetVector< TotemVFATStatus > & | status | ||
) |
Creates RP digi.
Definition at line 200 of file RawToDigiConverter.cc.
References TotemAnalysisMask::analysisMask, TotemVFATInfo::data, TotemRPDetId::decToRawId(), edm::DetSetVector< T >::find_or_insert(), RawToDigiConverter::Record::frame, TotemVFATAnalysisMask::fullMask, VFATFrame::getActiveChannels(), RawToDigiConverter::Record::info, TotemVFATStatus::isOK(), TotemVFATAnalysisMask::maskedChannels, hltrates_dqm_sourceclient-live_cfg::offset, AlCaHLTBitMon_ParallelJobs::p, edm::DetSet< T >::push_back(), record, TotemSymbID::RP, RunCommon(), TotemVFATStatus::setChipPosition(), TotemVFATStatus::setFullyMaskedOut(), TotemVFATStatus::setPartiallyMaskedOut(), RawToDigiConverter::Record::status, TotemSymbID::subSystem, TotemSymbID::symbolicID, TotemVFATInfo::symbolicID, and TotemVFATInfo::type.
Referenced by TotemVFATRawToDigi::run().
|
private |
Common processing for all VFAT based sub-systems.
Definition at line 45 of file RawToDigiConverter.cc.
References CounterChecker::Analyze(), BC_fraction, BC_min, CounterChecker::BCChecker, VFATFrame::checkCRC(), VFATFrame::checkFootprint(), TauDecayModes::dec, EC_fraction, EC_min, CounterChecker::ECChecker, errorSummary, CounterChecker::Fill(), RawToDigiConverter::Record::frame, VFATFrame::getChipID(), VFATFrame::getNumberOfClusters(), TotemVFATInfo::hwID, RawToDigiConverter::Record::info, VFATFrameCollection::Iterator::IsEnd(), VFATFrame::isIDPresent(), VFATFrame::isNumberOfClustersPresent(), visualization-live-secondInstance_cfg::m, python.rootplot.argparse::message, NULL, AlCaHLTBitMon_ParallelJobs::p, printErrorSummary, record, TotemVFATStatus::setCRCError(), TotemVFATStatus::setFootprintError(), TotemVFATStatus::setIDMismatch(), TotemVFATStatus::setMissing(), TotemVFATStatus::setNumberOfClusters(), TotemVFATStatus::setNumberOfClustersSpecified(), RawToDigiConverter::Record::status, TotemSymbID::symbolicID, TotemVFATInfo::symbolicID, testBCMostFrequent, testCRC, testECMostFrequent, testFootprint, testID, tfErr, tfNoTest, unknownSummary, verbosity, and TotemDAQMapping::VFATMapping.
Referenced by Run().
|
private |
Definition at line 66 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
Definition at line 63 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
the minimal required (relative) occupancy of the most frequent counter value to be accepted
Definition at line 66 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
the minimal required number of frames to determine the most frequent counter value
Definition at line 63 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
error summaries
Definition at line 69 of file RawToDigiConverter.h.
Referenced by PrintSummaries(), and RunCommon().
|
private |
Definition at line 48 of file RawToDigiConverter.h.
Referenced by PrintSummaries(), and RunCommon().
|
private |
Definition at line 49 of file RawToDigiConverter.h.
Referenced by PrintSummaries().
|
private |
Definition at line 60 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
Definition at line 55 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
Definition at line 58 of file RawToDigiConverter.h.
|
private |
Definition at line 59 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
Definition at line 57 of file RawToDigiConverter.h.
|
private |
flags for which tests to run
Definition at line 54 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
Definition at line 56 of file RawToDigiConverter.h.
Referenced by RunCommon().
|
private |
Definition at line 70 of file RawToDigiConverter.h.
Referenced by PrintSummaries(), and RunCommon().
|
private |
Definition at line 46 of file RawToDigiConverter.h.
Referenced by RunCommon().