CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQMOffline/EGamma/python/electronGeneralAnalyzer_cfi.py

Go to the documentation of this file.
00001 
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 dqmElectronGeneralAnalysis = cms.EDAnalyzer("ElectronGeneralAnalyzer",
00005 
00006     Verbosity = cms.untracked.int32(0),
00007     FinalStep = cms.string("AtRunEnd"),
00008     InputFile = cms.string(""),
00009     OutputFile = cms.string(""),
00010     InputFolderName = cms.string("Egamma/Electrons/General"),
00011     OutputFolderName = cms.string("Egamma/Electrons/General"),
00012     
00013     ElectronCollection = cms.InputTag("gsfElectrons"),
00014     MatchingObjectCollection = cms.InputTag("mergedSuperClusters"),
00015     TrackCollection = cms.InputTag("generalTracks"),
00016     GsfTrackCollection = cms.InputTag("electronGsfTracks"),
00017     VertexCollection = cms.InputTag("offlinePrimaryVertices"),
00018     BeamSpot = cms.InputTag("offlineBeamSpot"),
00019     TriggerResults = cms.InputTag("TriggerResults::HLT")
00020     #HltPaths = cms.vstring('HLT_Ele10_SW_L1R','HLT_Ele15_SW_L1R','HLT_Ele15_SW_EleId_L1R','HLT_Ele15_SW_LooseTrackIso_L1R','HLT_Ele15_SC15_SW_LooseTrackIso_L1R','HLT_Ele15_SC15_SW_EleId_L1R','HLT_Ele20_SW_L1R','HLT_Ele20_SC15_SW_L1R','HLT_Ele25_SW_L1R','HLT_Ele25_SW_EleId_LooseTrackIso_L1R','HLT_DoubleEle10_SW_L1R')
00021 
00022 )
00023 
00024