CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
countPatCandidates_cff.py
Go to the documentation of this file.
2 
9 
10 countPatCandidates = cms.Sequence(
11  countPatElectrons +
12  countPatMuons +
13  countPatTaus +
14  countPatLeptons +
15  countPatPhotons +
16  countPatJets
17 )