Public Member Functions | |
ZLONLOHistogrammer (const edm::ParameterSet &pset) | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
virtual void | endJob () override |
Private Attributes | |
double | accEtaMax_ |
double | accEtaMin_ |
double | accMassMax_ |
double | accMassMin_ |
double | accPtMin_ |
double | angMax_ |
edm::EDGetTokenT < reco::GenParticleCollection > | genToken_ |
TH1F * | h_etaZ_ |
TH1F * | h_etaZMC_ |
TH1F * | h_mZ_ |
TH1F * | h_mZMC_ |
TH1F * | h_nZ_ |
TH1F * | h_phiZ_ |
TH1F * | h_phiZMC_ |
TH1F * | h_ptZ_ |
TH1F * | h_ptZMC_ |
TH1F * | h_rapidityZ_ |
TH1F * | h_rapidityZMC_ |
TH1F * | h_thetaZ_ |
TH1F * | h_thetaZMC_ |
TH1F * | h_weight_histo |
TH1F * | hardeta |
TH1F * | hardpt |
bool | isMCatNLO_ |
double | massMax_ |
unsigned int | nAcc_ |
unsigned int | nbinsAng_ |
unsigned int | nbinsMass_ |
unsigned int | nbinsPt_ |
unsigned int | nBothMuHasZHasGrandMa_ |
double | ptMax_ |
TH1F * | softeta |
TH1F * | softpt |
edm::EDGetTokenT< double > | weightsToken_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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::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 7 of file ZLONLOHistogrammer.cc.
ZLONLOHistogrammer::ZLONLOHistogrammer | ( | const edm::ParameterSet & | pset | ) |
Definition at line 45 of file ZLONLOHistogrammer.cc.
References angMax_, gather_cfg::cout, h_etaZ_, h_etaZMC_, h_mZ_, h_mZMC_, h_nZ_, h_phiZ_, h_phiZMC_, h_ptZ_, h_ptZMC_, h_rapidityZ_, h_rapidityZMC_, h_thetaZ_, h_thetaZMC_, h_weight_histo, hardeta, hardpt, TFileDirectory::make(), massMax_, TFileService::mkdir(), nAcc_, nbinsAng_, nbinsMass_, nbinsPt_, nBothMuHasZHasGrandMa_, ptMax_, softeta, and softpt.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 91 of file ZLONLOHistogrammer.cc.
References funct::abs(), accEtaMax_, accEtaMin_, accMassMax_, accMassMin_, accPtMin_, gather_cfg::cout, HcalObjRepresent::Fill(), relval_steps::gen(), genToken_, h_etaZMC_, h_mZMC_, h_phiZMC_, h_ptZMC_, h_rapidityZMC_, h_thetaZMC_, h_weight_histo, hardeta, hardpt, i, isMCatNLO_, reco::CompositeRefCandidateT< D >::mother(), reco::Candidate::mother(), patZpeak::muons, nAcc_, nBothMuHasZHasGrandMa_, reco::CompositeRefCandidateT< D >::numberOfMothers(), reco::Candidate::numberOfMothers(), p4, reco::Candidate::pdgId(), reco::LeafCandidate::pdgId(), softeta, softpt, mathSSE::sqrt(), reco::LeafCandidate::status(), histoStyle::weight, create_public_pileup_plots::weights, and weightsToken_.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 219 of file ZLONLOHistogrammer.cc.
References gather_cfg::cout, h_mZMC_, nAcc_, nBothMuHasZHasGrandMa_, and mathSSE::sqrt().
|
private |
Definition at line 17 of file ZLONLOHistogrammer.cc.
Referenced by analyze().
|
private |
Definition at line 17 of file ZLONLOHistogrammer.cc.
Referenced by analyze().
|
private |
Definition at line 17 of file ZLONLOHistogrammer.cc.
Referenced by analyze().
|
private |
Definition at line 17 of file ZLONLOHistogrammer.cc.
Referenced by analyze().
|
private |
Definition at line 17 of file ZLONLOHistogrammer.cc.
Referenced by analyze().
|
private |
Definition at line 16 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 13 of file ZLONLOHistogrammer.cc.
Referenced by analyze().
|
private |
Definition at line 18 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 19 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 18 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 19 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), endJob(), and ZLONLOHistogrammer().
|
private |
Definition at line 18 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 18 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 19 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 18 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 19 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 18 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 19 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 18 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 19 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 21 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 20 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 20 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 22 of file ZLONLOHistogrammer.cc.
Referenced by analyze().
|
private |
Definition at line 16 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 23 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), endJob(), and ZLONLOHistogrammer().
|
private |
Definition at line 15 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 15 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 15 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 23 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), endJob(), and ZLONLOHistogrammer().
|
private |
Definition at line 16 of file ZLONLOHistogrammer.cc.
Referenced by ZLONLOHistogrammer().
|
private |
Definition at line 20 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 20 of file ZLONLOHistogrammer.cc.
Referenced by analyze(), and ZLONLOHistogrammer().
|
private |
Definition at line 14 of file ZLONLOHistogrammer.cc.
Referenced by analyze().