|
||||
File indexing completed on 2024-04-06 12:19:15
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from Configuration.EventContent.EventContent_cff import * 0004 from JetMETAnalysis.METSkims.sumET_EventContent_cff import * 0005 RECOSIMSumETEventContent = cms.PSet( 0006 outputCommands = cms.untracked.vstring() 0007 ) 0008 RECOSIMSumETEventContent.outputCommands.extend(RECOSIMEventContent.outputCommands) 0009 RECOSIMSumETEventContent.outputCommands.extend(sumETEventContent.outputCommands) 0010
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |