CMS 3D CMS Logo

alcastreamEcalPhiSym_cff.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:25:30 2009 for CMSSW by  doxygen 1.5.4