#include <GlobalRecHitsAnalyzer.h>
Public Types | |
typedef std::map< uint32_t, float, std::less< uint32_t > > | MapType |
Public Types inherited from DQMEDAnalyzer | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Private Member Functions | |
template<typename type > | |
int | compute (const DTGeometry *dtGeom, const std::map< DTWireId, std::vector< PSimHit >> &simHitsPerWire, const std::map< DTWireId, std::vector< type >> &recHitsPerWire, int step) |
void | fillECal (const edm::Event &, const edm::EventSetup &) |
void | fillHCal (const edm::Event &, const edm::EventSetup &) |
void | fillMuon (const edm::Event &, const edm::EventSetup &) |
void | fillTrk (const edm::Event &, const edm::EventSetup &) |
template<typename type > | |
const type * | findBestRecHit (const DTLayer *layer, DTWireId wireId, const std::vector< type > &recHits, const float simHitDist) |
std::map< DTWireId, std::vector< DTRecHit1DPair > > | map1DRecHitsPerWire (const DTRecHitCollection *dt1DRecHitPairs) |
void | plotResolution (const PSimHit &simHit, const CSCRecHit2D &recHit, const CSCLayer *layer, int chamberType) |
std::pair< LocalPoint, LocalVector > | projectHit (const PSimHit &hit, const StripGeomDetUnit *stripDet, const BoundPlane &plane) |
float | recHitDistFromWire (const DTRecHit1D &recHit, const DTLayer *layer) |
float | recHitDistFromWire (const DTRecHit1DPair &hitPair, const DTLayer *layer) |
float | simHitDistFromWire (const DTLayer *layer, DTWireId wireId, const PSimHit &hit) |
Additional Inherited Members | |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static void | globalEndJob (DQMEDAnalyzerGlobalCache const *) |
static void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context) |
static void | globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context) |
static std::unique_ptr< DQMEDAnalyzerGlobalCache > | initializeGlobalCache (edm::ParameterSet const &) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 140 of file GlobalRecHitsAnalyzer.h.
typedef std::map<uint32_t, float, std::less<uint32_t> > GlobalRecHitsAnalyzer::MapType |
Definition at line 142 of file GlobalRecHitsAnalyzer.h.
|
explicit |
Definition at line 16 of file GlobalRecHitsAnalyzer.cc.
References EBHits_Token_, ECalEBSrc_, ECalEBSrc_Token_, ECalEESrc_, ECalEESrc_Token_, ECalESSrc_, ECalESSrc_Token_, ECalUncalEBSrc_, ECalUncalEBSrc_Token_, ECalUncalEESrc_, ECalUncalEESrc_Token_, EEHits_Token_, ESHits_Token_, fName, frequency, getAllProvenances, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), HCalSrc_, HCalSrc_Token_, hitsProducer, HLT_FULL_cff::InputTag, edm::InputTag::instance(), edm::InputTag::label(), MuCSCHits_Token_, MuCSCSrc_, MuCSCSrc_Token_, MuDTSimSrc_, MuDTSimSrc_Token_, MuDTSrc_, MuDTSrc_Token_, MuRPCSimSrc_, MuRPCSimSrc_Token_, MuRPCSrc_, MuRPCSrc_Token_, printProvenanceInfo, SiPxlSrc_, SiPxlSrc_Token_, SiStripSrc_, SiStripSrc_Token_, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
override |
Definition at line 120 of file GlobalRecHitsAnalyzer.cc.
|
overridevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 292 of file GlobalRecHitsAnalyzer.cc.
References count, fillECal(), fillHCal(), fillMuon(), fillTrk(), frequency, getAllProvenances, mps_fire::i, iEvent, nevt, printProvenanceInfo, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 122 of file GlobalRecHitsAnalyzer.cc.
References dqm::implementation::IBooker::book1D(), mps_fire::i, dqmiolumiharvest::j, mehCSCn, mehCSCResRDPhi, mehDtMuonn, mehDtMuonRes, mehEcaln, mehEcalRes, mehHcaln, mehHcalRes, mehRPCn, mehRPCResX, mehSiPixeln, mehSiPixelResX, mehSiPixelResY, mehSiStripn, mehSiStripResX, mehSiStripResY, dqm::impl::MonitorElement::setAxisTitle(), and dqm::implementation::NavigatorBase::setCurrentFolder().
|
private |
Definition at line 1479 of file GlobalRecHitsAnalyzer.cc.
References dqm::impl::MonitorElement::Fill(), findBestRecHit(), DTHitQualityUtils::findMuSimHit(), DTGeometry::layer(), genParticles_cff::map, mehDtMuonRes, recHitDistFromWire(), FastTrackerRecHitMaskProducer_cfi::recHits, and simHitDistFromWire().
Referenced by fillMuon().
|
private |
Definition at line 358 of file GlobalRecHitsAnalyzer.cc.
References HLT_FULL_cff::barrelHits, edm::SortedCollection< T, SORT >::begin(), EBHits_Token_, CollectionTags_cfi::EBRecHit, CollectionTags_cfi::EBUncalibRecHit, ECalEBSrc_Token_, ECalEESrc_Token_, ECalESSrc_Token_, ECalUncalEBSrc_Token_, ECalUncalEESrc_Token_, EEHits_Token_, CollectionTags_cfi::EERecHit, CollectionTags_cfi::EEUncalibRecHit, edm::SortedCollection< T, SORT >::end(), HLT_FULL_cff::endcapHits, ESHits_Token_, dqm::impl::MonitorElement::Fill(), iEvent, edm::HandleBase::isValid(), LogDebug, mehEcaln, mehEcalRes, gedPhotons_cfi::preshowerHits, edm::Handle< T >::product(), DetId::rawId(), rpcPointValidation_cfi::recHit, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by analyze().
|
private |
Definition at line 553 of file GlobalRecHitsAnalyzer.cc.
References dqm::impl::MonitorElement::Fill(), geometry, edm::EventSetup::get(), get, HcalGeometry::getPosition(), CaloGeometry::getSubdetectorGeometry(), photonIsolationHIProducer_cfi::hbhe, DetId::Hcal, HCalSrc_Token_, photonIsolationHIProducer_cfi::hf, photonIsolationHIProducer_cfi::ho, iEvent, ihf, edm::HandleBase::isValid(), LogDebug, mehHcaln, mehHcalRes, PV3DBase< T, PVType, FrameType >::phi(), edm::Handle< T >::product(), sdHcalBrl, sdHcalEC, sdHcalFwd, sdHcalOut, HLTBitAnalyser_cfi::simhits, AlCaHLTBitMon_QueryRunRegistry::string, and verbosity.
Referenced by analyze().
|
private |
Definition at line 1183 of file GlobalRecHitsAnalyzer.cc.
References CSCLayer::chamber(), CSCChamberSpecs::chamberType(), compute(), dqm::impl::MonitorElement::Fill(), edm::EventSetup::get(), get, mps_fire::i, CSCGeometry::idToDetUnit(), iEvent, RPCRoll::isForward(), edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), LogDebug, map1DRecHitsPerWire(), DTHitQualityUtils::mapSimHitsPerWire(), mehCSCn, mehDtMuonn, mehRPCn, mehRPCResX, MuCSCHits_Token_, MuCSCSrc_Token_, MuDTSimSrc_Token_, MuDTSrc_Token_, MuRPCSimSrc_Token_, MuRPCSrc_Token_, plotResolution(), edm::Handle< T >::product(), edm::ESHandle< T >::product(), OfflineHarvestingSequence_cosmic::ptype, alignCSCRings::r, rpcPointValidation_cfi::recHit, RPCGeometry::roll(), rpcPointValidation_cfi::simHit, FastTrackerRecHitCombiner_cfi::simHits, CSCChamber::specs(), AlCaHLTBitMon_QueryRunRegistry::string, theMap, verbosity, and PV3DBase< T, PVType, FrameType >::x().
Referenced by analyze().
|
private |
Definition at line 822 of file GlobalRecHitsAnalyzer.cc.
References TrackerHitAssociator::associateHit(), edmNew::DetSet< T >::begin(), TrackerGeometry::dets(), edmNew::DetSet< T >::end(), edmNew::DetSetVector< T >::end(), dqm::impl::MonitorElement::Fill(), edmNew::DetSetVector< T >::find(), TrackingRecHit::geographicalId(), relativeConstraints::geom, edm::EventSetup::get(), get, mps_fire::i, iEvent, edm::ESHandleBase::isValid(), edm::HandleBase::isValid(), BaseTrackerRecHit::localPosition(), LogDebug, visualization-live-secondInstance_cfg::m, matched, mehSiPixeln, mehSiPixelResX, mehSiPixelResY, mehSiStripn, mehSiStripResX, mehSiStripResY, position, edm::ESHandle< T >::product(), projectHit(), TrackerTopology::pxbLayer(), TrackerTopology::pxfDisk(), TrackerTopology::pxfSide(), sdPxlBrl, sdPxlFwd, sdSiTEC, sdSiTIB, sdSiTID, sdSiTOB, SiPxlSrc_Token_, SiStripSrc_Token_, mathSSE::sqrt(), GluedGeomDet::stereoDet(), AlCaHLTBitMon_QueryRunRegistry::string, DetId::subdetId(), GeomDet::surface(), TrackerTopology::tecWheel(), TrackerTopology::tibLayer(), TrackerTopology::tidWheel(), TrackerTopology::tobLayer(), PbPb_ZMuSkimMuonDPG_cff::tracker, trackerHitAssociatorConfig_, verbosity, PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by analyze().
|
private |
Definition at line 1449 of file GlobalRecHitsAnalyzer.cc.
References rpcPointValidation_cfi::recHit, recHitDistFromWire(), and FastTrackerRecHitMaskProducer_cfi::recHits.
Referenced by compute().
|
private |
Definition at line 1423 of file GlobalRecHitsAnalyzer.cc.
References runTheMatrix::ret.
Referenced by fillMuon().
|
private |
Definition at line 1530 of file GlobalRecHitsAnalyzer.cc.
References dqm::impl::MonitorElement::Fill(), mehCSCResRDPhi, PV3DBase< T, PVType, FrameType >::phi(), rpcPointValidation_cfi::recHit, rpcPointValidation_cfi::simHit, and GeomDet::toGlobal().
Referenced by fillMuon().
|
private |
Definition at line 1396 of file GlobalRecHitsAnalyzer.cc.
References funct::cos(), DeadROC_duringRun::dir, L1EGammaCrystalsEmulatorProducer_cfi::scale, funct::sin(), StripGeomDetUnit::specificTopology(), StripTopology::strip(), StripTopology::stripAngle(), GeomDet::surface(), Surface::toGlobal(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by fillTrk().
|
private |
Definition at line 1474 of file GlobalRecHitsAnalyzer.cc.
References rpcPointValidation_cfi::recHit, DTLayer::specificTopology(), and DTTopology::wirePosition().
|
private |
Definition at line 1468 of file GlobalRecHitsAnalyzer.cc.
References DTEnums::Left, DTRecHit1DPair::localPosition(), DTEnums::Right, and PV3DBase< T, PVType, FrameType >::x().
Referenced by compute(), and findBestRecHit().
|
private |
Definition at line 1436 of file GlobalRecHitsAnalyzer.cc.
References DTLayer::specificTopology(), DTWireId::wire(), DTTopology::wirePosition(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by compute().
|
private |
Definition at line 287 of file GlobalRecHitsAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 190 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 180 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 185 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 182 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 186 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 184 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 187 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 181 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 188 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 183 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 189 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 191 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 192 of file GlobalRecHitsAnalyzer.h.
Referenced by fillECal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 166 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 168 of file GlobalRecHitsAnalyzer.h.
Referenced by analyze(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 170 of file GlobalRecHitsAnalyzer.h.
Referenced by analyze(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 199 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 200 of file GlobalRecHitsAnalyzer.h.
Referenced by fillHCal(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 172 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 169 of file GlobalRecHitsAnalyzer.h.
|
private |
Definition at line 212 of file GlobalRecHitsAnalyzer.h.
Referenced by fillTrk().
|
private |
Definition at line 231 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillMuon().
|
private |
Definition at line 234 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and plotResolution().
|
private |
Definition at line 230 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillMuon().
|
private |
Definition at line 233 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and compute().
|
private |
Definition at line 177 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillECal().
|
private |
Definition at line 178 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillECal().
|
private |
Definition at line 196 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillHCal().
|
private |
Definition at line 197 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillHCal().
|
private |
Definition at line 232 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillMuon().
|
private |
Definition at line 235 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillMuon().
|
private |
Definition at line 220 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillTrk().
|
private |
Definition at line 221 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillTrk().
|
private |
Definition at line 222 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillTrk().
|
private |
Definition at line 205 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillTrk().
|
private |
Definition at line 206 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillTrk().
|
private |
Definition at line 207 of file GlobalRecHitsAnalyzer.h.
Referenced by bookHistograms(), and fillTrk().
|
private |
Definition at line 272 of file GlobalRecHitsAnalyzer.h.
Referenced by fillMuon(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 270 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 271 of file GlobalRecHitsAnalyzer.h.
Referenced by fillMuon(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 238 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 240 of file GlobalRecHitsAnalyzer.h.
Referenced by fillMuon(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 237 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 239 of file GlobalRecHitsAnalyzer.h.
Referenced by fillMuon(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 282 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 284 of file GlobalRecHitsAnalyzer.h.
Referenced by fillMuon(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 281 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 283 of file GlobalRecHitsAnalyzer.h.
Referenced by fillMuon(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 171 of file GlobalRecHitsAnalyzer.h.
Referenced by analyze(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 224 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 225 of file GlobalRecHitsAnalyzer.h.
Referenced by fillTrk(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 209 of file GlobalRecHitsAnalyzer.h.
Referenced by GlobalRecHitsAnalyzer().
|
private |
Definition at line 210 of file GlobalRecHitsAnalyzer.h.
Referenced by fillTrk(), and GlobalRecHitsAnalyzer().
|
private |
Definition at line 274 of file GlobalRecHitsAnalyzer.h.
Referenced by fillMuon().
|
private |
Definition at line 216 of file GlobalRecHitsAnalyzer.h.
Referenced by fillTrk().
|
private |
Definition at line 167 of file GlobalRecHitsAnalyzer.h.
Referenced by analyze(), fillECal(), fillHCal(), fillMuon(), fillTrk(), and GlobalRecHitsAnalyzer().