CMS 3D CMS Logo

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

Variables

tuple HLT_HIPhoton15_DQM
 See HLT Config Browser, for up-to-date HLT paths http://cms-project-confdb-hltdev.web.cern.ch/cms-project-confdb-hltdev/browser/. More...
 

Variable Documentation

tuple HLT_HIPhoton15_DQM_cfi.HLT_HIPhoton15_DQM
Initial value:
1 = cms.EDAnalyzer("EmDQM",
2  triggerobject = cms.InputTag("hltTriggerSummaryRAW","","HLT"),
3  pdgGen = cms.int32(22),
4  genEtaAcc = cms.double(2.5),
5  genEtAcc = cms.double(10.0),
6  reqNum = cms.uint32(1),
7  PtMax = cms.untracked.double(200.0),
8  useHumanReadableHistTitles = cms.untracked.bool(False),
9 
10  # Filters from collections listed above. theHLTOutputTypes defined at the following:
11  # http://cmslxr.fnal.gov/lxr/source/DataFormats/HLTReco/interface/TriggerTypeDefs.h#030
12  filters = cms.VPSet(
13  cms.PSet(
14  PlotBounds = cms.vdouble(0.0, 0.0),
15  HLTCollectionLabels = cms.InputTag("hltHIL1sPhoton15","","HLT"),
16  IsoCollections = cms.VInputTag(cms.InputTag("none")),
17  theHLTOutputTypes = cms.int32(-82),
18  HLTCollectionHumanName = cms.untracked.string("Level 1"),
19  ncandcut = cms.int32(1)
20  ),
21  cms.PSet(
22  PlotBounds = cms.vdouble(0.0, 0.0),
23  HLTCollectionLabels = cms.InputTag("hltHIPhoton15","","HLT"),
24  IsoCollections = cms.VInputTag(cms.InputTag("none")),
25  theHLTOutputTypes = cms.int32(81),
26  HLTCollectionHumanName = cms.untracked.string("Photon 15"),
27  ncandcut = cms.int32(1)
28  )
29  )
30 )

See HLT Config Browser, for up-to-date HLT paths http://cms-project-confdb-hltdev.web.cern.ch/cms-project-confdb-hltdev/browser/.

This config is for HLT_HIPhoton15 A single photon trigger, requiring at least one HLT photon with ET > 15 GeV. No isolation is required.

This path contains 5 steps: HLT_HIPhoton15 = cms.Path( HLTBeginSequenceBPTX + hltHIL1sPhoton15 + hltHIPrePhoton15 + HLTDoCaloSequence + HLTDoHIEcalClusSequence + hltHIPhoton15 + HLTEndSequence )

The two filter steps:

  1. hltHIL1sPhoton15
  2. hltHIPhoton15

...are what go into the "HLTCollectionLabels" below.

Definition at line 29 of file HLT_HIPhoton15_DQM_cfi.py.