#include <SiPixelRecHitSource.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &, edm::EventSetup const &) |
virtual void | bookMEs () |
virtual void | buildStructure (edm::EventSetup const &) |
virtual void | endJob () |
SiPixelRecHitSource (const edm::ParameterSet &conf) | |
~SiPixelRecHitSource () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
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 Attributes | |
bool | bladeOn |
edm::ParameterSet | conf_ |
bool | diskOn |
int | eventNo |
bool | firstRun |
bool | isPIB |
bool | ladOn |
bool | layOn |
bool | modOn |
bool | phiOn |
std::map< uint32_t, int > | rechit_count |
bool | reducedSet |
bool | ringOn |
bool | saveFile |
bool | slowDown |
edm::InputTag | src_ |
DQMStore * | theDMBE |
std::map< uint32_t, SiPixelRecHitModule * > | thePixelStructure |
bool | twoDimOn |
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) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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 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: header file for Pixel Monitor Rec Hits
Usage: see description
Definition at line 54 of file SiPixelRecHitSource.h.
|
explicit |
Definition at line 50 of file SiPixelRecHitSource.cc.
References cppFunctionSkipper::operator, and theDMBE.
SiPixelRecHitSource::~SiPixelRecHitSource | ( | ) |
Definition at line 71 of file SiPixelRecHitSource.cc.
References thePixelStructure.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 123 of file SiPixelRecHitSource.cc.
References edmNew::DetSet< T >::begin(), bladeOn, diskOn, edmNew::DetSet< T >::end(), eventNo, edm::Event::getByLabel(), ladOn, layOn, match(), modOn, phiOn, rechit_count, reducedSet, ringOn, slowDown, mathSSE::sqrt(), src_, thePixelStructure, twoDimOn, PV3DBase< T, PVType, FrameType >::x(), LocalError::xx(), PV3DBase< T, PVType, FrameType >::y(), and LocalError::yy().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 84 of file SiPixelRecHitSource.cc.
References firstRun.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 89 of file SiPixelRecHitSource.cc.
References bladeOn, bookMEs(), buildStructure(), diskOn, eventNo, firstRun, ladOn, layOn, modOn, phiOn, ringOn, and twoDimOn.
|
virtual |
Create folder tree and book histograms
Definition at line 251 of file SiPixelRecHitSource.cc.
References bladeOn, conf_, diskOn, edm::hlt::Exception, isPIB, ladOn, layOn, LogDebug, modOn, phiOn, reducedSet, ringOn, SiPixelFolderOrganizer::setModuleFolder(), thePixelStructure, and twoDimOn.
Referenced by beginRun().
|
virtual |
Definition at line 187 of file SiPixelRecHitSource.cc.
References PixelEndcapName::bladeName(), PixelEndcapName::diskName(), edm::EventSetup::get(), PixelEndcapName::halfCylinder(), isPIB, LogDebug, PixelEndcapName::pannelName(), PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, PixelEndcapName::plaquetteName(), DetId::rawId(), AlCaHLTBitMon_QueryRunRegistry::string, DetId::subdetId(), and thePixelStructure.
Referenced by beginRun().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 109 of file SiPixelRecHitSource.cc.
References conf_, edm::ParameterSet::getParameter(), download_sqlite_cfg::outputFile, DQMStore::save(), saveFile, AlCaHLTBitMon_QueryRunRegistry::string, and theDMBE.
|
private |
Definition at line 85 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().
|
private |
Definition at line 70 of file SiPixelRecHitSource.h.
|
private |
Definition at line 85 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().
|
private |
Definition at line 75 of file SiPixelRecHitSource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 87 of file SiPixelRecHitSource.h.
Referenced by beginJob(), and beginRun().
|
private |
Definition at line 73 of file SiPixelRecHitSource.h.
Referenced by bookMEs(), and buildStructure().
|
private |
Definition at line 83 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().
|
private |
Definition at line 83 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().
|
private |
Definition at line 79 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().
|
private |
Definition at line 83 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().
|
private |
Definition at line 78 of file SiPixelRecHitSource.h.
Referenced by analyze().
|
private |
Definition at line 81 of file SiPixelRecHitSource.h.
|
private |
Definition at line 85 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().
|
private |
Definition at line 72 of file SiPixelRecHitSource.h.
Referenced by endJob().
|
private |
Definition at line 74 of file SiPixelRecHitSource.h.
Referenced by analyze().
|
private |
Definition at line 71 of file SiPixelRecHitSource.h.
Referenced by analyze().
|
private |
Definition at line 76 of file SiPixelRecHitSource.h.
Referenced by endJob(), and SiPixelRecHitSource().
|
private |
Definition at line 77 of file SiPixelRecHitSource.h.
Referenced by analyze(), bookMEs(), buildStructure(), and ~SiPixelRecHitSource().
|
private |
Definition at line 80 of file SiPixelRecHitSource.h.
Referenced by analyze(), beginRun(), and bookMEs().