CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoTCMET_cff.py
Go to the documentation of this file.
2 
4 
5 tcMetWithPFclusters = tcMet.clone()
6 
7 tcMetWithPFclusters.usePFClusters = cms.bool(True)
8 
9 tcMetSequence = cms.Sequence(tcMet + tcMetWithPFclusters)