Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
TopQuarkAnalysis
Configuration
python
patRefSel_eventContent_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
common_eventContent = [
4
'keep edmTriggerResults_*_*_*'
5
,
'keep *_addPileupInfo_*_*'
6
,
'keep *_offlineBeamSpot_*_*'
7
,
'keep *_fixedGridRho*_*_*'
8
]
9
10
aod_eventContent = [
11
'keep *_hltTriggerSummaryAOD_*_*'
12
,
'keep *_genParticles_*_*'
13
,
'keep *_genJets_*_*'
14
,
'keep *_offlinePrimaryVertices_*_*'
15
,
'keep *_secondaryVertices_*_*'
16
]
17
18
miniAod_eventContent = [
19
'keep *_patTrigger_*_*'
20
,
'keep *_selectedPatTrigger_*_*'
21
,
'keep *_packedGenParticles_*_*'
22
,
'keep *_prunedGenParticles_*_*'
23
,
'keep *_slimmedGenJets_*_*'
24
,
'keep *_offlineSlimmedPrimaryVertices_*_*'
25
,
'keep *_slimmedSecondaryVertices_*_*'
26
]
27
28
refMuJets_eventContent = [
29
'keep *_selectedMuons_*_*'
30
,
'keep *_signalMuons_*_*'
31
,
'keep *_selectedElectrons_*_*'
32
,
'keep *_selectedJets__*'
33
,
'keep *_selectedBTagJets__*'
34
,
'keep *_slimmedPhotons_*_*'
35
,
'keep *_slimmedTaus_*_*'
36
,
'keep *_slimmedMETs_*_*'
37
,
'keep *_goodOfflinePrimaryVertices_*_USER'
38
]
Config
Generated for CMSSW Reference Manual by
1.8.5