WRanalysis
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups Pages
Variables
python.reformatGenAndRecoCollections_cff Namespace Reference

Variables

tuple genParticlesFormatter
 no cuts, just transforming the different collections into reco::Candidate collections More...
 
tuple genParticlesFormatterFilter
 
tuple recoLeptonsFormatter
 
tuple recoLeptonsFormatterFilter
 
tuple recoJetsFormatter
 
tuple recoJetsFormatterFilter
 
tuple genAndRecoFormatterSeq
 
tuple genParticlesPtEtaConstrainedLeptons
 with pt and eta cuts on gen leptons and quarks More...
 
tuple genParticlesPtEtaConstrainedLeptonsFilter
 
tuple genParticlesPtEtaConstrainedQuarks
 
tuple genParticlesPtEtaConstrainedQuarksFilter
 
tuple genParticlesPtEtaConstrainedSeq
 

Variable Documentation

tuple python.reformatGenAndRecoCollections_cff.genAndRecoFormatterSeq
Initial value:
1 = cms.Sequence(
2  genParticlesFormatter*genParticlesFormatterFilter
3  #*recoLeptonsFormatter*recoLeptonsFormatterFilter
4  #*recoJetsFormatter*recoJetsFormatterFilter
5  )
tuple python.reformatGenAndRecoCollections_cff.genParticlesFormatter
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  #src = cms.InputTag("prunedGenParticles"),
3  src = cms.InputTag("genParticles"),
4  cut = cms.string("")
5  )

no cuts, just transforming the different collections into reco::Candidate collections

tuple python.reformatGenAndRecoCollections_cff.genParticlesFormatterFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("genParticlesFormatter"),
3  minNumber = cms.uint32(2)
4  )
tuple python.reformatGenAndRecoCollections_cff.genParticlesPtEtaConstrainedLeptons
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("genParticlesFormatter"),
3  cut = cms.string("abs(pdgId) == 11 && pt>40 && abs(eta) < 2.4")
4  )

with pt and eta cuts on gen leptons and quarks

tuple python.reformatGenAndRecoCollections_cff.genParticlesPtEtaConstrainedLeptonsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("genParticlesPtEtaConstrainedLeptons"),
3  minNumber = cms.uint32(2)
4  )
tuple python.reformatGenAndRecoCollections_cff.genParticlesPtEtaConstrainedQuarks
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("genParticlesFormatter"),
3  cut = cms.string("abs(pdgId) < 7 && abs(pdgId) > 0 && pt>40 && abs(eta) < 2.5")
4  )
tuple python.reformatGenAndRecoCollections_cff.genParticlesPtEtaConstrainedQuarksFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("genParticlesPtEtaConstrainedQuarks"),
3  minNumber = cms.uint32(2)
4  )
tuple python.reformatGenAndRecoCollections_cff.genParticlesPtEtaConstrainedSeq
Initial value:
1 = cms.Sequence(
2  genParticlesPtEtaConstrainedLeptons*genParticlesPtEtaConstrainedLeptonsFilter
3  *genParticlesPtEtaConstrainedQuarks*genParticlesPtEtaConstrainedQuarksFilter
4  )
tuple python.reformatGenAndRecoCollections_cff.recoJetsFormatter
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("slimmedJets"),
3  cut = cms.string("")
4  )
tuple python.reformatGenAndRecoCollections_cff.recoJetsFormatterFilter
Initial value:
1 = cms.EDFilter("",
2  src = cms.InputTag("recoJetsFormatter"),
3  minNumber = cms.uint32(2)
4  )
tuple python.reformatGenAndRecoCollections_cff.recoLeptonsFormatter
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("slimmedElectrons"),
3  #src = cms.InputTag("slimmedMuons"),
4  cut = cms.string("")
5  )
tuple python.reformatGenAndRecoCollections_cff.recoLeptonsFormatterFilter
Initial value:
1 = cms.EDFilter("",
2  src = cms.InputTag("recoLeptonsFormatter"),
3  minNumber = cms.uint32(2)
4  )