CMS 3D CMS Logo

Variables

python::HLTHiggsBits_ZZ_cfi Namespace Reference

Variables

tuple HLTHiggsBits_ZZ

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("HLTHiggsBits",
00002   
00003     muon = cms.string('muons'),
00004     histName = cms.string(''),
00005     OutputMEsInRootFile = cms.bool(False),
00006  ##  histName = cms.string("#outputfile#"),
00007     Photon = cms.string('correctedPhotons'),
00008     genmet = cms.string('genMet'),
00009     MCTruth = cms.InputTag("genParticles"),
00010     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'),
00011     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'),
00012     hltBitNamesMu = cms.vstring('HLT_Mu3','HLT_Mu9','HLT_DoubleMu3'),
00013     hltBitNamesPh = cms.vstring(''),
00014     hltBitNamesTau = cms.vstring(''),
00015    
00016    # Electron = cms.string('pixelMatchGsfElectrons'),
00017     Electron = cms.string('gsfElectrons'),
00018   
00019     Nchannel = cms.int32(1),   
00020     OutputFileName = cms.string(''),
00021     DQMFolder = cms.untracked.string("HLT/Higgs/HZZ"),
00022     HLTriggerResults = cms.InputTag("TriggerResults","","HLT"),
00023     RunParameters = cms.PSet(
00024         Debug = cms.bool(True),
00025         Monte = cms.bool(True),
00026         EtaMax = cms.double(2.5),
00027         EtaMin = cms.double(-2.5)
00028     )
00029 )

Definition at line 3 of file HLTHiggsBits_ZZ_cfi.py.