Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:38

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 #------------------------------------------------
0004 #AlCaReco filtering for phi symmetry calibration:
0005 #------------------------------------------------
0006 #
0007 # Passes events that are coming from the online phi-symmetry stream 
0008 # 
0009 #
0010 
0011 import FWCore.ParameterSet.Config as cms
0012 import HLTrigger.HLTfilters.hltHighLevel_cfi
0013 
0014 ecalphiSymHLT = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
0015   HLTPaths = ['AlCa_EcalPhiSym*'],
0016   andOr = True,
0017   throw = False
0018   )
0019 
0020 
0021