-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41589 from OlivieFranklova/split_layerClusterProd…
…ucer Split HGCal layer cluster producer
- Loading branch information
Showing
96 changed files
with
1,365 additions
and
951 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...ger/Configuration/python/HLT_75e33/modules/filteredLayerClustersCLUE3DHighL1Seeded_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersCLUE3DHigh_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersEM_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersHAD_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrkEM_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
HLTrigger/Configuration/python/HLT_75e33/modules/filteredLayerClustersTrk_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersEEL1Seeded_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hgcalLayerClustersEEL1Seeded = cms.EDProducer('HGCalLayerClusterProducer', | ||
plugin = cms.PSet( | ||
thresholdW0 = cms.vdouble( | ||
2.9, | ||
2.9, | ||
2.9 | ||
), | ||
positionDeltaRho2 = cms.double(1.69), | ||
deltac = cms.vdouble( | ||
1.3, | ||
1.3, | ||
1.3, | ||
0.0315 | ||
), | ||
dependSensor = cms.bool(True), | ||
ecut = cms.double(3), | ||
kappa = cms.double(9), | ||
verbosity = cms.untracked.uint32(3), | ||
dEdXweights = cms.vdouble( | ||
0.0, 8.894541, 10.937907, 10.937907, 10.937907, | ||
10.937907, 10.937907, 10.937907, 10.937907, 10.937907, | ||
10.932882, 10.932882, 10.937907, 10.937907, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 32.332097, 51.574301, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
69.513118, 87.582044, 87.582044, 87.582044, 87.582044, | ||
87.582044, 87.214571, 86.888309, 86.92952, 86.92952, | ||
86.92952), | ||
thicknessCorrection = cms.vdouble( | ||
0.77, 0.77, 0.77, 0.84, 0.84, | ||
0.84 | ||
), | ||
sciThicknessCorrection = cms.double(0.9), | ||
deltasi_index_regemfac = cms.int32(3), | ||
maxNumberOfThickIndices = cms.uint32(6), | ||
fcPerMip = cms.vdouble( 2.06, 3.43, 5.15, 2.06, 3.43, 5.15), | ||
fcPerEle = cms.double(0), | ||
noises = cms.vdouble( 2000.0, 2400.0, 2000.0, 2000.0, 2400.0, | ||
2000.0), | ||
noiseMip = cms.PSet( | ||
scaleByDose = cms.bool(False), | ||
scaleByDoseAlgo = cms.uint32(0), | ||
scaleByDoseFactor = cms.double(1), | ||
referenceIdark = cms.double(-1), | ||
referenceXtalk = cms.double(-1), | ||
noise_MIP = cms.double(0.01) | ||
), | ||
use2x2 = cms.bool(True), | ||
type = cms.string('SiCLUE') | ||
|
||
), | ||
detector = cms.string('EE'), | ||
recHits = cms.InputTag('hltRechitInRegionsHGCAL', 'HGCEERecHits'), | ||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) |
62 changes: 62 additions & 0 deletions
62
HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersEE_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hgcalLayerClustersEE = cms.EDProducer('HGCalLayerClusterProducer', | ||
plugin = cms.PSet( | ||
thresholdW0 = cms.vdouble( | ||
2.9, | ||
2.9, | ||
2.9 | ||
), | ||
positionDeltaRho2 = cms.double(1.69), | ||
deltac = cms.vdouble( | ||
1.3, | ||
1.3, | ||
1.3, | ||
0.0315 | ||
), | ||
dependSensor = cms.bool(True), | ||
ecut = cms.double(3), | ||
kappa = cms.double(9), | ||
verbosity = cms.untracked.uint32(3), | ||
dEdXweights = cms.vdouble( | ||
0.0, 8.894541, 10.937907, 10.937907, 10.937907, | ||
10.937907, 10.937907, 10.937907, 10.937907, 10.937907, | ||
10.932882, 10.932882, 10.937907, 10.937907, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 32.332097, 51.574301, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
69.513118, 87.582044, 87.582044, 87.582044, 87.582044, | ||
87.582044, 87.214571, 86.888309, 86.92952, 86.92952, | ||
86.92952), | ||
thicknessCorrection = cms.vdouble( | ||
0.77, 0.77, 0.77, 0.84, 0.84, | ||
0.84 | ||
), | ||
sciThicknessCorrection = cms.double(0.9), | ||
deltasi_index_regemfac = cms.int32(3), | ||
maxNumberOfThickIndices = cms.uint32(6), | ||
fcPerMip = cms.vdouble( 2.06, 3.43, 5.15, 2.06, 3.43, 5.15), | ||
fcPerEle = cms.double(0), | ||
noises = cms.vdouble( 2000.0, 2400.0, 2000.0, 2000.0, 2400.0, | ||
2000.0), | ||
noiseMip = cms.PSet( | ||
scaleByDose = cms.bool(False), | ||
scaleByDoseAlgo = cms.uint32(0), | ||
scaleByDoseFactor = cms.double(1), | ||
referenceIdark = cms.double(-1), | ||
referenceXtalk = cms.double(-1), | ||
noise_MIP = cms.double(0.01) | ||
), | ||
use2x2 = cms.bool(True), | ||
type = cms.string('SiCLUE') | ||
|
||
), | ||
detector = cms.string('EE'), | ||
recHits = cms.InputTag('HGCalRecHit', 'HGCEERecHits'), | ||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) | ||
|
61 changes: 61 additions & 0 deletions
61
HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersHSciL1Seeded_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hgcalLayerClustersHSciL1Seeded = cms.EDProducer('HGCalLayerClusterProducer', | ||
plugin = cms.PSet( | ||
thresholdW0 = cms.vdouble( | ||
2.9, | ||
2.9, | ||
2.9 | ||
), | ||
positionDeltaRho2 = cms.double(1.69), | ||
deltac = cms.vdouble( | ||
1.3, | ||
1.3, | ||
1.3, | ||
0.0315 | ||
), | ||
dependSensor = cms.bool(True), | ||
ecut = cms.double(3), | ||
kappa = cms.double(9), | ||
verbosity = cms.untracked.uint32(3), | ||
dEdXweights = cms.vdouble( | ||
0.0, 8.894541, 10.937907, 10.937907, 10.937907, | ||
10.937907, 10.937907, 10.937907, 10.937907, 10.937907, | ||
10.932882, 10.932882, 10.937907, 10.937907, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 32.332097, 51.574301, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
69.513118, 87.582044, 87.582044, 87.582044, 87.582044, | ||
87.582044, 87.214571, 86.888309, 86.92952, 86.92952, | ||
86.92952), | ||
thicknessCorrection = cms.vdouble( | ||
0.77, 0.77, 0.77, 0.84, 0.84, | ||
0.84 | ||
), | ||
sciThicknessCorrection = cms.double(0.9), | ||
deltasi_index_regemfac = cms.int32(3), | ||
maxNumberOfThickIndices = cms.uint32(6), | ||
fcPerMip = cms.vdouble( 2.06, 3.43, 5.15, 2.06, 3.43, 5.15), | ||
fcPerEle = cms.double(0), | ||
noises = cms.vdouble( 2000.0, 2400.0, 2000.0, 2000.0, 2400.0, | ||
2000.0), | ||
noiseMip = cms.PSet( | ||
scaleByDose = cms.bool(False), | ||
scaleByDoseAlgo = cms.uint32(0), | ||
scaleByDoseFactor = cms.double(1), | ||
referenceIdark = cms.double(-1), | ||
referenceXtalk = cms.double(-1), | ||
noise_MIP = cms.double(0.01) | ||
), | ||
use2x2 = cms.bool(True), | ||
type = cms.string('SciCLUE') | ||
|
||
), | ||
detector = cms.string('BH'), | ||
recHits = cms.InputTag('hltRechitInRegionsHGCAL', 'HGCHEBRecHits'), | ||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) |
62 changes: 62 additions & 0 deletions
62
HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersHSci_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hgcalLayerClustersHSci = cms.EDProducer('HGCalLayerClusterProducer', | ||
plugin = cms.PSet( | ||
thresholdW0 = cms.vdouble( | ||
2.9, | ||
2.9, | ||
2.9 | ||
), | ||
positionDeltaRho2 = cms.double(1.69), | ||
deltac = cms.vdouble( | ||
1.3, | ||
1.3, | ||
1.3, | ||
0.0315 | ||
), | ||
dependSensor = cms.bool(True), | ||
ecut = cms.double(3), | ||
kappa = cms.double(9), | ||
verbosity = cms.untracked.uint32(3), | ||
dEdXweights = cms.vdouble( | ||
0.0, 8.894541, 10.937907, 10.937907, 10.937907, | ||
10.937907, 10.937907, 10.937907, 10.937907, 10.937907, | ||
10.932882, 10.932882, 10.937907, 10.937907, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 10.938169, 10.938169, | ||
10.938169, 10.938169, 10.938169, 32.332097, 51.574301, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
51.444192, 51.444192, 51.444192, 51.444192, 51.444192, | ||
69.513118, 87.582044, 87.582044, 87.582044, 87.582044, | ||
87.582044, 87.214571, 86.888309, 86.92952, 86.92952, | ||
86.92952), | ||
thicknessCorrection = cms.vdouble( | ||
0.77, 0.77, 0.77, 0.84, 0.84, | ||
0.84 | ||
), | ||
sciThicknessCorrection = cms.double(0.9), | ||
deltasi_index_regemfac = cms.int32(3), | ||
maxNumberOfThickIndices = cms.uint32(6), | ||
fcPerMip = cms.vdouble( 2.06, 3.43, 5.15, 2.06, 3.43, 5.15), | ||
fcPerEle = cms.double(0), | ||
noises = cms.vdouble( 2000.0, 2400.0, 2000.0, 2000.0, 2400.0, | ||
2000.0), | ||
noiseMip = cms.PSet( | ||
scaleByDose = cms.bool(False), | ||
scaleByDoseAlgo = cms.uint32(0), | ||
scaleByDoseFactor = cms.double(1), | ||
referenceIdark = cms.double(-1), | ||
referenceXtalk = cms.double(-1), | ||
noise_MIP = cms.double(0.01) | ||
), | ||
use2x2 = cms.bool(True), | ||
type = cms.string('SciCLUE') | ||
|
||
), | ||
detector = cms.string('BH'), | ||
recHits = cms.InputTag('HGCalRecHit', 'HGCHEBRecHits'), | ||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) | ||
|
Oops, something went wrong.