|
|
Go to the documentation of this file.
49 " Number of Pixel Clusters ",
57 " Number of Pixel Cluster Vs LS number",
58 LumiSecHistoPar.getParameter<int32_t>(
"Xbins"),
59 LumiSecHistoPar.getParameter<
double>(
"Xmin"),
60 LumiSecHistoPar.getParameter<
double>(
"Xmax"),
68 " Integrated Luminosity Vs LS number",
69 LumiSecHistoPar.getParameter<int32_t>(
"Xbins"),
70 LumiSecHistoPar.getParameter<
double>(
"Xmin"),
71 LumiSecHistoPar.getParameter<
double>(
"Xmax"),
80 " Correlation of nCluster and Integrated Luminosity Vs LS number",
81 LumiSecHistoPar.getParameter<int32_t>(
"Xbins"),
82 LumiSecHistoPar.getParameter<
double>(
"Xmin"),
83 LumiSecHistoPar.getParameter<
double>(
"Xmax"),
84 LumiHistoPar.getParameter<int32_t>(
"Xbins"),
85 LumiHistoPar.getParameter<
double>(
"Xmin"),
86 LumiHistoPar.getParameter<
double>(
"Xmax"),
105 edm::LogError(
"PixelLumiMonotor") <<
"Could not find Cluster Collection ";
108 unsigned int nClusterPix = (*siPixelClusters).dataSize();
117 edm::LogInfo(
"PixelLumiMonotor") <<
" Run Number " << lumiBlock.
run() <<
" Lumi Section Numnber "
float intgDelLumi() const
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > pixelClusterInputTag_
MonitorElement * bookProfile2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, double lowZ, double highZ, char const *option="s", FUNC onbooking=NOOP())
~DQMLumiMonitor() override
MonitorElement * nClusME_
Log< level::Info, false > LogInfo
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
LuminosityBlockNumber_t luminosityBlock() const
virtual void Reset()
Remove all data from the ME, keept the empty histogram with all its settings.
DQMLumiMonitor(const edm::ParameterSet &)
MonitorElement * bookProfile(TString const &name, TString const &title, int nchX, double lowX, double highX, int, double lowY, double highY, char const *option="s", FUNC onbooking=NOOP())
void analyze(edm::Event const &iEvent, edm::EventSetup const &iSetup) override
void setCurrentFolder(std::string const &fullpath) override
void beginRun(edm::Run const &iRun, edm::EventSetup const &iSetup) override
edm::ParameterSet parameters_
MonitorElement * intLumiVsLSME_
Log< level::Error, false > LogError
edm::EDGetTokenT< LumiSummary > lumiRecordName_
MonitorElement * corrIntLumiAndClusVsLSME_
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override
void endRun(edm::Run const &iRun, edm::EventSetup const &iSetup) override
T getParameter(std::string const &) const
MonitorElement * nClusVsLSME_
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())