00001 # The following comments couldn't be translated into the new config version: 00002 00003 #------------------------------------------------ 00004 #AlCaReco filtering for phi symmetry calibration: 00005 #------------------------------------------------ 00006 # 00007 # Passes events that are coming from the online phi-symmetry stream 00008 # 00009 # Id: $Id: alcastreamEcalPhiSym_cff.py,v 1.3.2.1 2009/05/07 13:24:10 argiro Exp $ 00010 # 00011 00012 import FWCore.ParameterSet.Config as cms 00013 00014 ecalphiSymHLT = cms.EDFilter("HLTHighLevel", 00015 HLTPaths = cms.vstring('AlCa_EcalPhiSym*'), 00016 andOr = cms.bool(True), 00017 TriggerResultsTag = cms.InputTag("TriggerResults","","HLT"), 00018 throw= cms.untracked.bool(False) 00019 ) 00020 00021