CMS 3D CMS Logo

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

Classes

class  ZMuMuAnalyzer
 

Public Member Functions

 ZMuMuAnalyzer (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 etacut_
 
TH1D * h_zMuMu_mass_
 
TH1D * h_zMuMuMatched_mass_
 
TH1D * h_zMuSingleStandAlone_mass_
 
TH1D * h_zMuSingleStandAloneMatched_mass_
 
TH1D * h_zMuSingleStandAloneOverlap_mass_
 
TH1D * h_zMuSingleStandAloneOverlapMatched_mass_
 
TH1D * h_zMuSingleTrack_mass_
 
TH1D * h_zMuSingleTrackMatched_mass_
 
double isocut_
 
double maxZmass_
 
double minZmass_
 
EDGetTokenT< IsolationCollectionmuIsoToken_
 
OverlapChecker overlap_
 
double ptcut_
 
double ptSTAcut_
 
EDGetTokenT< IsolationCollectionstandAloneIsoToken_
 
EDGetTokenT< IsolationCollectiontrackIsoToken_
 
EDGetTokenT< CandMatchMapzMuMuMapToken_
 
EDGetTokenT< CandidateCollectionzMuMuToken_
 
EDGetTokenT< CandMatchMapzMuStandAloneMapToken_
 
EDGetTokenT< CandidateCollectionzMuStandAloneToken_
 
EDGetTokenT< CandMatchMapzMuTrackMapToken_
 
EDGetTokenT< CandidateCollectionzMuTrackToken_
 

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 40 of file ZMuMuAnalyzer.cc.

Constructor & Destructor Documentation

Definition at line 65 of file ZMuMuAnalyzer.cc.

Member Function Documentation

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

Implements edm::EDAnalyzer.

Definition at line 96 of file ZMuMuAnalyzer.cc.

void ZMuMuAnalyzer::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 285 of file ZMuMuAnalyzer.cc.

Member Data Documentation

double ZMuMuAnalyzer::etacut_
private

Definition at line 57 of file ZMuMuAnalyzer.cc.

TH1D* ZMuMuAnalyzer::h_zMuMu_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

TH1D * ZMuMuAnalyzer::h_zMuMuMatched_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

TH1D * ZMuMuAnalyzer::h_zMuSingleStandAlone_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

TH1D * ZMuMuAnalyzer::h_zMuSingleStandAloneMatched_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

TH1D * ZMuMuAnalyzer::h_zMuSingleStandAloneOverlap_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

TH1D * ZMuMuAnalyzer::h_zMuSingleStandAloneOverlapMatched_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

TH1D * ZMuMuAnalyzer::h_zMuSingleTrack_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

TH1D * ZMuMuAnalyzer::h_zMuSingleTrackMatched_mass_
private

Definition at line 58 of file ZMuMuAnalyzer.cc.

double ZMuMuAnalyzer::isocut_
private

Definition at line 57 of file ZMuMuAnalyzer.cc.

double ZMuMuAnalyzer::maxZmass_
private

Definition at line 57 of file ZMuMuAnalyzer.cc.

double ZMuMuAnalyzer::minZmass_
private

Definition at line 57 of file ZMuMuAnalyzer.cc.

EDGetTokenT<IsolationCollection> ZMuMuAnalyzer::muIsoToken_
private

Definition at line 51 of file ZMuMuAnalyzer.cc.

OverlapChecker ZMuMuAnalyzer::overlap_
private

Definition at line 47 of file ZMuMuAnalyzer.cc.

double ZMuMuAnalyzer::ptcut_
private

Definition at line 57 of file ZMuMuAnalyzer.cc.

double ZMuMuAnalyzer::ptSTAcut_
private

Definition at line 57 of file ZMuMuAnalyzer.cc.

EDGetTokenT<IsolationCollection> ZMuMuAnalyzer::standAloneIsoToken_
private

Definition at line 53 of file ZMuMuAnalyzer.cc.

EDGetTokenT<IsolationCollection> ZMuMuAnalyzer::trackIsoToken_
private

Definition at line 52 of file ZMuMuAnalyzer.cc.

EDGetTokenT<CandMatchMap> ZMuMuAnalyzer::zMuMuMapToken_
private

Definition at line 54 of file ZMuMuAnalyzer.cc.

EDGetTokenT<CandidateCollection> ZMuMuAnalyzer::zMuMuToken_
private

Definition at line 48 of file ZMuMuAnalyzer.cc.

EDGetTokenT<CandMatchMap> ZMuMuAnalyzer::zMuStandAloneMapToken_
private

Definition at line 56 of file ZMuMuAnalyzer.cc.

EDGetTokenT<CandidateCollection> ZMuMuAnalyzer::zMuStandAloneToken_
private

Definition at line 50 of file ZMuMuAnalyzer.cc.

EDGetTokenT<CandMatchMap> ZMuMuAnalyzer::zMuTrackMapToken_
private

Definition at line 55 of file ZMuMuAnalyzer.cc.

EDGetTokenT<CandidateCollection> ZMuMuAnalyzer::zMuTrackToken_
private

Definition at line 49 of file ZMuMuAnalyzer.cc.