1 import FWCore.ParameterSet.Config
as cms
3 hltParticleFlowSuperClusterECALUnseeded = cms.EDProducer(
"PFECALSuperClusterProducer",
4 BeamSpot = cms.InputTag(
"hltOnlineBeamSpot"),
5 ClusteringType = cms.string(
'Mustache'),
6 ESAssociation = cms.InputTag(
"hltParticleFlowClusterECALUnseeded"),
7 EnergyWeight = cms.string(
'Raw'),
8 PFBasicClusterCollectionBarrel = cms.string(
'hltParticleFlowBasicClusterECALBarrel'),
9 PFBasicClusterCollectionEndcap = cms.string(
'hltParticleFlowBasicClusterECALEndcap'),
10 PFBasicClusterCollectionPreshower = cms.string(
'hltParticleFlowBasicClusterECALPreshower'),
11 PFClusters = cms.InputTag(
"hltParticleFlowClusterECALUnseeded"),
12 PFSuperClusterCollectionBarrel = cms.string(
'hltParticleFlowSuperClusterECALBarrel'),
13 PFSuperClusterCollectionEndcap = cms.string(
'hltParticleFlowSuperClusterECALEndcap'),
14 PFSuperClusterCollectionEndcapWithPreshower = cms.string(
'hltParticleFlowSuperClusterECALEndcapWithPreshower'),
15 applyCrackCorrections = cms.bool(
False),
16 barrelRecHits = cms.InputTag(
"hltEcalRecHit",
"EcalRecHitsEE"),
17 doSatelliteClusterMerge = cms.bool(
False),
18 dropUnseedable = cms.bool(
False),
19 endcapRecHits = cms.InputTag(
"hltEcalRecHit",
"EcalRecHitsEB"),
20 etawidth_SuperClusterBarrel = cms.double(0.04),
21 etawidth_SuperClusterEndcap = cms.double(0.04),
22 isOOTCollection = cms.bool(
False),
23 phiwidth_SuperClusterBarrel = cms.double(0.6),
24 phiwidth_SuperClusterEndcap = cms.double(0.6),
25 regressionConfig = cms.PSet(
26 ecalRecHitsEB = cms.InputTag(
"hltEcalRecHit",
"EcalRecHitsEB"),
27 ecalRecHitsEE = cms.InputTag(
"hltEcalRecHit",
"EcalRecHitsEE"),
28 isHLT = cms.bool(
True),
29 regressionKeyEB = cms.string(
'pfscecal_EBCorrection_online'),
30 regressionKeyEE = cms.string(
'pfscecal_EECorrection_online'),
31 uncertaintyKeyEB = cms.string(
'pfscecal_EBUncertainty_online'),
32 uncertaintyKeyEE = cms.string(
'pfscecal_EEUncertainty_online')
34 satelliteClusterSeedThreshold = cms.double(50.0),
35 satelliteMajorityFraction = cms.double(0.5),
36 seedThresholdIsET = cms.bool(
True),
37 thresh_PFClusterBarrel = cms.double(0.5),
38 thresh_PFClusterES = cms.double(0.5),
39 thresh_PFClusterEndcap = cms.double(0.5),
40 thresh_PFClusterSeedBarrel = cms.double(1.0),
41 thresh_PFClusterSeedEndcap = cms.double(1.0),
42 thresh_SCEt = cms.double(10.0),
43 useDynamicDPhiWindow = cms.bool(
True),
44 useRegression = cms.bool(
True),
45 verbose = cms.untracked.bool(
False)