#include <Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc>
Classes | |
class | DiMuonInfo |
helper class containing information about a di-muon system More... | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
const double | etaMax_ |
const double | etaMin_ |
edm::EDGetTokenT < reco::GenParticleCollection > | genParticlesToken_ |
const double | maxMassPair_ |
const double | minMassPair_ |
DiMuonInfo | muonInfo_ |
DiMuonInfo | muonInfoFromZ_ |
const int | muonPdg_ {13} |
const double | phiMax_ |
const double | phiMin_ |
const double | pMin_ |
const double | ptMin_ |
const int | zBosonPdg_ {23} |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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) |
Description: Determines the generator di-muon invariant-mass distribution
Implementation:
Generator muons are extracted from the genParticles collection and matched to Z-boson decays. The configured selection should match the selection applied on muon tracks in real data to obtain a "true" invariant mass distribution within the selection.
Definition at line 47 of file ZMuMuMassConstraintParameterFinder.cc.
|
explicit |
Definition at line 102 of file ZMuMuMassConstraintParameterFinder.cc.
|
override |
Definition at line 120 of file ZMuMuMassConstraintParameterFinder.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 127 of file ZMuMuMassConstraintParameterFinder.cc.
References funct::abs(), etaMax_, etaMin_, ZMuMuMassConstraintParameterFinder::DiMuonInfo::fill(), genParticleCandidates2GenParticles_cfi::genParticles, genParticlesToken_, edm::Event::getByToken(), muonInfo_, muonInfoFromZ_, muonPdg_, ZMuMuMassConstraintParameterFinder::DiMuonInfo::muons(), phiMax_, phiMin_, pMin_, edm::Handle< T >::product(), ptMin_, and zBosonPdg_.
|
static |
Definition at line 154 of file ZMuMuMassConstraintParameterFinder.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and edm::ParameterSetDescription::setComment().
|
private |
Definition at line 87 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 86 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 77 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 93 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by ZMuMuMassConstraintParameterFinder::DiMuonInfo::fill().
|
private |
Definition at line 92 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by ZMuMuMassConstraintParameterFinder::DiMuonInfo::fill().
|
private |
Definition at line 95 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 96 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 80 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 89 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 88 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 84 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 85 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().
|
private |
Definition at line 81 of file ZMuMuMassConstraintParameterFinder.cc.
Referenced by analyze().