CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
multiEventFilter_cfi.py
Go to the documentation of this file.
1 
2 import FWCore.ParameterSet.Config as cms
3 
4 multiEventFilter = cms.EDFilter(
5  "MultiEventFilter",
6  EventList = cms.vstring(
7  "0:0:0" # run:lumi:event
8  ),
9  taggingMode = cms.bool(False),
10  file = cms.FileInPath('RecoMET/METFilters/data/dummy.txt'),
11 )
12 
13 vetoIncMuons = multiEventFilter.clone(EventList = [
14  "142422:927:564419326",
15  "143953:451:499461209",
16  "147114:333:265212529",
17  "149003:194:198684423",
18  "149181:1790:1692590330",
19  "149291:570:598587553",
20  "149291:759:766167308"
21 ])