CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
pfSortByType_cff Namespace Reference

Variables

tuple pfPileUpAllChargedParticles = pfAllChargedParticles.clone( src = 'pfPileUpIso' )
 
tuple pfSortByTypeSequence
 

Variable Documentation

tuple pfSortByType_cff.pfPileUpAllChargedParticles = pfAllChargedParticles.clone( src = 'pfPileUpIso' )

Definition at line 13 of file pfSortByType_cff.py.

tuple pfSortByType_cff.pfSortByTypeSequence
Initial value:
1 = cms.Sequence(
2  pfAllNeutralHadrons+
3  pfAllChargedHadrons+
4  pfAllPhotons+
5  # charged hadrons + electrons + muons
6  pfAllChargedParticles+
7  # same, but from pile up
8  pfPileUpAllChargedParticles+
9  pfAllNeutralHadronsAndPhotons
10 # +
11 # pfAllElectrons+
12 # pfAllMuons
13  )

Definition at line 16 of file pfSortByType_cff.py.