CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Skims_HI_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 skimContent = FEVTEventContent.clone()
5 skimContent.outputCommands.append("drop *_MEtoEDMConverter_*_*")
6 skimContent.outputCommands.append("drop *_*_*_SKIM")
7 
8 #####################
9 
11 diJetSkimPath = cms.Path( diJetSkimSequence )
12 SKIMStreamDiJet = cms.FilteredStream(
13  responsible = 'HI PAG',
14  name = 'DiJet',
15  paths = (diJetSkimPath),
16  content = skimContent.outputCommands,
17  selectEvents = cms.untracked.PSet(),
18  dataTier = cms.untracked.string('RAW-RECO')
19  )
20 
21 #####################
22 
24 photonSkimPath = cms.Path( photonSkimSequence )
25 SKIMStreamPhoton = cms.FilteredStream(
26  responsible = 'HI PAG',
27  name = 'Photon',
28  paths = (photonSkimPath),
29  content = skimContent.outputCommands,
30  selectEvents = cms.untracked.PSet(),
31  dataTier = cms.untracked.string('RAW-RECO')
32  )
33 
34 zEESkimPath = cms.Path( zEESkimSequence )
35 SKIMStreamZEE = cms.FilteredStream(
36  responsible = 'HI PAG',
37  name = 'ZEE',
38  paths = (zEESkimPath),
39  content = skimContent.outputCommands,
40  selectEvents = cms.untracked.PSet(),
41  dataTier = cms.untracked.string('RAW-RECO')
42  )
43 
44 #####################
45 
47 zMMSkimPath = cms.Path( zMMSkimSequence )
48 SKIMStreamZMM = cms.FilteredStream(
49  responsible = 'HI PAG',
50  name = 'ZMM',
51  paths = (zMMSkimPath),
52  content = skimContent.outputCommands,
53  selectEvents = cms.untracked.PSet(),
54  dataTier = cms.untracked.string('RAW-RECO')
55  )
56 
57 #####################
58 
59 
event content for heavy-ion analysis objects