|
||||
File indexing completed on 2024-04-06 12:19:15
0001 import FWCore.ParameterSet.Config as cms 0002 0003 metLowEventContent = cms.PSet( 0004 outputCommands = cms.untracked.vstring() 0005 ) 0006 metLowEventSelection = cms.PSet( 0007 SelectEvents = cms.untracked.PSet( 0008 SelectEvents = cms.vstring('metLowPre1HLTPath', 0009 'metLowPre2HLTPath', 0010 'metLowPre3HLTPath') 0011 ) 0012 ) 0013
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |