CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
alcastreamEcalPhiSym_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 #------------------------------------------------
4 #AlCaReco filtering for phi symmetry calibration:
5 #------------------------------------------------
6 #
7 # Passes events that are coming from the online phi-symmetry stream
8 #
9 # Id: $Id: alcastreamEcalPhiSym_cff.py,v 1.8 2009/04/23 11:57:48 beaucero Exp $
10 #
11 
12 import FWCore.ParameterSet.Config as cms
14 
15 ecalphiSymHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
16  HLTPaths = ['AlCa_EcalPhiSym*'],
17  andOr = True,
18  throw = False
19  )
20 
21 
22