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 Types | Private Member Functions | Private Attributes
ZMuMuIsolationAnalyzer Class Reference
Inheritance diagram for ZMuMuIsolationAnalyzer:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 ZMuMuIsolationAnalyzer (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 Types

enum  MuTag { muFromZ, muFromW, muFromOther }
 

Private Member Functions

virtual void analyze (const edm::Event &event, const edm::EventSetup &setup) override
 
void Deposits (const pat::IsoDeposit *isodep, double dR_max, TH1F *hist)
 
virtual void endJob () override
 
void histo (TH1F *hist, const char *cx, const char *cy) const
 
template<typename T >
MuTag muTag (const T &mu) const
 

Private Attributes

double alpha
 
double beta
 
double dREcal
 
double dRHcal
 
double dRTrk
 
double dRVeto
 
TH1F * EcalEt
 
TH1F * EcalEtZ
 
double eta
 
double etEcalThreshold
 
double etHcalThreshold
 
TH1F * h_IsoOther_ecal
 
TH1F * h_IsoOther_hcal
 
TH1F * h_IsoOther_tk
 
TH1F * h_IsoW_ecal
 
TH1F * h_IsoW_hcal
 
TH1F * h_IsoW_tk
 
TH1F * h_IsoZ_ecal
 
TH1F * h_IsoZ_hcal
 
TH1F * h_IsoZ_tk
 
TH1F * HcalEt
 
TH1F * HcalEtZ
 
double iso_cut
 
TH1F * IsoOther
 
TH1F * IsoW
 
TH1F * IsoZ
 
TH1F * Other_eta
 
TH1F * Other_eta_postSelection
 
TH1F * Other_pt
 
TH1F * Other_pt_postSelection
 
double pt
 
double ptThreshold
 
EDGetTokenT< CandidateViewsrcToken
 
TH1F * TkrPt
 
TH1F * W_eta
 
TH1F * W_eta_postSelection
 
TH1F * W_pt
 
TH1F * W_pt_postSelection
 
TH1F * Z_eta
 
TH1F * Z_eta_postSelection
 
TH1F * Z_pt
 
TH1F * Z_pt_postSelection
 

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 35 of file ZMuMuIsolationAnalyzer.cc.

Member Enumeration Documentation

Enumerator
muFromZ 
muFromW 
muFromOther 

Definition at line 61 of file ZMuMuIsolationAnalyzer.cc.

Constructor & Destructor Documentation

ZMuMuIsolationAnalyzer::ZMuMuIsolationAnalyzer ( const edm::ParameterSet pset)

Definition at line 128 of file ZMuMuIsolationAnalyzer.cc.

Member Function Documentation

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

Implements edm::EDAnalyzer.

Definition at line 192 of file ZMuMuIsolationAnalyzer.cc.

void ZMuMuIsolationAnalyzer::Deposits ( const pat::IsoDeposit isodep,
double  dR_max,
TH1F *  hist 
)
private

Definition at line 107 of file ZMuMuIsolationAnalyzer.cc.

void ZMuMuIsolationAnalyzer::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 355 of file ZMuMuIsolationAnalyzer.cc.

void ZMuMuIsolationAnalyzer::histo ( TH1F *  hist,
const char *  cx,
const char *  cy 
) const
private

Definition at line 117 of file ZMuMuIsolationAnalyzer.cc.

template<typename T >
ZMuMuIsolationAnalyzer::MuTag ZMuMuIsolationAnalyzer::muTag ( const T mu) const
private

Definition at line 69 of file ZMuMuIsolationAnalyzer.cc.

Member Data Documentation

double ZMuMuIsolationAnalyzer::alpha
private

Definition at line 45 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::beta
private

Definition at line 45 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::dREcal
private

Definition at line 43 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::dRHcal
private

Definition at line 43 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::dRTrk
private

Definition at line 43 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::dRVeto
private

Definition at line 42 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::EcalEt
private

Definition at line 53 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::EcalEtZ
private

Definition at line 54 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::eta
private

Definition at line 46 of file ZMuMuIsolationAnalyzer.cc.

Referenced by Particle.Particle::__str__().

double ZMuMuIsolationAnalyzer::etEcalThreshold
private

Definition at line 44 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::etHcalThreshold
private

Definition at line 44 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::h_IsoOther_ecal
private

Definition at line 50 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::h_IsoOther_hcal
private

Definition at line 51 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::h_IsoOther_tk
private

Definition at line 49 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::h_IsoW_ecal
private

Definition at line 50 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::h_IsoW_hcal
private

Definition at line 51 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::h_IsoW_tk
private

Definition at line 49 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::h_IsoZ_ecal
private

Definition at line 50 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::h_IsoZ_hcal
private

Definition at line 51 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::h_IsoZ_tk
private

Definition at line 49 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::HcalEt
private

Definition at line 53 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::HcalEtZ
private

Definition at line 54 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::iso_cut
private

Definition at line 47 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::IsoOther
private

Definition at line 52 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::IsoW
private

Definition at line 52 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::IsoZ
private

Definition at line 52 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::Other_eta
private

Definition at line 56 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::Other_eta_postSelection
private

Definition at line 57 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::Other_pt
private

Definition at line 58 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::Other_pt_postSelection
private

Definition at line 59 of file ZMuMuIsolationAnalyzer.cc.

double ZMuMuIsolationAnalyzer::pt
private
double ZMuMuIsolationAnalyzer::ptThreshold
private

Definition at line 44 of file ZMuMuIsolationAnalyzer.cc.

EDGetTokenT<CandidateView> ZMuMuIsolationAnalyzer::srcToken
private

Definition at line 41 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::TkrPt
private

Definition at line 53 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::W_eta
private

Definition at line 56 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::W_eta_postSelection
private

Definition at line 57 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::W_pt
private

Definition at line 58 of file ZMuMuIsolationAnalyzer.cc.

TH1F * ZMuMuIsolationAnalyzer::W_pt_postSelection
private

Definition at line 59 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::Z_eta
private

Definition at line 56 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::Z_eta_postSelection
private

Definition at line 57 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::Z_pt
private

Definition at line 58 of file ZMuMuIsolationAnalyzer.cc.

TH1F* ZMuMuIsolationAnalyzer::Z_pt_postSelection
private

Definition at line 59 of file ZMuMuIsolationAnalyzer.cc.