CMS 3D CMS Logo

jpsiToMuMu_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 jpsiToMuMuEventContent = cms.PSet(
4  outputCommands = cms.untracked.vstring()
5 )
6 
7 jpsiToMuMuEventSelection = cms.PSet(
8  SelectEvents = cms.untracked.PSet(
9  SelectEvents = cms.vstring('jpsiToMuMuHLTPath')
10  )
11 )
12