00001 import FWCore.ParameterSet.Config as cms 00002 00003 import copy 00004 from HLTrigger.HLTfilters.hltHighLevel_cfi import * 00005 singlePhotonHLTFilter = copy.deepcopy(hltHighLevel) 00006 import copy 00007 from HLTrigger.HLTfilters.hltHighLevel_cfi import * 00008 singleRelaxedPhotonHLTFilter = copy.deepcopy(hltHighLevel) 00009 import copy 00010 from HLTrigger.HLTfilters.hltHighLevel_cfi import * 00011 singlePhotonHLTFilter12 = copy.deepcopy(hltHighLevel) 00012 singlePhotonHLTFilter.HLTPaths = ['HLT_IsoPhoton30_L1I'] 00013 singleRelaxedPhotonHLTFilter.HLTPaths = ['HLT_IsoPhoton40_L1R'] 00014 singlePhotonHLTFilter12.HLTPaths = ['CandHLT1PhotonL1Isolated'] 00015