CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/HLTriggerOffline/Higgs/python/HLTHiggsBits_ZZ_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HLTHiggsBits_ZZ = cms.EDAnalyzer("HLTHiggsBits",
00004   
00005     muon = cms.string('muons'),
00006     histName = cms.string(''),
00007     OutputMEsInRootFile = cms.bool(False),
00008  ##  histName = cms.string("#outputfile#"),
00009     Photon = cms.string('correctedPhotons'),
00010     genmet = cms.string('genMet'),
00011     MCTruth = cms.InputTag("genParticles"),
00012     hltBitNames = cms.vstring('HLT_Mu3','HLT_Mu9','HLT_DoubleMu3','HLT_Ele10_LW_L1R','HLT_Ele10_LW_EleId_L1R','HLT_Ele15_SW_LooseTrackIso_L1R','HLT_Ele15_SW_L1R','HLT_DoubleEle5_SW_L1R'),
00013     hltBitNamesEG = cms.vstring('HLT_Ele10_LW_L1R','HLT_Ele10_LW_EleId_L1R','HLT_Ele15_SW_L1R','HLT_Ele15_SW_LooseTrackIso_L1R','HLT_DoubleEle5_SW_L1R'),
00014     hltBitNamesMu = cms.vstring('HLT_Mu3','HLT_Mu9','HLT_DoubleMu3'),
00015     hltBitNamesPh = cms.vstring(''),
00016     hltBitNamesTau = cms.vstring(''),
00017    
00018    # Electron = cms.string('pixelMatchGsfElectrons'),
00019     Electron = cms.string('gsfElectrons'),
00020   
00021     Nchannel = cms.int32(1),   
00022     OutputFileName = cms.string(''),
00023     DQMFolder = cms.untracked.string("HLT/Higgs/HZZ"),
00024     HLTriggerResults = cms.InputTag("TriggerResults","","HLT"),
00025     RunParameters = cms.PSet(
00026         Debug = cms.bool(True),
00027         Monte = cms.bool(True),
00028         EtaMax = cms.double(2.5),
00029         EtaMin = cms.double(-2.5)
00030     )
00031 )
00032 
00033