Main Page
Namespaces
Classes
Package Documentation
RecoParticleFlow
PFTracking
python
preIdAnalyzer_cfi.py
Go to the documentation of this file.
1
2
import
FWCore.ParameterSet.Config
as
cms
3
4
preIdAnalyzer = cms.EDAnalyzer(
"PreIdAnalyzer"
,
5
PreIdMap=cms.InputTag(
"trackerDrivenElectronSeeds:preid"
),
6
TrackCollection=cms.InputTag(
"generalTracks"
),
7
)
Generated for CMSSW Reference Manual by
1.8.11