CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SusyPostProcessor_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 SusyPostProcessor = cms.EDAnalyzer("SusyPostProcessor",
5  folderName = cms.string("JetMET/SUSYDQM/"),
6  quantile = cms.double(0.05)
7  )
8 
9 SusyPostProcessorSequence = cms.Sequence(SusyPostProcessor)