Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTriggerOffline
Exotica
python
analyses
hltExoticaDiPhoton_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
DiPhotonPSet = cms.PSet(
4
hltPathsToCheck = cms.vstring(
5
"HLT_DoublePhoton85_v"
,
# Run2 proposal
6
"HLT_Photon36_R9Id85_OR_CaloId24b40e_Iso50T80L_Photon22_AND_HE10_R9Id65_Eta2_Mass15_v"
,
7
"HLT_Photon26_R9Id85_OR_CaloId24b40e_Iso50T80L_Photon16_AND_HE10_R9Id65_Eta2_Mass60_v"
,
8
"HLT_Photon42_R9Id85_OR_CaloId24b40e_Iso50T80L_Photon25_AND_HE10_R9Id65_Eta2_Mass15_v"
,
#50ns backup menu
9
"HLT_DoublePhoton60_v"
,
10
"HLT_DoublePhoton40_v"
,
# 0T
11
"HLT_DoublePhoton50_v"
# 0T
12
#"HLT_DoublePhoton70_v" # Run1 (frozenHLT)
13
),
14
recElecLabel = cms.InputTag(
"gedGsfElectrons"
),
15
#recPhotonLabel = cms.InputTag("gedPhotons"),
16
# -- Analysis specific cuts
17
minCandidates = cms.uint32(1),
18
# -- Analysis specific binnings
19
parametersTurnOn = cms.vdouble( 0, 50, 100, 150, 200, 250, 300, 400, 500, 600, 700, 800, 900, 1000,
20
1100, 1200, 1500
21
),
22
dropPt3 = cms.bool(
True
),
23
)
Generated for CMSSW Reference Manual by
1.8.5