![]() |
![]() |
00001 cms.EDProducer("CandViewShallowCloneCombiner", 00002 decay = cms.string("LeadingPtCaloIdIsoPhotons TrailingPtCaloIdIsoPhotons"), # charge coniugate states are implied 00003 checkCharge = cms.bool(False), 00004 cut = cms.string("mass > " + str(MASS_DIPHOTON_CALOIDISO_CUT_MIN)) 00005 )
Definition at line 54 of file PDWG_DiPhoton_SD_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag("CaloIdIsoPhotonPairs"), 00003 minNumber = cms.uint32(1) 00004 )
Definition at line 60 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 65 of file PDWG_DiPhoton_SD_cff.py.
tuple PDWG_DiPhoton_SD_cff::DiPhotonHltFilter = copy.deepcopy(hltHighLevel) |
Definition at line 27 of file PDWG_DiPhoton_SD_cff.py.
00001 cms.EDProducer("CandidateTriggerObjectProducer", 00002 triggerName = cms.string("HLT_Photon.*_CaloId.*_Iso.*_Photon.*_CaloId.*_Iso.*_.*"), 00003 TriggerResults = cms.InputTag("TriggerResults","","HLT"), 00004 triggerEvent = cms.InputTag("hltTriggerSummaryAOD","","HLT") 00005 )
Definition at line 36 of file PDWG_DiPhoton_SD_cff.py.
00001 hltDiPhotonCaloIdIsoObjectProducer.clone( 00002 triggerName = cms.string("HLT_Photon.*_CaloId.*_Iso.*_Photon.*_R9Id.*_.*"), 00003 )
Definition at line 103 of file PDWG_DiPhoton_SD_cff.py.
00001 hltDiPhotonCaloIdIsoObjectProducer.clone( 00002 triggerName = cms.string("HLT_Photon.*_R9Id.*_Photon.*_CaloId.*_Iso.*_.*"), 00003 )
Definition at line 133 of file PDWG_DiPhoton_SD_cff.py.
00001 hltDiPhotonCaloIdIsoObjectProducer.clone( 00002 triggerName = cms.string("HLT_Photon.*_R9Id.*_Photon.*_R9Id.*_.*"), 00003 )
Definition at line 72 of file PDWG_DiPhoton_SD_cff.py.
00001 cms.EDFilter("CandViewRefSelector", 00002 filter = cms.bool(True), 00003 src = cms.InputTag("hltDiPhotonCaloIdIsoObjectProducer"), 00004 cut = cms.string('pt > '+str(PHOTON_CALOIDISO_ET_HIGH_CUT_MIN)) 00005 )
Definition at line 48 of file PDWG_DiPhoton_SD_cff.py.
00001 LeadingPtCaloIdIsoPhotons.clone( 00002 src = cms.InputTag("hltDiPhotonMixedCaloR9IdObjectProducer"), 00003 cut = cms.string('pt > '+str(PHOTON_CALOIDISO_ET_HIGH_CUT_MIN)) 00004 )
Definition at line 112 of file PDWG_DiPhoton_SD_cff.py.
00001 LeadingPtCaloIdIsoPhotons.clone( 00002 src = cms.InputTag("hltDiPhotonMixedR9CaloIdObjectProducer"), 00003 cut = cms.string('pt > '+str(PHOTON_R9ID_ET_HIGH_CUT_MIN)) 00004 )
Definition at line 142 of file PDWG_DiPhoton_SD_cff.py.
00001 LeadingPtCaloIdIsoPhotons.clone( 00002 src = cms.InputTag("hltDiPhotonR9IdObjectProducer"), 00003 cut = cms.string('pt > '+str(PHOTON_R9ID_ET_HIGH_CUT_MIN)) 00004 )
Definition at line 81 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 12 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 18 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 16 of file PDWG_DiPhoton_SD_cff.py.
00001 CaloIdIsoPhotonPairs.clone( 00002 decay = cms.string("LeadingPtMixedCaloR9IdPhotons TrailingPtMixedCaloR9IdPhotons"), # charge coniugate states are implied 00003 cut = cms.string("mass > " + str(MASS_DIPHOTON_MIXEDID_CUT_MIN)) 00004 )
Definition at line 117 of file PDWG_DiPhoton_SD_cff.py.
00001 CaloIdIsoPhotonPairsCounter.clone( 00002 src = cms.InputTag("MixedCaloR9IdPhotonPairs"), 00003 )
Definition at line 122 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 126 of file PDWG_DiPhoton_SD_cff.py.
00001 CaloIdIsoPhotonPairs.clone( 00002 decay = cms.string("LeadingPtMixedR9CaloIdPhotons TrailingPtMixedR9CaloIdPhotons"), # charge coniugate states are implied 00003 cut = cms.string("mass > " + str(MASS_DIPHOTON_MIXEDID_CUT_MIN)) 00004 )
Definition at line 147 of file PDWG_DiPhoton_SD_cff.py.
00001 CaloIdIsoPhotonPairsCounter.clone( 00002 src = cms.InputTag("MixedR9CaloIdPhotonPairs"), 00003 )
Definition at line 152 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 156 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 10 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 11 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 14 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 15 of file PDWG_DiPhoton_SD_cff.py.
00001 CaloIdIsoPhotonPairs.clone( 00002 decay = cms.string("LeadingPtR9IdPhotons TrailingPtR9IdPhotons"), # charge coniugate states are implied 00003 cut = cms.string("mass > " + str(MASS_DIPHOTON_R9ID_CUT_MIN)) 00004 )
Definition at line 86 of file PDWG_DiPhoton_SD_cff.py.
00001 CaloIdIsoPhotonPairsCounter.clone( 00002 src = cms.InputTag("R9IdPhotonPairs"), 00003 )
Definition at line 91 of file PDWG_DiPhoton_SD_cff.py.
tuple PDWG_DiPhoton_SD_cff::R9IdPhotonPairsFilter = cms.Sequence(DiPhotonHltFilter*hltDiPhotonR9IdObjectProducer*TrailingPtR9IdPhotons*LeadingPtR9IdPhotons*R9IdPhotonPairs*R9IdPhotonPairsCounter) |
Definition at line 95 of file PDWG_DiPhoton_SD_cff.py.
00001 cms.EDFilter("CandViewRefSelector", 00002 filter = cms.bool(True), 00003 src = cms.InputTag("hltDiPhotonCaloIdIsoObjectProducer"), 00004 cut = cms.string('pt > '+str(PHOTON_CALOIDISO_ET_LOW_CUT_MIN)) 00005 )
Definition at line 42 of file PDWG_DiPhoton_SD_cff.py.
00001 TrailingPtCaloIdIsoPhotons.clone( 00002 src = cms.InputTag("hltDiPhotonMixedCaloR9IdObjectProducer"), 00003 cut = cms.string('pt > '+str(PHOTON_R9ID_ET_LOW_CUT_MIN)) 00004 )
Definition at line 107 of file PDWG_DiPhoton_SD_cff.py.
00001 TrailingPtCaloIdIsoPhotons.clone( 00002 src = cms.InputTag("hltDiPhotonMixedR9CaloIdObjectProducer"), 00003 cut = cms.string('pt > '+str(PHOTON_CALOIDISO_ET_LOW_CUT_MIN)) 00004 )
Definition at line 137 of file PDWG_DiPhoton_SD_cff.py.
00001 TrailingPtCaloIdIsoPhotons.clone( 00002 src = cms.InputTag("hltDiPhotonR9IdObjectProducer"), 00003 cut = cms.string('pt > '+str(PHOTON_R9ID_ET_LOW_CUT_MIN)) 00004 )
Definition at line 76 of file PDWG_DiPhoton_SD_cff.py.