CMS 3D CMS Logo

Variables

ValidateTausOnZMM_cff Namespace Reference

Variables

tuple objectTypeSelectedTauValDenominator = copy.deepcopy(iterativeCone5GenJets)
tuple produceDenominator
tuple runTauValidation
tuple runTauValidationBatchMode
tuple selectElectrons
tuple selectElectronsForGenJets = copy.deepcopy(genParticlesForJets)

Variable Documentation

tuple ValidateTausOnZMM_cff::objectTypeSelectedTauValDenominator = copy.deepcopy(iterativeCone5GenJets)

Definition at line 25 of file ValidateTausOnZMM_cff.py.

Initial value:
00001 cms.Sequence(
00002       selectElectrons
00003       +selectElectronsForGenJets
00004       +objectTypeSelectedTauValDenominator
00005       +kinematicSelectedTauValDenominator
00006       )

Definition at line 28 of file ValidateTausOnZMM_cff.py.

Initial value:
00001 cms.Sequence(
00002       runTauValidationBatchMode
00003       +TauEfficiencies
00004       )

Definition at line 40 of file ValidateTausOnZMM_cff.py.

Initial value:
00001 cms.Sequence(
00002       produceDenominator
00003       +TauValNumeratorAndDenominator
00004       )

Definition at line 35 of file ValidateTausOnZMM_cff.py.

Initial value:
00001 cms.EDProducer(
00002     "GenParticlePruner",
00003     src = cms.InputTag("genParticles"),
00004     select = cms.vstring(
00005     "drop  *  ", # this is the default
00006     "keep++ pdgId = 13",
00007     "keep++ pdgId = -13",
00008     )
00009 )

Definition at line 10 of file ValidateTausOnZMM_cff.py.

tuple ValidateTausOnZMM_cff::selectElectronsForGenJets = copy.deepcopy(genParticlesForJets)

Definition at line 21 of file ValidateTausOnZMM_cff.py.