Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EgammaAnalysis
CSA07Skims
python
AODSIMEgammaSkimEventContent_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# Egamma AODSIM event content
4
# Saves standard AODSIM and Egamma-specific data (which might not be empty)
5
#
6
from
Configuration.EventContent.EventContent_cff
import
*
7
from
EgammaAnalysis.CSA07Skims.EgammaSkimEventContent_cff
import
*
8
AODSIMEgammaSkimEventContent = cms.PSet(
9
outputCommands = cms.untracked.vstring()
10
)
11
AODSIMEgammaSkimEventContent.outputCommands.extend(AODSIMEventContent.outputCommands)
12
AODSIMEgammaSkimEventContent.outputCommands.extend(egammaSkimEventContent.outputCommands)
13
EgammaSkimEventContent_cff
Config
EventContent_cff
Generated for CMSSW Reference Manual by
1.8.5