CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
ZLONLOHistogrammer Class Reference
Inheritance diagram for ZLONLOHistogrammer:
edm::EDAnalyzer edm::EDConsumerBase

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< ConsumesInfoconsumesInfo () 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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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)
 

Detailed Description

Definition at line 7 of file ZLONLOHistogrammer.cc.

Constructor & Destructor Documentation

ZLONLOHistogrammer::ZLONLOHistogrammer ( const edm::ParameterSet pset)

Definition at line 45 of file ZLONLOHistogrammer.cc.

Member Function Documentation

void ZLONLOHistogrammer::analyze ( const edm::Event event,
const edm::EventSetup setup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 91 of file ZLONLOHistogrammer.cc.

void ZLONLOHistogrammer::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 219 of file ZLONLOHistogrammer.cc.

Member Data Documentation

double ZLONLOHistogrammer::accEtaMax_
private

Definition at line 17 of file ZLONLOHistogrammer.cc.

double ZLONLOHistogrammer::accEtaMin_
private

Definition at line 17 of file ZLONLOHistogrammer.cc.

double ZLONLOHistogrammer::accMassMax_
private

Definition at line 17 of file ZLONLOHistogrammer.cc.

double ZLONLOHistogrammer::accMassMin_
private

Definition at line 17 of file ZLONLOHistogrammer.cc.

double ZLONLOHistogrammer::accPtMin_
private

Definition at line 17 of file ZLONLOHistogrammer.cc.

double ZLONLOHistogrammer::angMax_
private

Definition at line 16 of file ZLONLOHistogrammer.cc.

edm::EDGetTokenT<reco::GenParticleCollection> ZLONLOHistogrammer::genToken_
private

Definition at line 13 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_etaZ_
private

Definition at line 18 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_etaZMC_
private

Definition at line 19 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_mZ_
private

Definition at line 18 of file ZLONLOHistogrammer.cc.

TH1F* ZLONLOHistogrammer::h_mZMC_
private

Definition at line 19 of file ZLONLOHistogrammer.cc.

TH1F* ZLONLOHistogrammer::h_nZ_
private

Definition at line 18 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_phiZ_
private

Definition at line 18 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_phiZMC_
private

Definition at line 19 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_ptZ_
private

Definition at line 18 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_ptZMC_
private

Definition at line 19 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_rapidityZ_
private

Definition at line 18 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_rapidityZMC_
private

Definition at line 19 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_thetaZ_
private

Definition at line 18 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::h_thetaZMC_
private

Definition at line 19 of file ZLONLOHistogrammer.cc.

TH1F* ZLONLOHistogrammer::h_weight_histo
private

Definition at line 21 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::hardeta
private

Definition at line 20 of file ZLONLOHistogrammer.cc.

TH1F* ZLONLOHistogrammer::hardpt
private

Definition at line 20 of file ZLONLOHistogrammer.cc.

bool ZLONLOHistogrammer::isMCatNLO_
private

Definition at line 22 of file ZLONLOHistogrammer.cc.

double ZLONLOHistogrammer::massMax_
private

Definition at line 16 of file ZLONLOHistogrammer.cc.

unsigned int ZLONLOHistogrammer::nAcc_
private

Definition at line 23 of file ZLONLOHistogrammer.cc.

unsigned int ZLONLOHistogrammer::nbinsAng_
private

Definition at line 15 of file ZLONLOHistogrammer.cc.

unsigned int ZLONLOHistogrammer::nbinsMass_
private

Definition at line 15 of file ZLONLOHistogrammer.cc.

unsigned int ZLONLOHistogrammer::nbinsPt_
private

Definition at line 15 of file ZLONLOHistogrammer.cc.

unsigned int ZLONLOHistogrammer::nBothMuHasZHasGrandMa_
private

Definition at line 23 of file ZLONLOHistogrammer.cc.

double ZLONLOHistogrammer::ptMax_
private

Definition at line 16 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::softeta
private

Definition at line 20 of file ZLONLOHistogrammer.cc.

TH1F * ZLONLOHistogrammer::softpt
private

Definition at line 20 of file ZLONLOHistogrammer.cc.

edm::EDGetTokenT<double> ZLONLOHistogrammer::weightsToken_
private

Definition at line 14 of file ZLONLOHistogrammer.cc.