CMS 3D CMS Logo

l1ElectronRecoTree_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1ElectronRecoTree = cms.EDAnalyzer("L1ElectronRecoTreeProducer",
4  maxElectron = cms.uint32(20),
5  ElectronTag = cms.untracked.InputTag("gedGsfElectrons"),
6  RhoTag = cms.untracked.InputTag("fixedGridRhoFastjetAllCalo"),
7  VerticesTag = cms.untracked.InputTag("offlinePrimaryVertices"),#vertices"),
8  ConversionsTag = cms.untracked.InputTag("conversions"),
9  BeamSpotTag = cms.untracked.InputTag("offlineBeamSpot")
10 
11 
12 )
13