-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12bda70
commit 651e4d6
Showing
10 changed files
with
252 additions
and
23 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
62 changes: 57 additions & 5 deletions
62
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 |
---|---|---|
@@ -1,9 +1,61 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
import hgcalLayerClustersEEL1Seeded | ||
|
||
hgcalLayerClustersHSciL1Seeded = hgcalLayerClustersEEL1Seeded.clone( | ||
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'), | ||
plugin = hgcalLayerClustersEEL1Seeded.plugin.clone(type = cms.string('SciCLUE')) | ||
|
||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) |
61 changes: 57 additions & 4 deletions
61
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 |
---|---|---|
@@ -1,9 +1,62 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
import hgcalLayerClustersEE | ||
|
||
hgcalLayerClustersHSci = hgcalLayerClustersEE.clone( | ||
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'), | ||
plugin = hgcalLayerClustersEE.plugin.clone(type = cms.string('SciCLUE')) | ||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) | ||
|
62 changes: 58 additions & 4 deletions
62
HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersHSiL1Seeded_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 |
---|---|---|
@@ -1,7 +1,61 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
import hgcalLayerClustersEEL1Seeded | ||
|
||
hgcalLayerClustersHSiL1Seeded = hgcalLayerClustersEEL1Seeded.clone( | ||
recHits = cms.InputTag('HGCalRecHit', 'HGCHEFRecHits') | ||
hgcalLayerClustersHSiL1Seeded = 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('FH'), | ||
recHits = cms.InputTag('hltRechitInRegionsHGCAL', 'HGCHEFRecHits'), | ||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) |
64 changes: 60 additions & 4 deletions
64
HLTrigger/Configuration/python/HLT_75e33/modules/hgcalLayerClustersHSi_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 |
---|---|---|
@@ -1,7 +1,63 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
import hgcalLayerClustersEE | ||
|
||
hgcalLayerClustersHSi = hgcalLayerClustersEE.clone( | ||
recHits = cms.InputTag('HGCalRecHit', 'HGCHEFRecHits') | ||
hgcalLayerClustersHSi = 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('FH'), | ||
recHits = cms.InputTag('HGCalRecHit', 'HGCHEFRecHits'), | ||
timeClname = cms.string('timeLayerCluster'), | ||
nHitsTime = cms.uint32(3), | ||
mightGet = cms.optional.untracked.vstring | ||
) | ||
|
||
|
12 changes: 12 additions & 0 deletions
12
HLTrigger/Configuration/python/HLT_75e33/modules/hgcalMergeLayerClustersL1Seeded_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,12 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hgcalMergeLayerClustersL1Seeded = cms.EDProducer('MergeClusterProducer', | ||
layerClustersEE = cms.InputTag('hgcalLayerClustersEEL1Seeded'), | ||
layerClustersHSi = cms.InputTag('hgcalLayerClustersHSiL1Seeded'), | ||
layerClustersHSci = cms.InputTag('hgcalLayerClustersHSciL1Seeded'), | ||
time_layerclustersEE = cms.InputTag('hgcalLayerClustersEEL1Seeded', 'timeLayerCluster'), | ||
time_layerclustersHSi = cms.InputTag('hgcalLayerClustersHSiL1Seeded', 'timeLayerCluster'), | ||
time_layerclustersHSci = cms.InputTag('hgcalLayerClustersHSciL1Seeded', 'timeLayerCluster'), | ||
timeClname = cms.string('timeLayerCluster'), | ||
mightGet = cms.optional.untracked.vstring | ||
) |
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