#include <SiPixelHitEfficiencySource.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &r, edm::EventSetup const &iSetup) |
virtual void | endJob (void) |
SiPixelHitEfficiencySource (const edm::ParameterSet &) | |
~SiPixelHitEfficiencySource () | |
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 | applyEdgeCut_ |
bool | bladeOn |
DQMStore * | dbe_ |
bool | debug_ |
bool | diskOn |
bool | firstRun |
bool | ladOn |
bool | layOn |
bool | modOn |
int | nmissing |
double | nSigma_EdgeCut_ |
int | nvalid |
int | nvtx_ |
bool | phiOn |
edm::ParameterSet | pSet_ |
bool | ringOn |
edm::InputTag | src_ |
std::map< uint32_t, SiPixelHitEfficiencyModule * > | theSiPixelStructure |
edm::InputTag | tracksrc_ |
double | vtxchi2_ |
double | vtxD0_ |
double | vtxndof_ |
int | vtxntrk_ |
double | vtxX_ |
double | vtxY_ |
double | vtxZ_ |
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) |
Definition at line 40 of file SiPixelHitEfficiencySource.h.
|
explicit |
Definition at line 63 of file SiPixelHitEfficiencySource.cc.
References applyEdgeCut_, bladeOn, dbe_, debug_, diskOn, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), ladOn, layOn, modOn, nSigma_EdgeCut_, cppFunctionSkipper::operator, phiOn, pSet_, ringOn, and tracksrc_.
SiPixelHitEfficiencySource::~SiPixelHitEfficiencySource | ( | ) |
Definition at line 89 of file SiPixelHitEfficiencySource.cc.
References theSiPixelStructure.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 191 of file SiPixelHitEfficiencySource.cc.
References abs, edm::AssociationMap< Tag >::begin(), edmNew::DetSetVector< T >::begin(), bladeOn, gather_cfg::cout, debug_, PixelEndcapName::diskName(), diskOn, edm::AssociationMap< Tag >::end(), edmNew::DetSetVector< T >::end(), edm::EventSetup::get(), edm::Event::getByLabel(), i, edmNew::DetSetVector< T >::id(), TrackerGeometry::idToDet(), TrackerGeometry::idToDetUnit(), PixelBarrelName::isHalfModule(), edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), edm::Ref< C, T, F >::key(), ladOn, PixelBarrelName::layerName(), layOn, ClusterParameterEstimator< T >::localParameters(), TrajectoryStateOnSurface::localParameters(), TrajectoryStateOnSurface::localPosition(), match(), TrackingRecHit::missing, modOn, nmissing, nvalid, nvtx_, PixelEndcapName::pannelName(), phiOn, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, PixelEndcapName::plaquetteName(), edm::Handle< T >::product(), edm::ESHandle< class >::product(), ringOn, edm::AssociationMap< Tag >::size(), mathSSE::sqrt(), DetId::subdetId(), StripSubdetector::TEC, theSiPixelStructure, StripSubdetector::TIB, StripSubdetector::TID, StripSubdetector::TOB, DetId::Tracker, patCandidatesForDimuonsSequences_cff::tracker, tracksrc_, TrackingRecHit::valid, vtxchi2_, vtxD0_, vtxndof_, vtxntrk_, vtxX_, vtxY_, vtxZ_, PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 99 of file SiPixelHitEfficiencySource.cc.
References firstRun.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 104 of file SiPixelHitEfficiencySource.cc.
References bladeOn, debug_, diskOn, edm::hlt::Exception, firstRun, edm::EventSetup::get(), ladOn, layOn, modOn, python.rootplot.argparse::module, nmissing, nvalid, phiOn, pSet_, ringOn, SiPixelFolderOrganizer::setModuleFolder(), and theSiPixelStructure.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 173 of file SiPixelHitEfficiencySource.cc.
References dbe_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), download_sqlite_cfg::outputFile, pSet_, DQMStore::save(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 55 of file SiPixelHitEfficiencySource.h.
Referenced by SiPixelHitEfficiencySource().
|
private |
Definition at line 65 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 58 of file SiPixelHitEfficiencySource.h.
Referenced by endJob(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 60 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 65 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 67 of file SiPixelHitEfficiencySource.h.
Referenced by beginJob(), and beginRun().
|
private |
Definition at line 63 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 63 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 61 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 71 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 56 of file SiPixelHitEfficiencySource.h.
Referenced by SiPixelHitEfficiencySource().
|
private |
Definition at line 71 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 73 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().
|
private |
Definition at line 63 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 51 of file SiPixelHitEfficiencySource.h.
Referenced by beginRun(), endJob(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 65 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 52 of file SiPixelHitEfficiencySource.h.
|
private |
Definition at line 69 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), beginRun(), and ~SiPixelHitEfficiencySource().
|
private |
Definition at line 53 of file SiPixelHitEfficiencySource.h.
Referenced by analyze(), and SiPixelHitEfficiencySource().
|
private |
Definition at line 80 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().
|
private |
Definition at line 75 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().
|
private |
Definition at line 79 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().
|
private |
Definition at line 74 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().
|
private |
Definition at line 76 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().
|
private |
Definition at line 77 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().
|
private |
Definition at line 78 of file SiPixelHitEfficiencySource.h.
Referenced by analyze().