#include <MuonTrackResidualAnalyzer.h>
Classes | |
struct | RadiusComparatorInOut |
Public Types | |
enum | EtaRange { all, barrel, endcap } |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Private Member Functions | |
void | computeResolution (Trajectory &trajectory, std::map< DetId, const PSimHit *> &hitIdMap, HResolution1DRecHit *histos) |
bool | isInTheAcceptance (double eta) |
std::map< DetId, const PSimHit * > | mapMuSimHitsPerId (edm::Handle< edm::PSimHitContainer > dtSimhits, edm::Handle< edm::PSimHitContainer > cscSimhits, edm::Handle< edm::PSimHitContainer > rpcSimhits) |
void | mapMuSimHitsPerId (edm::Handle< edm::PSimHitContainer > simhits, std::map< DetId, const PSimHit *> &hitIdMap) |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from DQMOneEDAnalyzer<> | |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
No description available.
Definition at line 40 of file MuonTrackResidualAnalyzer.h.
Enumerator | |
---|---|
all | |
barrel | |
endcap |
Definition at line 42 of file MuonTrackResidualAnalyzer.h.
MuonTrackResidualAnalyzer::MuonTrackResidualAnalyzer | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 38 of file MuonTrackResidualAnalyzer.cc.
References Chi2MeasurementEstimator_cfi::Chi2MeasurementEstimator, MuonAnalyzers_cfi::EtaRange, LogDebug, MuonServiceProxy_cff::MuonServiceProxy, Utilities::operator, MillePedeFileConverter_cfg::out, muonDTDigis_cfi::pset, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Destructor.
Definition at line 75 of file MuonTrackResidualAnalyzer.cc.
|
overridevirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 122 of file MuonTrackResidualAnalyzer.cc.
References funct::abs(), debug, options_cfi::eventSetup, LogDebug, LogTrace, mag(), DiMuonV_cfg::muonTracks, mps_fire::result, cscDigiValidation_cfi::simTrack, TrackCandidateProducer_cfi::simTracks, GeomDet::toGlobal(), and HLT_2024v13_cff::track.
|
overridevirtual |
Implements DQMOneEDAnalyzer<>.
Definition at line 81 of file MuonTrackResidualAnalyzer.cc.
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::NavigatorBase::cd(), TrackerOfflineValidation_Dqm_cff::dirName, LogDebug, python.rootplot.root2matplotlib::replace(), and dqm::implementation::NavigatorBase::setCurrentFolder().
|
private |
Definition at line 320 of file MuonTrackResidualAnalyzer.cc.
References funct::abs(), gather_cfg::cout, data, PSimHit::detUnitId(), change_name::diff, fftjetvertexadder_cfi::errX, fftjetvertexadder_cfi::errY, fftjetvertexadder_cfi::errZ, PV3DBase< T, PVType, FrameType >::eta(), combine::histos, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, PSimHit::localPosition(), Trajectory::measurements(), PSimHit::momentumAtEntry(), PV3DBase< T, PVType, FrameType >::phi(), Geom::Phi< T1, Range >::phi(), and GeomDet::toLocal().
|
overridevirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 118 of file MuonTrackResidualAnalyzer.cc.
References MillePedeFileConverter_cfg::out.
|
private |
Definition at line 252 of file MuonTrackResidualAnalyzer.cc.
References funct::abs(), python.cmstools::all(), Reference_intrackfit_cff::barrel, makeMuonMisalignmentScenario::endcap, PVValHelper::eta, LogDebug, and funct::true.
|
private |
Definition at line 268 of file MuonTrackResidualAnalyzer.cc.
References submitPVResolutionJobs::count, debug, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, LogDebug, and LogTrace.
|
private |
Definition at line 295 of file MuonTrackResidualAnalyzer.cc.
References funct::abs(), MuonSubdetId::DT, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, LogDebug, DetId::rawId(), nano_mu_digi_cff::rawId, and HLTBitAnalyser_cfi::simhits.
|
private |
Definition at line 84 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 73 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 74 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 85 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 101 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 104 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 108 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 109 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 98 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 106 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 107 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 77 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 76 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 86 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 75 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 89 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 79 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 80 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 90 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 95 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 81 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 111 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 83 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 88 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 91 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 93 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 115 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 113 of file MuonTrackResidualAnalyzer.h.
|
private |
Definition at line 94 of file MuonTrackResidualAnalyzer.h.