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< 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 (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< CandidateView > | srcToken |
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) |
Definition at line 35 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Enumerator | |
---|---|
muFromZ | |
muFromW | |
muFromOther |
Definition at line 61 of file ZMuMuIsolationAnalyzer.cc.
ZMuMuIsolationAnalyzer::ZMuMuIsolationAnalyzer | ( | const edm::ParameterSet & | pset | ) |
Definition at line 128 of file ZMuMuIsolationAnalyzer.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 192 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 107 of file ZMuMuIsolationAnalyzer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 355 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 117 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 69 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 45 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 45 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 43 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 43 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 43 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 42 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 53 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 54 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 46 of file ZMuMuIsolationAnalyzer.cc.
Referenced by Particle.Particle::__str__().
|
private |
Definition at line 44 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 44 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 50 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 51 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 49 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 50 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 51 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 49 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 50 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 51 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 49 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 53 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 54 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 47 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 52 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 52 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 52 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 56 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 57 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 58 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 59 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 46 of file ZMuMuIsolationAnalyzer.cc.
Referenced by Particle.Particle::__str__(), ZMuMuRochCorAnalyzer.DiMuon::__str__(), DiObject.DiMuon::__str__(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), and Lepton.Lepton::relIsoR().
|
private |
Definition at line 44 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 41 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 53 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 56 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 57 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 58 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 59 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 56 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 57 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 58 of file ZMuMuIsolationAnalyzer.cc.
|
private |
Definition at line 59 of file ZMuMuIsolationAnalyzer.cc.