|
||||
File indexing completed on 2024-04-06 12:03:41
0001 import FWCore.ParameterSet.Config as cms 0002 0003 #Trigger bit requirement 0004 import HLTrigger.HLTfilters.hltHighLevel_cfi as hlt 0005 HSCPSD = hlt.hltHighLevel.clone() 0006 HSCPSD.TriggerResultsTag = cms.InputTag( "TriggerResults", "", "HLT" ) 0007 HSCPSD.HLTPaths = cms.vstring( 0008 "HLT_StoppedHSCP*", 0009 "HLT_JetE*_NoBPTX*") 0010 HSCPSD.andOr = cms.bool( True ) 0011 HSCPSD.throw = cms.bool( False ) 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |