![]() |
![]() |
#include <myTKAnalyses/DigiInvestigator/src/OccupancyPlots.cc>
Public Member Functions | |
OccupancyPlots (const edm::ParameterSet &) | |
~OccupancyPlots () | |
![]() | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
![]() | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) override |
virtual void | endJob () |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) override |
Private Attributes | |
TProfile ** | m_avemultiplicity |
TProfile ** | m_aveoccupancy |
TProfile ** | m_averadius |
TProfile ** | m_avez |
edm::FileInPath | m_fp |
std::vector< edm::InputTag > | m_multiplicityMaps |
TH1F ** | m_nchannels_ideal |
TH1F ** | m_nchannels_real |
std::vector< edm::InputTag > | m_occupancyMaps |
RunHistogramManager | m_rhm |
std::map< unsigned int, DetIdSelector > | m_wantedsubdets |
TProfile ** | m_xavedr |
TProfile ** | m_xavedrphi |
TProfile ** | m_xavedz |
TProfile ** | m_yavedr |
TProfile ** | m_yavedrphi |
TProfile ** | m_yavedz |
TProfile ** | m_zavedr |
TProfile ** | m_zavedrphi |
TProfile ** | m_zavedz |
Additional Inherited Members | |
![]() | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
![]() | |
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: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 66 of file OccupancyPlots.cc.
|
explicit |
Definition at line 120 of file OccupancyPlots.cc.
References edm::ParameterSet::getParameter(), m_avemultiplicity, m_aveoccupancy, m_averadius, m_avez, m_nchannels_ideal, m_nchannels_real, m_rhm, m_wantedsubdets, m_xavedr, m_xavedrphi, m_xavedz, m_yavedr, m_yavedrphi, m_yavedz, m_zavedr, m_zavedrphi, m_zavedz, RunHistogramManager::makeTH1F(), and RunHistogramManager::makeTProfile().
OccupancyPlots::~OccupancyPlots | ( | ) |
Definition at line 161 of file OccupancyPlots.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 176 of file OccupancyPlots.cc.
References edm::Event::getByLabel(), m_avemultiplicity, m_aveoccupancy, m_multiplicityMaps, m_occupancyMaps, Association::map, and VarParsing::mult.
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 208 of file OccupancyPlots.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 214 of file OccupancyPlots.cc.
References RunHistogramManager::beginRun(), and m_rhm.
|
privatevirtual |
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 221 of file OccupancyPlots.cc.
References cond::rpcobgas::detid, edm::FileInPath::fullPath(), edm::EventSetup::get(), SiPixelDetInfoFileReader::getAllDetIds(), SiStripDetInfoFileReader::getAllDetIds(), SiStripDetInfoFileReader::getNumberOfApvsAndStripLength(), m_averadius, m_avez, m_fp, m_nchannels_ideal, m_nchannels_real, m_wantedsubdets, m_xavedr, m_xavedrphi, m_xavedz, m_yavedr, m_yavedrphi, m_yavedz, m_zavedr, m_zavedrphi, m_zavedz, cppFunctionSkipper::operator, PV3DBase< T, PVType, FrameType >::perp(), position, matplotRender::reader, EgammaValidation_Wenu_cff::sel, DetId::Tracker, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 88 of file OccupancyPlots.cc.
Referenced by analyze(), and OccupancyPlots().
|
private |
Definition at line 89 of file OccupancyPlots.cc.
Referenced by analyze(), and OccupancyPlots().
|
private |
Definition at line 94 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 95 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 83 of file OccupancyPlots.cc.
Referenced by endRun().
|
private |
Definition at line 81 of file OccupancyPlots.cc.
Referenced by analyze().
|
private |
Definition at line 91 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 92 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 82 of file OccupancyPlots.cc.
Referenced by analyze().
|
private |
Definition at line 85 of file OccupancyPlots.cc.
Referenced by beginRun(), and OccupancyPlots().
|
private |
Definition at line 86 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 102 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 104 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 103 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 99 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 101 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 100 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 96 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 98 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().
|
private |
Definition at line 97 of file OccupancyPlots.cc.
Referenced by endRun(), and OccupancyPlots().