Skip to content

Commit

Permalink
adapt params
Browse files Browse the repository at this point in the history
  • Loading branch information
swagata87 committed Mar 13, 2023
1 parent 3d761d8 commit 7bd141c
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 234 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
energyEndcap = cms.double(0.0),
etaStripBarrel = cms.double(0.0),
etaStripEndcap = cms.double(0.0),
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCALForEgamma"),
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCAL"),
pfClusterProducerHFEM = cms.InputTag(""),
pfClusterProducerHFHAD = cms.InputTag(""),
recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesL1Seeded"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
energyEndcap = cms.double(0.0),
etaStripBarrel = cms.double(0.0),
etaStripEndcap = cms.double(0.0),
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCALForEgamma"),
pfClusterProducerHCAL = cms.InputTag("hltParticleFlowClusterHCAL"),
pfClusterProducerHFEM = cms.InputTag(""),
pfClusterProducerHFHAD = cms.InputTag(""),
recoEcalCandidateProducer = cms.InputTag("hltEgammaCandidatesUnseeded"),
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

particleFlowClusterHBHE = cms.EDProducer("PFClusterProducer",
hltParticleFlowClusterHBHE = cms.EDProducer("PFClusterProducer",
energyCorrector = cms.PSet(

),
Expand Down Expand Up @@ -59,7 +59,7 @@
),
clusterTimeResFromSeed = cms.bool(False),
excludeOtherSeeds = cms.bool(True),
maxIterations = cms.uint32(50),
maxIterations = cms.uint32(5),
maxNSigmaTime = cms.double(10.0),
minChi2Prob = cms.double(0.0),
minFracTot = cms.double(1e-20),
Expand Down Expand Up @@ -133,7 +133,7 @@

),
recHitCleaners = cms.VPSet(),
recHitsSource = cms.InputTag("particleFlowRecHitHBHE"),
recHitsSource = cms.InputTag("hltParticleFlowRecHitHBHE"),
seedCleaners = cms.VPSet(),
seedFinder = cms.PSet(
algoName = cms.string('LocalMaximumSeedFinder'),
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FWCore.ParameterSet.Config as cms

particleFlowClusterHCAL = cms.EDProducer("PFMultiDepthClusterProducer",
clustersSource = cms.InputTag("particleFlowClusterHBHE"),
hltParticleFlowClusterHCAL = cms.EDProducer("PFMultiDepthClusterProducer",
clustersSource = cms.InputTag("hltParticleFlowClusterHBHE"),
energyCorrector = cms.PSet(

),
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import FWCore.ParameterSet.Config as cms

particleFlowRecHitHBHE = cms.EDProducer("PFRecHitProducer",
hltParticleFlowRecHitHBHE = cms.EDProducer("PFRecHitProducer",
navigator = cms.PSet(
hcalEnums = cms.vint32(1, 2),
name = cms.string('PFRecHitHCALDenseIdNavigator')
Expand Down Expand Up @@ -36,6 +36,6 @@
name = cms.string('PFRecHitQTestHCALChannel')
)
),
src = cms.InputTag("hbhereco")
src = cms.InputTag("hltHbhereco")
))
)
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
),
cms.PSet(
importerName = cms.string('GenericClusterImporter'),
source = cms.InputTag("particleFlowClusterHCAL")
source = cms.InputTag("hltParticleFlowClusterHCAL")
),
cms.PSet(
importerName = cms.string('GenericClusterImporter'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

pfClusterRefsForJetsHCAL = cms.EDProducer("PFClusterRefCandidateProducer",
particleType = cms.string('pi+'),
src = cms.InputTag("particleFlowClusterHCAL")
src = cms.InputTag("hltParticleFlowClusterHCAL")
)
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import FWCore.ParameterSet.Config as cms

from ..modules.hltParticleFlowClusterHBHEForEgamma_cfi import *
from ..modules.hltParticleFlowClusterHCALForEgamma_cfi import *
from ..modules.hltParticleFlowRecHitHBHEForEgamma_cfi import *
from ..modules.hltParticleFlowClusterHBHE_cfi import *
from ..modules.hltParticleFlowClusterHCAL_cfi import *
from ..modules.hltParticleFlowRecHitHBHE_cfi import *

HLTPFHcalClusteringForEgammaTask = cms.Task(
hltParticleFlowClusterHBHEForEgamma,
hltParticleFlowClusterHCALForEgamma,
hltParticleFlowRecHitHBHEForEgamma
hltParticleFlowClusterHBHE,
hltParticleFlowClusterHCAL,
hltParticleFlowRecHitHBHE
)
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

from ..modules.particleFlowClusterECAL_cfi import *
from ..modules.particleFlowClusterECALUncorrected_cfi import *
from ..modules.particleFlowClusterHBHE_cfi import *
from ..modules.particleFlowClusterHCAL_cfi import *
from ..modules.hltParticleFlowClusterHBHE_cfi import *
from ..modules.hltParticleFlowClusterHCAL_cfi import *
from ..modules.particleFlowClusterHF_cfi import *
from ..modules.particleFlowClusterHO_cfi import *
from ..modules.particleFlowRecHitECAL_cfi import *
from ..modules.particleFlowRecHitHBHE_cfi import *
from ..modules.hltParticleFlowRecHitHBHE_cfi import *
from ..modules.particleFlowRecHitHF_cfi import *
from ..modules.particleFlowRecHitHO_cfi import *
from ..modules.pfClusterRefsForJets_cfi import *
Expand All @@ -20,12 +20,12 @@
pfClusterRefsForJets_stepTask = cms.Task(
particleFlowClusterECAL,
particleFlowClusterECALUncorrected,
particleFlowClusterHBHE,
particleFlowClusterHCAL,
hltParticleFlowClusterHBHE,
hltParticleFlowClusterHCAL,
particleFlowClusterHF,
particleFlowClusterHO,
particleFlowRecHitECAL,
particleFlowRecHitHBHE,
hltParticleFlowRecHitHBHE,
particleFlowRecHitHF,
particleFlowRecHitHO,
pfClusterRefsForJets,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import FWCore.ParameterSet.Config as cms

from ..modules.particleFlowClusterHBHE_cfi import *
from ..modules.particleFlowClusterHCAL_cfi import *
from ..modules.hltParticleFlowClusterHBHE_cfi import *
from ..modules.hltParticleFlowClusterHCAL_cfi import *
from ..modules.particleFlowClusterHF_cfi import *
from ..modules.particleFlowRecHitHBHE_cfi import *
from ..modules.hltParticleFlowRecHitHBHE_cfi import *
from ..modules.particleFlowRecHitHF_cfi import *

pfClusteringHBHEHFTask = cms.Task(
particleFlowClusterHBHE,
particleFlowClusterHCAL,
hltParticleFlowClusterHBHE,
hltParticleFlowClusterHCAL,
particleFlowClusterHF,
particleFlowRecHitHBHE,
hltParticleFlowRecHitHBHE,
particleFlowRecHitHF
)

0 comments on commit 7bd141c

Please sign in to comment.