#include <DigiVtxPosCorrHistogramMaker.h>
Public Member Functions | |
void | beginRun (const unsigned int nrun) |
void | book (const std::string dirname, const std::map< unsigned int, std::string > &labels) |
void | book (const std::string dirname) |
DigiVtxPosCorrHistogramMaker (edm::ConsumesCollector &&iC) | |
DigiVtxPosCorrHistogramMaker (const edm::ParameterSet &iConfig, edm::ConsumesCollector &&iC) | |
void | fill (const edm::Event &iEvent, const std::map< unsigned int, int > &ndigi) |
~DigiVtxPosCorrHistogramMaker () | |
Private Attributes | |
std::map< unsigned int, int > | m_binmax |
std::string | m_hitname |
std::map< unsigned int, std::string > | m_labels |
edm::EDGetTokenT< edm::HepMCProduct > | m_mcvtxcollectionToken |
const int | m_nbins |
std::map< unsigned int, TH2F * > | m_nmultvsvtxpos |
std::map< unsigned int, TProfile * > | m_nmultvsvtxposprof |
const int | m_scalefact |
std::map< unsigned int, TFileDirectory * > | m_subdirs |
Definition at line 19 of file DigiVtxPosCorrHistogramMaker.h.
DigiVtxPosCorrHistogramMaker::DigiVtxPosCorrHistogramMaker | ( | edm::ConsumesCollector && | iC | ) |
Definition at line 16 of file DigiVtxPosCorrHistogramMaker.cc.
DigiVtxPosCorrHistogramMaker::DigiVtxPosCorrHistogramMaker | ( | const edm::ParameterSet & | iConfig, |
edm::ConsumesCollector && | iC | ||
) |
Definition at line 20 of file DigiVtxPosCorrHistogramMaker.cc.
References edm::ParameterSet::getUntrackedParameter(), m_binmax, m_labels, and AlCaHLTBitMon_QueryRunRegistry::string.
DigiVtxPosCorrHistogramMaker::~DigiVtxPosCorrHistogramMaker | ( | ) |
Definition at line 40 of file DigiVtxPosCorrHistogramMaker.cc.
References mps_fire::i, m_labels, m_subdirs, and AlCaHLTBitMon_QueryRunRegistry::string.
void DigiVtxPosCorrHistogramMaker::beginRun | ( | const unsigned int | nrun | ) |
Definition at line 110 of file DigiVtxPosCorrHistogramMaker.cc.
void DigiVtxPosCorrHistogramMaker::book | ( | const std::string | dirname, |
const std::map< unsigned int, std::string > & | labels | ||
) |
Definition at line 53 of file DigiVtxPosCorrHistogramMaker.cc.
References tablePrinter::labels, and m_labels.
Referenced by MultiplicityInvestigator::MultiplicityInvestigator().
void DigiVtxPosCorrHistogramMaker::book | ( | const std::string | dirname | ) |
Definition at line 60 of file DigiVtxPosCorrHistogramMaker.cc.
References mps_fire::i, m_binmax, m_hitname, m_labels, m_nbins, m_nmultvsvtxpos, m_nmultvsvtxposprof, m_scalefact, m_subdirs, TFileService::mkdir(), TFileDirectory::mkdir(), dataset::name, SiStripTKNumbers::nstrips(), AlCaHLTBitMon_QueryRunRegistry::string, and runGCPTkAlMap::title.
void DigiVtxPosCorrHistogramMaker::fill | ( | const edm::Event & | iEvent, |
const std::map< unsigned int, int > & | ndigi | ||
) |
Definition at line 115 of file DigiVtxPosCorrHistogramMaker.cc.
References edm::Event::getByToken(), edm::HepMCProduct::GetEvent(), mps_fire::i, edm::HandleBase::isValid(), m_labels, m_mcvtxcollectionToken, m_nmultvsvtxpos, and m_nmultvsvtxposprof.
Referenced by MultiplicityInvestigator::analyze().
|
private |
Definition at line 38 of file DigiVtxPosCorrHistogramMaker.h.
Referenced by book(), and DigiVtxPosCorrHistogramMaker().
|
private |
Definition at line 35 of file DigiVtxPosCorrHistogramMaker.h.
Referenced by book().
|
private |
Definition at line 39 of file DigiVtxPosCorrHistogramMaker.h.
Referenced by book(), DigiVtxPosCorrHistogramMaker(), fill(), and ~DigiVtxPosCorrHistogramMaker().
|
private |
Definition at line 34 of file DigiVtxPosCorrHistogramMaker.h.
Referenced by fill().
|
private |
Definition at line 36 of file DigiVtxPosCorrHistogramMaker.h.
Referenced by book().
|
private |
Definition at line 41 of file DigiVtxPosCorrHistogramMaker.h.
|
private |
Definition at line 42 of file DigiVtxPosCorrHistogramMaker.h.
|
private |
Definition at line 37 of file DigiVtxPosCorrHistogramMaker.h.
Referenced by book().
|
private |
Definition at line 43 of file DigiVtxPosCorrHistogramMaker.h.
Referenced by book(), and ~DigiVtxPosCorrHistogramMaker().