CMS 3D CMS Logo

HiggsAnalysis_OutputModules_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # HiggsAnalysis output modules
5 #
6 # Dominique Fortin - UC Riverside
13 # include "HiggsAnalysis/Skimming/data/rsTo2Gamma_OutputModule.cff"
14 HiggsAnalysisOutput = cms.Sequence(heavyChHiggsToTauNuOutputModuleRECOSIM+higgsTo2GammaOutputModuleRECOSIM+higgsToInvisibleOutputModuleRECOSIM+higgsToTauTauLeptonTauOutputModuleAODSIM+higgsToWW2LeptonsOutputModuleAODSIM+higgsToZZ4LeptonsOutputModuleRECOSIM)
15