CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
BTVHLTOfflineSource_cfi Namespace Reference

Variables

tuple BTVHLTOfflineSource
 

Variable Documentation

tuple BTVHLTOfflineSource_cfi.BTVHLTOfflineSource
Initial value:
1 = cms.EDAnalyzer(
2  "BTVHLTOfflineSource",
3  #
4  dirname = cms.untracked.string("HLT/BTV"),
5  processname = cms.string("HLT"),
6  verbose = cms.untracked.bool(False),
7  #
8  triggerSummaryLabel = cms.InputTag("hltTriggerSummaryAOD","","HLT"),
9  triggerResultsLabel = cms.InputTag("TriggerResults","","HLT"),
10  offlineCSVLabelPF = cms.InputTag("pfCombinedInclusiveSecondaryVertexV2BJetTags"),
11  offlineCSVLabelCalo = cms.InputTag("pfCombinedInclusiveSecondaryVertexV2BJetTags"),
12  hltFastPVLabel = cms.InputTag("hltFastPrimaryVertex"),
13  hltPFPVLabel = cms.InputTag("hltVerticesPFSelector"),
14  hltCaloPVLabel = cms.InputTag("hltVerticesL3"),
15  offlinePVLabel = cms.InputTag("offlinePrimaryVertices"),
16 
17  #
18  pathPairs = cms.VPSet(
19  cms.PSet(
20  pathname = cms.string("HLT_QuadPFJet_SingleBTagCSV_VBF"),
21  pathtype = cms.string("PF"),
22  ),
23  cms.PSet(
24  #pathname = cms.string("HLT_PFMET120_NoiseCleaned_BTagCSV07"),
25  pathname = cms.string("HLT_PFMET120_"),
26  pathtype = cms.string("Calo"),
27  )
28  )
29 )

Definition at line 3 of file BTVHLTOfflineSource_cfi.py.