CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfNoPileUpJME_cff.py
Go to the documentation of this file.
2 
6 
7 pfPileUpJME = pfPileUp.clone( PFCandidates='particleFlowPtrs',
8  Vertices = 'goodOfflinePrimaryVertices',
9  checkClosestZVertex = False )
10 pfNoPileUpJME = pfNoPileUp.clone( topCollection = 'pfPileUpJME',
11  bottomCollection = 'particleFlowPtrs' )
12 
13 
14 
15 pfNoPileUpJMESequence = cms.Sequence(
16  goodOfflinePrimaryVertices +
17  pfPileUpJME +
18  pfNoPileUpJME
19  )