#include <SiPixelHLTSource.h>
Private Attributes | |
edm::ParameterSet | conf_ |
std::string | dirName_ |
edm::EDGetTokenT < edm::DetSetVector < SiPixelRawDataError > > | errin_ |
int | eventNo |
bool | firstRun |
MonitorElement * | meNCRCs_ |
MonitorElement * | meNErrors_ |
MonitorElement * | meRawWords_ |
edm::ESHandle< TrackerGeometry > | pDD |
edm::EDGetTokenT < FEDRawDataCollection > | rawin_ |
bool | saveFile |
bool | slowDown |
DQMStore * | theDMBE |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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::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: Produces histograms for error information generated at the raw2digi stage for the pixel tracker.
Implementation: Takes raw data and error data as input, and uses it to populate three histograms indexed by FED id.
Definition at line 48 of file SiPixelHLTSource.h.
|
explicit |
Definition at line 47 of file SiPixelHLTSource.cc.
References cppFunctionSkipper::operator, and theDMBE.
SiPixelHLTSource::~SiPixelHLTSource | ( | ) |
Definition at line 60 of file SiPixelHLTSource.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 98 of file SiPixelHLTSource.cc.
References edm::DetSetVector< T >::begin(), edm::DetSetVector< T >::end(), errin_, eventNo, HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::HandleBase::isValid(), meNCRCs_, meNErrors_, meRawWords_, pDD, GeomDetEnumerators::PixelBarrel, GeomDetEnumerators::PixelEndcap, rawin_, FEDRawData::size(), and slowDown.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 68 of file SiPixelHLTSource.cc.
References firstRun.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 72 of file SiPixelHLTSource.cc.
References bookMEs(), eventNo, firstRun, edm::EventSetup::get(), and pDD.
|
virtual |
Definition at line 163 of file SiPixelHLTSource.cc.
References DQMStore::cd(), conf_, dirName_, edm::ParameterSet::getParameter(), edm::InputTag::label(), meNCRCs_, meNErrors_, meRawWords_, cppFunctionSkipper::operator, MonitorElement::setAxisTitle(), DQMStore::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, and theDMBE.
Referenced by beginRun().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 85 of file SiPixelHLTSource.cc.
References conf_, edm::ParameterSet::getParameter(), download_sqlite_cfg::outputFile, DQMStore::save(), saveFile, AlCaHLTBitMon_QueryRunRegistry::string, and theDMBE.
|
private |
Definition at line 60 of file SiPixelHLTSource.h.
|
private |
Definition at line 66 of file SiPixelHLTSource.h.
Referenced by bookMEs().
|
private |
Definition at line 62 of file SiPixelHLTSource.h.
Referenced by analyze().
|
private |
Definition at line 67 of file SiPixelHLTSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 72 of file SiPixelHLTSource.h.
Referenced by beginJob(), and beginRun().
|
private |
Definition at line 70 of file SiPixelHLTSource.h.
|
private |
Definition at line 71 of file SiPixelHLTSource.h.
|
private |
Definition at line 69 of file SiPixelHLTSource.h.
|
private |
Definition at line 63 of file SiPixelHLTSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 61 of file SiPixelHLTSource.h.
Referenced by analyze().
|
private |
Definition at line 64 of file SiPixelHLTSource.h.
Referenced by endJob().
|
private |
Definition at line 65 of file SiPixelHLTSource.h.
Referenced by analyze().
|
private |
Definition at line 68 of file SiPixelHLTSource.h.
Referenced by bookMEs(), endJob(), and SiPixelHLTSource().