CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfSortByType_cff.py
Go to the documentation of this file.
2 
8 
10 
12 
13 pfPileUpAllChargedParticles = pfAllChargedParticles.clone( src = 'pfPileUpIso' )
14 
15 
16 pfSortByTypeSequence = cms.Sequence(
17  pfAllNeutralHadrons+
18  pfAllChargedHadrons+
19  pfAllPhotons+
20  # charged hadrons + electrons + muons
21  pfAllChargedParticles+
22  # same, but from pile up
23  pfPileUpAllChargedParticles+
24  pfAllNeutralHadronsAndPhotons
25 # +
26 # pfAllElectrons+
27 # pfAllMuons
28  )
29