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

Variables

tuple countEvtsBeforeCuts
 
tuple countEvtsAfterCuts
 
tuple cutEfficiencyAndWrAndNuMasses
 
tuple eeChnlCutSeq
 
tuple mumuChnlCutSeq
 

Variable Documentation

tuple python.linkGenSequencesForTwoDimLimits_cff.countEvtsAfterCuts
Initial value:
1 = cms.EDProducer("produceEventCount",
2  outputCollectionName = cms.string("evtCountAfterAllCuts")
3  )
tuple python.linkGenSequencesForTwoDimLimits_cff.countEvtsBeforeCuts
Initial value:
1 = cms.EDProducer("produceEventCount",
2  outputCollectionName = cms.string("evtCountBeforeAllCuts")
3  )
tuple python.linkGenSequencesForTwoDimLimits_cff.cutEfficiencyAndWrAndNuMasses
Initial value:
1 = cms.EDAnalyzer("determineCutEfficiency",
2  massOfWR = cms.double(2000),
3  massOfNu = cms.double(1000),
4  treeName = cms.string("cutEffTree"),
5  evtCountBeforeCutsCollection = cms.InputTag("countEvtsBeforeCuts","evtCountBeforeAllCuts"),
6  evtCountAfterCutsCollection = cms.InputTag("countEvtsAfterCuts","evtCountAfterAllCuts")
7  )
tuple python.linkGenSequencesForTwoDimLimits_cff.eeChnlCutSeq
Initial value:
1 = cms.Sequence(
2  countEvtsBeforeCuts
3  *eeChnlPtEtaFilteredMatchedGenParticleSeq
4  *eeChnlMatchedDiLeptonCandidateSeq
5  *eeChnlMatchedQuarkLeptonDrSepSeq
6  *eeChnlMatchedFourObjectCandidateSeq
7  *countEvtsAfterCuts
8  )
tuple python.linkGenSequencesForTwoDimLimits_cff.mumuChnlCutSeq
Initial value:
1 = cms.Sequence(
2  countEvtsBeforeCuts
3  *mumuChnlPtEtaFilteredMatchedGenParticleSeq
4  *mumuChnlMatchedDiLeptonCandidateSeq
5  *mumuChnlMatchedQuarkLeptonDrSepSeq
6  *mumuChnlMatchedFourObjectCandidateSeq
7  *countEvtsAfterCuts
8  )