CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/Calibration/EcalAlCaRecoProducers/python/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.9 2010/01/08 15:45:42 argiro Exp $
00010 #
00011 
00012 import FWCore.ParameterSet.Config as cms
00013 import HLTrigger.HLTfilters.hltHighLevel_cfi
00014 
00015 ecalphiSymHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
00016   HLTPaths = ['AlCa_EcalPhiSym*'],
00017   andOr = True,
00018   throw = False
00019   )
00020 
00021 
00022