#include <PNIntegrityTask.h>
Public Types | |
enum | MESets { kMEMChId, kMEMGain, kMEMBlockSize, kMEMTowerId, nMESets } |
Public Types inherited from ecaldqm::DQWorker | |
enum | MESets { nMESets } |
Public Member Functions | |
void | analyze (const void *, Collections) |
PNIntegrityTask (const edm::ParameterSet &, const edm::ParameterSet &) | |
void | runOnErrors (const EcalElectronicsIdCollection &, Collections) |
~PNIntegrityTask () | |
Public Member Functions inherited from ecaldqm::DQWorkerTask | |
virtual void | beginEvent (const edm::Event &, const edm::EventSetup &) |
DQWorkerTask (const edm::ParameterSet &, const edm::ParameterSet &, std::string const &) | |
virtual void | endEvent (const edm::Event &, const edm::EventSetup &) |
virtual bool | filterRunType (const std::vector< short > &) |
virtual bool | filterTrigger (const edm::TriggerResultsByName &) |
virtual const std::vector < std::pair< Collections, Collections > > & | getDependencies () |
virtual bool | runsOn (unsigned) |
virtual | ~DQWorkerTask () |
Public Member Functions inherited from ecaldqm::DQWorker | |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
virtual void | bookMEs () |
DQWorker (const edm::ParameterSet &, const edm::ParameterSet &, std::string const &) | |
virtual void | endLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
const std::vector< MESet * > & | getMEs () |
virtual std::string const & | getName () |
virtual bool | isInitialized () |
virtual void | reset () |
virtual void | setInitialized (bool _init) |
virtual void | setVerbosity (int _verbosity) |
virtual | ~DQWorker () |
Static Public Member Functions | |
static void | setMEData (std::vector< MEData > &) |
Static Public Member Functions inherited from ecaldqm::DQWorker | |
static void | setMEData (std::vector< MEData > &) |
Additional Inherited Members | |
Static Public Attributes inherited from ecaldqm::DQWorker | |
static std::map< std::string, std::vector< MEData > > | meData |
Protected Member Functions inherited from ecaldqm::DQWorker | |
MESet * | createMESet_ (std::string const &, MEData const &, bool _readOnly=false) const |
void | meSet_ (unsigned, edm::ParameterSet const &) |
Protected Attributes inherited from ecaldqm::DQWorkerTask | |
uint32_t | collectionMask_ |
std::vector< std::pair < Collections, Collections > > | dependencies_ |
Protected Attributes inherited from ecaldqm::DQWorker | |
bool | initialized_ |
std::vector< MESet * > | MEs_ |
std::string | name_ |
int | verbosity_ |
Definition at line 10 of file PNIntegrityTask.h.
Enumerator | |
---|---|
kMEMChId | |
kMEMGain | |
kMEMBlockSize | |
kMEMTowerId | |
nMESets |
Definition at line 19 of file PNIntegrityTask.h.
ecaldqm::PNIntegrityTask::PNIntegrityTask | ( | const edm::ParameterSet & | _params, |
const edm::ParameterSet & | _paths | ||
) |
Definition at line 7 of file PNIntegrityTask.cc.
References ecaldqm::DQWorkerTask::collectionMask_, ecaldqm::kMEMBlockSizeErrors, ecaldqm::kMEMChIdErrors, ecaldqm::kMEMGainErrors, and ecaldqm::kMEMTowerIdErrors.
ecaldqm::PNIntegrityTask::~PNIntegrityTask | ( | ) |
Definition at line 17 of file PNIntegrityTask.cc.
|
inlinevirtual |
Reimplemented from ecaldqm::DQWorkerTask.
Definition at line 30 of file PNIntegrityTask.h.
References ecaldqm::kMEMBlockSizeErrors, ecaldqm::kMEMChIdErrors, ecaldqm::kMEMGainErrors, ecaldqm::kMEMTowerIdErrors, and runOnErrors().
void ecaldqm::PNIntegrityTask::runOnErrors | ( | const EcalElectronicsIdCollection & | _ids, |
Collections | _collection | ||
) |
Definition at line 22 of file PNIntegrityTask.cc.
References edm::EDCollection< T >::begin(), edm::EDCollection< T >::end(), kMEMBlockSize, ecaldqm::kMEMBlockSizeErrors, kMEMChId, ecaldqm::kMEMChIdErrors, kMEMGain, ecaldqm::kMEMGainErrors, kMEMTowerId, ecaldqm::kMEMTowerIdErrors, ecaldqm::DQWorker::MEs_, nMESets, and runtimedef::set().
Referenced by analyze().
|
static |
Definition at line 50 of file PNIntegrityTask.cc.
References MonitorElement::DQM_KIND_TH1F, EcalDQMBinningService::kChannel, EcalDQMBinningService::kCrystal, kMEMBlockSize, kMEMChId, kMEMGain, and kMEMTowerId.