CMS 3D CMS Logo

simpleSingletonCandidateFlatTableProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from PhysicsTools.NanoAOD.simpleCandidateFlatTableProducer_cfi import simpleCandidateFlatTableProducer as default
4 
5 simpleSingletonCandidateFlatTableProducer = default.clone(
6  singleton = cms.bool(True),
7 )
8 del simpleSingletonCandidateFlatTableProducer.cut