Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 import HLTrigger.HLTfilters.hltHighLevel_cfi
0003 
0004 hcalminbiasHLT =  HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone(
0005     HLTPaths = ['AlCa_HcalPhiSym'],
0006     throw = False #dont throw except on unknown path name 
0007 )
0008 
0009 
0010