#include <SiPixelErrors/SiPixelErrorsDigisToCalibDigis/src/SiPixelErrorsDigisToCalibDigis.cc>
Public Member Functions | |
MonitorElement * | bookDQMHistogram2D (uint32_t detid, std::string name, std::string title, int nchX, double lowX, double highX, int nchY, double lowY, double highY) |
MonitorElement * | bookDQMHistoPlaquetteSummary2D (uint32_t detid, std::string name, std::string title) |
bool | setDQMDirectory (std::string dirName) |
bool | setDQMDirectory (uint32_t detID) |
SiPixelErrorsDigisToCalibDigis (const edm::ParameterSet &) | |
~SiPixelErrorsDigisToCalibDigis () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Protected Attributes | |
edm::ESHandle< TrackerGeometry > | geom_ |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
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_ |
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) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
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_, and siPixelProducerLabel_.
SiPixelErrorsDigisToCalibDigis::~SiPixelErrorsDigisToCalibDigis | ( | ) |
Definition at line 61 of file SiPixelErrorsDigisToCalibDigis.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 76 of file SiPixelErrorsDigisToCalibDigis.cc.
References edm::DetSet< T >::begin(), bookDQMHistoPlaquetteSummary2D(), edm::DetSet< T >::end(), MonitorElement::Fill(), first, geom_, edm::EventSetup::get(), edm::Event::getByLabel(), edm::InputTag::label(), setDQMDirectory(), SiPixelErrorsDigisToCalibDigis_2DErrorInformation_, siPixelProducerLabel_, and theHistogramIdWorker_.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 135 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 153 of file SiPixelErrorsDigisToCalibDigis.cc.
References DQMStore::book2D(), daqBE_, SiPixelHistogramId::setHistoId(), and theHistogramIdWorker_.
MonitorElement * SiPixelErrorsDigisToCalibDigis::bookDQMHistoPlaquetteSummary2D | ( | uint32_t | detid, |
std::string | name, | ||
std::string | title | ||
) |
Definition at line 159 of file SiPixelErrorsDigisToCalibDigis.cc.
References DQMStore::book2D(), daqBE_, geom_, TrackerGeometry::idToDet(), PixelTopology::ncolumns(), PixelTopology::nrows(), SiPixelHistogramId::setHistoId(), PixelGeomDetUnit::specificTopology(), and theHistogramIdWorker_.
Referenced by analyze().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 142 of file SiPixelErrorsDigisToCalibDigis.cc.
References createOutputFile_, and outputFilename_.
bool SiPixelErrorsDigisToCalibDigis::setDQMDirectory | ( | std::string | dirName | ) |
Definition at line 171 of file SiPixelErrorsDigisToCalibDigis.cc.
References daqBE_, DQMStore::dirExists(), and DQMStore::setCurrentFolder().
Referenced by analyze().
bool SiPixelErrorsDigisToCalibDigis::setDQMDirectory | ( | uint32_t | detID | ) |
Definition at line 177 of file SiPixelErrorsDigisToCalibDigis.cc.
References folderMaker_, and SiPixelFolderOrganizer::setModuleFolder().
|
private |
Definition at line 80 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by endJob(), and SiPixelErrorsDigisToCalibDigis().
|
private |
Definition at line 77 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by bookDQMHistogram2D(), bookDQMHistoPlaquetteSummary2D(), setDQMDirectory(), and SiPixelErrorsDigisToCalibDigis().
|
private |
Definition at line 82 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 79 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by endJob(), and SiPixelErrorsDigisToCalibDigis().
|
private |
Definition at line 83 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 85 of file SiPixelErrorsDigisToCalibDigis.h.
|
private |
Definition at line 78 of file SiPixelErrorsDigisToCalibDigis.h.
Referenced by analyze(), bookDQMHistogram2D(), and bookDQMHistoPlaquetteSummary2D().