#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 | |
virtual 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) |
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: 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 49 of file ZMuMuMassConstraintParameterFinder.cc.
|
explicit |
Definition at line 108 of file ZMuMuMassConstraintParameterFinder.cc.
ZMuMuMassConstraintParameterFinder::~ZMuMuMassConstraintParameterFinder | ( | ) |
Definition at line 129 of file ZMuMuMassConstraintParameterFinder.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 141 of file ZMuMuMassConstraintParameterFinder.cc.
References funct::abs(), genParticleCandidates2GenParticles_cfi::genParticles, edm::Event::getByToken(), and edm::Handle< T >::product().
|
static |
Definition at line 167 of file ZMuMuMassConstraintParameterFinder.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and edm::ParameterSetDescription::setComment().
|
private |
Definition at line 91 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 90 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 81 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 97 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 96 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 99 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 100 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 84 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 93 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 92 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 88 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 89 of file ZMuMuMassConstraintParameterFinder.cc.
|
private |
Definition at line 85 of file ZMuMuMassConstraintParameterFinder.cc.