CMS 3D CMS Logo

hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltParticleFlowSuperClusterHGCalFromTICLUnseeded = 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('particleFlowBasicClusterECALBarrel'),
9  PFBasicClusterCollectionEndcap = cms.string(''),
10  PFBasicClusterCollectionPreshower = cms.string('particleFlowBasicClusterECALPreshower'),
11  PFClusters = cms.InputTag("hltParticleFlowClusterHGCalFromTICLUnseeded"),
12  PFSuperClusterCollectionBarrel = cms.string('particleFlowSuperClusterECALBarrel'),
13  PFSuperClusterCollectionEndcap = cms.string(''),
14  PFSuperClusterCollectionEndcapWithPreshower = cms.string(''),
15  applyCrackCorrections = cms.bool(False),
16  barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
17  doSatelliteClusterMerge = cms.bool(False),
18  dropUnseedable = cms.bool(True),
19  endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
20  etawidth_SuperClusterBarrel = cms.double(0.04),
21  etawidth_SuperClusterEndcap = cms.double(0.04),
22  isOOTCollection = cms.bool(False),
23  mightGet = cms.optional.untracked.vstring,
24  phiwidth_SuperClusterBarrel = cms.double(0.6),
25  phiwidth_SuperClusterEndcap = cms.double(0.6),
26  regressionConfig = cms.PSet(
27  applySigmaIetaIphiBug = cms.bool(False),
28  eRecHitThreshold = cms.double(1),
29  ecalRecHitsEB = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
30  ecalRecHitsEE = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
31  hgcalRecHits = cms.InputTag("hltParticleFlowRecHitHGC"),
32  isHLT = cms.bool(True),
33  isPhaseII = cms.bool(True),
34  regressionKeyEB = cms.string('pfscecal_EBCorrection_offline_v2'),
35  regressionKeyEE = cms.string('superclus_hgcal_mean_online'),
36  uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_offline_v2'),
37  uncertaintyKeyEE = cms.string('superclus_hgcal_sigma_online'),
38  vertexCollection = cms.InputTag("")
39  ),
40  satelliteClusterSeedThreshold = cms.double(50),
41  satelliteMajorityFraction = cms.double(0.5),
42  seedThresholdIsET = cms.bool(True),
43  thresh_PFClusterBarrel = cms.double(0),
44  thresh_PFClusterES = cms.double(0),
45  thresh_PFClusterEndcap = cms.double(0.15),
46  thresh_PFClusterSeedBarrel = cms.double(1),
47  thresh_PFClusterSeedEndcap = cms.double(1),
48  thresh_SCEt = cms.double(10.0),
49  useDynamicDPhiWindow = cms.bool(True),
50  useRegression = cms.bool(True),
51  verbose = cms.untracked.bool(False)
52 )