#include <DQM/SiStripMonitorHardware/plugins/SiStripFEDMonitor.cc>
Public Member Functions | |
SiStripFEDMonitorPlugin (const edm::ParameterSet &) | |
~SiStripFEDMonitorPlugin () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
virtual void | endJob () |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) |
void | getMajority (const std::vector< std::pair< unsigned int, unsigned int > > &aFeMajVec, unsigned int &aMajorityCounter, std::vector< unsigned int > &afedIds) |
void | updateCabling (const edm::EventSetup &eventSetup) |
Static Private Member Functions | |
static bool | pairComparison (const std::pair< unsigned int, unsigned int > &pair1, const std::pair< unsigned int, unsigned int > &pair2) |
Private Attributes | |
const SiStripFedCabling * | cabling_ |
uint32_t | cablingCacheId_ |
bool | doFEMajorityCheck_ |
bool | doMedHists_ |
bool | doTkHistoMap_ |
DQMStore * | dqm_ |
std::string | dqmStoreFileName_ |
FEDErrors | fedErrors_ |
FEDHistograms | fedHists_ |
bool | fillAllDetailedHistograms_ |
bool | fillWithEvtNum_ |
std::string | folderName_ |
unsigned int | maxFedBufferSize_ |
unsigned int | nEvt_ |
unsigned int | printDebug_ |
edm::InputTag | rawDataTag_ |
bool | writeDQMStore_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: DQM source application to produce data integrety histograms for SiStrip data
Definition at line 61 of file SiStripFEDMonitor.cc.
|
explicit |
Definition at line 125 of file SiStripFEDMonitor.cc.
References doFEMajorityCheck_, doMedHists_, doTkHistoMap_, dqmStoreFileName_, fedHists_, fillAllDetailedHistograms_, fillWithEvtNum_, folderName_, LogTrace, nEvt_, NULL, printDebug_, rawDataTag_, and writeDQMStore_.
SiStripFEDMonitorPlugin::~SiStripFEDMonitorPlugin | ( | ) |
Definition at line 177 of file SiStripFEDMonitor.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 188 of file SiStripFEDMonitor.cc.
References begin, cabling_, doFEMajorityCheck_, doMedHists_, doTkHistoMap_, end, edm::EventID::event(), edm::HandleBase::failedToGet(), FEDRawDataCollection::FEDData(), fedErrors_, fedHists_, fillWithEvtNum_, edm::EventSetup::get(), edm::Event::getByLabel(), getMajority(), edm::EventBase::id(), edm::HandleBase::isValid(), maxFedBufferSize_, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiStripFEDID, nEvt_, edm::EventBase::orbitNumber(), pairComparison(), printDebug_, edm::ESHandle< class >::product(), rawDataTag_, FEDRawData::size(), findQualityFiles::size, python.multivaluedict::sort(), and updateCabling().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 458 of file SiStripFEDMonitor.cc.
References dqm_, fedHists_, fillAllDetailedHistograms_, folderName_, nEvt_, and DQMStore::setCurrentFolder().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 497 of file SiStripFEDMonitor.cc.
References fedErrors_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 489 of file SiStripFEDMonitor.cc.
References dqm_, dqmStoreFileName_, DQMStore::save(), and writeDQMStore_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 507 of file SiStripFEDMonitor.cc.
References fedErrors_, and fedHists_.
|
private |
Definition at line 389 of file SiStripFEDMonitor.cc.
References gather_cfg::cout, and python.multivaluedict::sort().
Referenced by analyze().
|
staticprivate |
Definition at line 384 of file SiStripFEDMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 516 of file SiStripFEDMonitor.cc.
References cabling_, cablingCacheId_, edm::EventSetup::get(), and edm::ESHandle< class >::product().
Referenced by analyze().
|
private |
Definition at line 105 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and updateCabling().
|
private |
Definition at line 104 of file SiStripFEDMonitor.cc.
Referenced by updateCabling().
|
private |
Definition at line 110 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 109 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 108 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 102 of file SiStripFEDMonitor.cc.
Referenced by beginJob(), and endJob().
|
private |
Definition at line 100 of file SiStripFEDMonitor.cc.
Referenced by endJob(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 116 of file SiStripFEDMonitor.cc.
Referenced by analyze(), beginLuminosityBlock(), and endLuminosityBlock().
|
private |
Definition at line 88 of file SiStripFEDMonitor.cc.
Referenced by analyze(), beginJob(), endLuminosityBlock(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 92 of file SiStripFEDMonitor.cc.
Referenced by beginJob(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 94 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 90 of file SiStripFEDMonitor.cc.
Referenced by beginJob(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 117 of file SiStripFEDMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 112 of file SiStripFEDMonitor.cc.
Referenced by analyze(), beginJob(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 96 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 86 of file SiStripFEDMonitor.cc.
Referenced by analyze(), and SiStripFEDMonitorPlugin().
|
private |
Definition at line 99 of file SiStripFEDMonitor.cc.
Referenced by endJob(), and SiStripFEDMonitorPlugin().