![]() |
|
|||
File indexing completed on 2023-03-17 10:42:26
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from CalibMuon.RPCCalibration.l1Muon_EventContent_cff import * 0004 L1MuonEventContent = cms.OutputModule("PoolOutputModule", 0005 l1Muon_EventContent, 0006 l1MuonEventSelection, 0007 datasets = cms.untracked.PSet( 0008 filterName = cms.untracked.string('l1Muon_Filter'), 0009 dataTier = cms.untracked.string('USER') 0010 ), 0011 fileName = cms.untracked.string('l1Muon.root') 0012 ) 0013 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |