#include <SiPixelErrors/SiPixelErrorsDigisToCalibDigis/src/SiPixelErrorsDigisToCalibDigis.cc>
Protected Attributes | |
edm::ESHandle< TrackerGeometry > | geom_ |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | endJob () override |
Private Attributes | |
bool | createOutputFile_ |
DQMStore * | daqBE_ |
SiPixelFolderOrganizer * | folderMaker_ |
std::string | outputFilename_ |
std::map< uint32_t, MonitorElement * > | SiPixelErrorsDigisToCalibDigis_2DErrorInformation_ |
edm::InputTag | siPixelProducerLabel_ |
MonitorElement * | temp |
SiPixelHistogramId * | theHistogramIdWorker_ |
edm::EDGetTokenT< edm::DetSetVector< SiPixelCalibDigiError > > | tPixelCalibDigiError |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
class SiPixelErrorsDigisToCalibDigis
Description: Create monitorElements for the Errors in created in the reduction of digis to calibDigis
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 51 of file SiPixelErrorsDigisToCalibDigis.h.
|
explicit |
Definition at line 45 of file SiPixelErrorsDigisToCalibDigis.cc.
References createOutputFile_, daqBE_, folderMaker_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), outputFilename_, siPixelProducerLabel_, AlCaHLTBitMon_QueryRunRegistry::string, and tPixelCalibDigiError.
|
override |
Definition at line 63 of file SiPixelErrorsDigisToCalibDigis.cc.
|
overrideprivate |
Definition at line 78 of file SiPixelErrorsDigisToCalibDigis.cc.
References edm::DetSetVector< T >::begin(), bookDQMHistoPlaquetteSummary2D(), edm::DetSetVector< T >::end(), MonitorElement::Fill(), plotBeamSpotDB::first, geom_, edm::EventSetup::get(), edm::Event::getByToken(), edm::InputTag::label(), setDQMDirectory(), SiPixelErrorsDigisToCalibDigis_2DErrorInformation_, siPixelProducerLabel_, theHistogramIdWorker_, and tPixelCalibDigiError.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 137 of file SiPixelErrorsDigisToCalibDigis.cc.
MonitorElement * SiPixelErrorsDigisToCalibDigis::bookDQMHistogram2D | ( | uint32_t | detid, |
std::string | name, | ||
std::string | title, | ||
int | nchX, | ||
double | lowX, | ||
double | highX, | ||
int | nchY, | ||
double | lowY, | ||
double | highY | ||
) |
Definition at line 155 of file SiPixelErrorsDigisToCalibDigis.cc.
References daqBE_, SiPixelHistogramId::setHistoId(), AlCaHLTBitMon_QueryRunRegistry::string, and theHistogramIdWorker_.
MonitorElement * SiPixelErrorsDigisToCalibDigis::bookDQMHistoPlaquetteSummary2D | ( | uint32_t | detid, |
std::string | name, | ||
std::string | title | ||
) |
Definition at line 161 of file SiPixelErrorsDigisToCalibDigis.cc.
References daqBE_, geom_, TrackerGeometry::idToDet(), PixelTopology::ncolumns(), PixelTopology::nrows(), SiPixelHistogramId::setHistoId(), PixelGeomDetUnit::specificTopology(), AlCaHLTBitMon_QueryRunRegistry::string, and theHistogramIdWorker_.
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 144 of file SiPixelErrorsDigisToCalibDigis.cc.
References createOutputFile_, outputFilename_, and cuy::save.
Referenced by o2olib.O2ORunMgr::executeJob().
bool SiPixelErrorsDigisToCalibDigis::setDQMDirectory | ( | std::string | dirName | ) |
Definition at line 173 of file SiPixelErrorsDigisToCalibDigis.cc.
References daqBE_.
Referenced by analyze().
bool SiPixelErrorsDigisToCalibDigis::setDQMDirectory | ( | uint32_t | detID | ) |
Definition at line 179 of file SiPixelErrorsDigisToCalibDigis.cc.
References DEFINE_FWK_MODULE, folderMaker_, and SiPixelFolderOrganizer::setModuleFolder().
|
private |
Definition at line 81 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by endJob(), and SiPixelErrorsDigisToCalibDigis().
|
private |
Definition at line 78 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by bookDQMHistogram2D(), bookDQMHistoPlaquetteSummary2D(), setDQMDirectory(), and SiPixelErrorsDigisToCalibDigis().
|
private |
Definition at line 83 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by setDQMDirectory(), and SiPixelErrorsDigisToCalibDigis().
|
protected |
Definition at line 63 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by analyze(), and bookDQMHistoPlaquetteSummary2D().
|
private |
Definition at line 80 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by endJob(), and SiPixelErrorsDigisToCalibDigis().
|
private |
Definition at line 84 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by analyze().
|
private |
Definition at line 75 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by analyze(), and SiPixelErrorsDigisToCalibDigis().
|
private |
Definition at line 86 of file SiPixelErrorsDigisToCalibDigis.h.
|
private |
Definition at line 79 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by analyze(), bookDQMHistogram2D(), and bookDQMHistoPlaquetteSummary2D().
|
private |
Definition at line 76 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by analyze(), and SiPixelErrorsDigisToCalibDigis().