cms.EDProducer("PFECALSuperClusterProducer",\ 
    BeamSpot = cms.InputTag("hltOnlineBeamSpot"),\ 
    ClusteringType = cms.string('Mustache'),\ 
    ESAssociation = cms.InputTag("hltParticleFlowClusterECALUnseeded"),\ 
    EnergyWeight = cms.string('Raw'),\ 
    PFBasicClusterCollectionBarrel = cms.string('particleFlowBasicClusterECALBarrel'),\ 
    PFBasicClusterCollectionEndcap = cms.string('particleFlowBasicClusterECALEndcap'),\ 
    PFBasicClusterCollectionPreshower = cms.string('particleFlowBasicClusterECALPreshower'),\ 
    PFClusters = cms.InputTag("hltParticleFlowClusterECALUnseeded"),\ 
    PFSuperClusterCollectionBarrel = cms.string('particleFlowSuperClusterECALBarrel'),\ 
    PFSuperClusterCollectionEndcap = cms.string('particleFlowSuperClusterECALEndcap'),\ 
    PFSuperClusterCollectionEndcapWithPreshower = cms.string('particleFlowSuperClusterECALEndcapWithPreshower'),\ 
    applyCrackCorrections = cms.bool(False),\ 
    barrelRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),\ 
    doSatelliteClusterMerge = cms.bool(False),\ 
    dropUnseedable = cms.bool(False),\ 
    endcapRecHits = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),\ 
    etawidth_SuperClusterBarrel = cms.double(0.04),\ 
    etawidth_SuperClusterEndcap = cms.double(0.04),\ 
    isOOTCollection = cms.bool(False),\ 
    phiwidth_SuperClusterBarrel = cms.double(0.6),\ 
    phiwidth_SuperClusterEndcap = cms.double(0.6),\ 
    regressionConfig = cms.PSet(\ 
        ecalRecHitsEB = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),\ 
        ecalRecHitsEE = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),\ 
        isHLT = cms.bool(True),\ 
        regressionKeyEB = cms.string('pfscecal_EBCorrection_online'),\ 
        regressionKeyEE = cms.string('pfscecal_EECorrection_online'),\ 
        uncertaintyKeyEB = cms.string('pfscecal_EBUncertainty_online'),\ 
        uncertaintyKeyEE = cms.string('pfscecal_EEUncertainty_online')\ 
    ),\ 
    satelliteClusterSeedThreshold = cms.double(50.0),\ 
    satelliteMajorityFraction = cms.double(0.5),\ 
    seedThresholdIsET = cms.bool(True),\ 
    thresh_PFClusterBarrel = cms.double(0.5),\ 
    thresh_PFClusterES = cms.double(0.5),\ 
    thresh_PFClusterEndcap = cms.double(0.5),\ 
    thresh_PFClusterSeedBarrel = cms.double(1.0),\ 
    thresh_PFClusterSeedEndcap = cms.double(1.0),\ 
    thresh_SCEt = cms.double(10.0),\ 
    useDynamicDPhiWindow = cms.bool(True),\ 
    useRegression = cms.bool(True),\ 
    verbose = cms.untracked.bool(False)\ 
)\