#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 |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 49 of file SiPixelHLTSource.h.
|
explicit |
Definition at line 49 of file SiPixelHLTSource.cc.
References firstRun.
SiPixelHLTSource::~SiPixelHLTSource | ( | ) |
Definition at line 62 of file SiPixelHLTSource.cc.
|
overridevirtual |
Definition at line 88 of file SiPixelHLTSource.cc.
References edm::DetSetVector< T >::begin(), TrackerGeometry::dets(), edm::DetSetVector< T >::end(), errin_, eventNo, FEDRawDataCollection::FEDData(), l1t::stage2::layer2::fedId, HcalObjRepresent::Fill(), edm::Event::getByToken(), GeomDetEnumerators::isTrackerPixel(), edm::HandleBase::isValid(), meNCRCs_, meNErrors_, meRawWords_, pDD, rawin_, FEDRawData::size(), and slowDown.
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 80 of file SiPixelHLTSource.cc.
References bookMEs().
|
virtual |
Definition at line 153 of file SiPixelHLTSource.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), conf_, DEFINE_FWK_MODULE, dirName_, edm::ParameterSet::getParameter(), edm::InputTag::label(), meNCRCs_, meNErrors_, meRawWords_, MonitorElement::setAxisTitle(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by bookHistograms().
|
overridevirtual |
Definition at line 70 of file SiPixelHLTSource.cc.
References eventNo, firstRun, edm::EventSetup::get(), and pDD.
|
private |
Definition at line 61 of file SiPixelHLTSource.h.
Referenced by bookMEs().
|
private |
Definition at line 67 of file SiPixelHLTSource.h.
Referenced by bookMEs().
|
private |
Definition at line 63 of file SiPixelHLTSource.h.
Referenced by analyze().
|
private |
Definition at line 68 of file SiPixelHLTSource.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 72 of file SiPixelHLTSource.h.
Referenced by dqmBeginRun(), and SiPixelHLTSource().
|
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 64 of file SiPixelHLTSource.h.
Referenced by analyze(), and dqmBeginRun().
|
private |
Definition at line 62 of file SiPixelHLTSource.h.
Referenced by analyze().
|
private |
Definition at line 65 of file SiPixelHLTSource.h.
|
private |
Definition at line 66 of file SiPixelHLTSource.h.
Referenced by analyze().