Variables | |
tuple | CaloIdIsoPhotonPairs |
tuple | CaloIdIsoPhotonPairsCounter |
tuple | CaloIdIsoPhotonPairsFilter = cms.Sequence(DiPhotonHltFilter*hltDiPhotonCaloIdIsoObjectProducer*TrailingPtCaloIdIsoPhotons*LeadingPtCaloIdIsoPhotons*CaloIdIsoPhotonPairs*CaloIdIsoPhotonPairsCounter) |
tuple | DiPhotonHltFilter = copy.deepcopy(hltHighLevel) |
tuple | hltDiPhotonCaloIdIsoObjectProducer |
tuple | hltDiPhotonR9IdObjectProducer |
tuple | LeadingPtCaloIdIsoPhotons |
tuple | LeadingPtR9IdPhotons |
int | MASS_DIPHOTON_CALOIDISO_CUT_MIN = 60 |
int | MASS_DIPHOTON_R9ID_CUT_MIN = 60 |
int | PHOTON_CALOIDISO_ET_HIGH_CUT_MIN = 26 |
int | PHOTON_CALOIDISO_ET_LOW_CUT_MIN = 18 |
int | PHOTON_R9ID_ET_HIGH_CUT_MIN = 22 |
int | PHOTON_R9ID_ET_LOW_CUT_MIN = 18 |
tuple | R9IdPhotonPairs |
tuple | R9IdPhotonPairsCounter |
tuple | R9IdPhotonPairsFilter = cms.Sequence(DiPhotonHltFilter*hltDiPhotonR9IdObjectProducer*TrailingPtR9IdPhotons*LeadingPtR9IdPhotons*R9IdPhotonPairs*R9IdPhotonPairsCounter) |
tuple | TrailingPtCaloIdIsoPhotons |
tuple | TrailingPtR9IdPhotons |
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 53 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 59 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 64 of file PDWG_DiPhoton_SD_cff.py.
tuple PDWG_DiPhoton_SD_cff::DiPhotonHltFilter = copy.deepcopy(hltHighLevel) |
Definition at line 25 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 34 of file PDWG_DiPhoton_SD_cff.py.
00001 hltDiPhotonCaloIdIsoObjectProducer.clone( 00002 triggerName = cms.string("HLT_Photon.*_R9Id.*_Photon.*_R9Id.*_.*"), 00003 )
Definition at line 71 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 47 of file PDWG_DiPhoton_SD_cff.py.
00001 LeadingPtCaloIdIsoPhotons.clone( 00002 src = cms.InputTag("hltDiPhotonR9IdObjectProducer"), 00003 cut = cms.string('pt > '+str(PHOTON_R9ID_ET_LOW_CUT_MIN)) 00004 )
Definition at line 80 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 12 of file PDWG_DiPhoton_SD_cff.py.
Definition at line 16 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 85 of file PDWG_DiPhoton_SD_cff.py.
00001 CaloIdIsoPhotonPairsCounter.clone( 00002 src = cms.InputTag("R9IdPhotonPairs"), 00003 )
Definition at line 90 of file PDWG_DiPhoton_SD_cff.py.
tuple PDWG_DiPhoton_SD_cff::R9IdPhotonPairsFilter = cms.Sequence(DiPhotonHltFilter*hltDiPhotonR9IdObjectProducer*TrailingPtR9IdPhotons*LeadingPtR9IdPhotons*R9IdPhotonPairs*R9IdPhotonPairsCounter) |
Definition at line 94 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 41 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 75 of file PDWG_DiPhoton_SD_cff.py.