|
||||
File indexing completed on 2024-04-06 12:24:35
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from RecoBTag.Skimming.btagMC_QCD_380_470_cfi import * 0004 btagMC_QCD_380_470EventContent = cms.PSet( 0005 outputCommands = cms.untracked.vstring() 0006 ) 0007 btagMC_QCD_380_470EventSelection = cms.PSet( 0008 SelectEvents = cms.untracked.PSet( 0009 SelectEvents = cms.vstring('btagMC_QCD_380_470Path') 0010 ) 0011 ) 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |