-
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.
Merge pull request #45500 from AuroraPerego/TICLv5HLT
Add `ticl_v5` modifier at HLT
- Loading branch information
Showing
16 changed files
with
254 additions
and
34 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
14 changes: 14 additions & 0 deletions
14
HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersPassThrough_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,14 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltFilteredLayerClustersPassthrough = cms.EDProducer("FilteredLayerClustersProducer", | ||
LayerClusters = cms.InputTag("hgcalMergeLayerClusters"), | ||
LayerClustersInputMask = cms.InputTag("ticlTrackstersCLUE3DHigh"), | ||
algo_number = cms.vint32(6, 7, 8), | ||
clusterFilter = cms.string('ClusterFilterBySize'), | ||
iteration_label = cms.string('Passthrough'), | ||
max_cluster_size = cms.int32(9999), | ||
max_layerId = cms.int32(9999), | ||
mightGet = cms.optional.untracked.vstring, | ||
min_cluster_size = cms.int32(2), | ||
min_layerId = cms.int32(0) | ||
) |
30 changes: 30 additions & 0 deletions
30
HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclCandidate_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,30 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltTiclCandidate = cms.EDProducer("TICLCandidateProducer", | ||
cutTk = cms.string('1.48 < abs(eta) < 3.0 && pt > 1. && quality("highPurity") && hitPattern().numberOfLostHits("MISSING_OUTER_HITS") < 5'), | ||
detector = cms.string('HGCAL'), | ||
egamma_tracksterlinks_collections = cms.VInputTag("hltTiclTracksterLinks"), | ||
egamma_tracksters_collections = cms.VInputTag("hltTiclTracksterLinks"), | ||
general_tracksterlinks_collections = cms.VInputTag("hltTiclTracksterLinks"), | ||
general_tracksters_collections = cms.VInputTag("hltTiclTracksterLinks"), | ||
interpretationDescPSet = cms.PSet( | ||
algo_verbosity = cms.int32(0), | ||
cutTk = cms.string('1.48 < abs(eta) < 3.0 && pt > 1. && quality("highPurity") && hitPattern().numberOfLostHits("MISSING_OUTER_HITS") < 5'), | ||
delta_tk_ts_interface = cms.double(0.03), | ||
delta_tk_ts_layer1 = cms.double(0.02), | ||
timing_quality_threshold = cms.double(0.5), | ||
type = cms.string('General') | ||
), | ||
layer_clusters = cms.InputTag("hgcalMergeLayerClusters"), | ||
layer_clustersTime = cms.InputTag("hgcalMergeLayerClusters","timeLayerCluster"), | ||
mightGet = cms.optional.untracked.vstring, | ||
muons = cms.InputTag("hltPhase2L3Muons"), | ||
original_masks = cms.VInputTag("hgcalMergeLayerClusters:InitialLayerClustersMask"), | ||
propagator = cms.string('PropagatorWithMaterial'), | ||
timingQualityThreshold = cms.double(0.5), | ||
timingSoA = cms.InputTag("mtdSoA"), | ||
tracks = cms.InputTag("generalTracks"), | ||
useMTDTiming = cms.bool(False), | ||
useTimingAverage = cms.bool(False) | ||
) | ||
|
34 changes: 34 additions & 0 deletions
34
HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinks_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,34 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltTiclTracksterLinks = cms.EDProducer("TracksterLinksProducer", | ||
detector = cms.string('HGCAL'), | ||
eid_input_name = cms.string('input'), | ||
eid_min_cluster_energy = cms.double(2.5), | ||
eid_n_clusters = cms.int32(10), | ||
eid_n_layers = cms.int32(50), | ||
eid_output_name_energy = cms.string('output/regressed_energy'), | ||
eid_output_name_id = cms.string('output/id_probabilities'), | ||
layer_clusters = cms.InputTag("hgcalMergeLayerClusters"), | ||
layer_clustersTime = cms.InputTag("hgcalMergeLayerClusters","timeLayerCluster"), | ||
linkingPSet = cms.PSet( | ||
algo_verbosity = cms.int32(0), | ||
cylinder_radius_sqr = cms.vdouble(9, 9), | ||
dot_prod_th = cms.double(0.97), | ||
max_distance_projective_sqr = cms.vdouble(60, 60), | ||
max_distance_projective_sqr_closest_points = cms.vdouble(60, 60), | ||
max_z_distance_closest_points = cms.vdouble(35, 35), | ||
min_distance_z = cms.vdouble(30, 30), | ||
min_num_lcs = cms.uint32(7), | ||
min_trackster_energy = cms.double(10), | ||
pca_quality_th = cms.double(0.85), | ||
track_time_quality_threshold = cms.double(0.5), | ||
type = cms.string('Skeletons'), | ||
wind = cms.double(0.036) | ||
), | ||
mightGet = cms.optional.untracked.vstring, | ||
original_masks = cms.VInputTag("hgcalMergeLayerClusters:InitialLayerClustersMask"), | ||
propagator = cms.string('PropagatorWithMaterial'), | ||
regressionAndPid = cms.bool(True), | ||
tfDnnLabel = cms.string('tracksterSelectionTf'), | ||
tracksters_collections = cms.VInputTag("ticlTrackstersCLUE3DHigh", "hltTiclTrackstersPassthrough") | ||
) |
91 changes: 91 additions & 0 deletions
91
HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersPassthrough_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,91 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
hltTiclTrackstersPassthrough = cms.EDProducer("TrackstersProducer", | ||
detector = cms.string('HGCAL'), | ||
filtered_mask = cms.InputTag("hltFilteredLayerClustersPassthrough","Passthrough"), | ||
itername = cms.string('PassThrough'), | ||
layer_clusters = cms.InputTag("hgcalMergeLayerClusters"), | ||
layer_clusters_hfnose_tiles = cms.InputTag("ticlLayerTileHFNose"), | ||
layer_clusters_tiles = cms.InputTag("ticlLayerTileProducer"), | ||
mightGet = cms.optional.untracked.vstring, | ||
original_mask = cms.InputTag("ticlTrackstersCLUE3DHigh"), | ||
patternRecognitionBy = cms.string('Passthrough'), | ||
pluginPatternRecognitionByCA = cms.PSet( | ||
algo_verbosity = cms.int32(0), | ||
computeLocalTime = cms.bool(True), | ||
eid_input_name = cms.string('input'), | ||
eid_min_cluster_energy = cms.double(1), | ||
eid_n_clusters = cms.int32(10), | ||
eid_n_layers = cms.int32(50), | ||
eid_output_name_energy = cms.string('output/regressed_energy'), | ||
eid_output_name_id = cms.string('output/id_probabilities'), | ||
energy_em_over_total_threshold = cms.double(-1), | ||
etaLimitIncreaseWindow = cms.double(2.1), | ||
filter_on_categories = cms.vint32(0), | ||
max_delta_time = cms.double(3), | ||
max_longitudinal_sigmaPCA = cms.double(9999), | ||
max_missing_layers_in_trackster = cms.int32(9999), | ||
max_out_in_hops = cms.int32(10), | ||
min_cos_pointing = cms.double(-1), | ||
min_cos_theta = cms.double(0.915), | ||
min_layers_per_trackster = cms.int32(10), | ||
oneTracksterPerTrackSeed = cms.bool(False), | ||
out_in_dfs = cms.bool(True), | ||
pid_threshold = cms.double(0), | ||
promoteEmptyRegionToTrackster = cms.bool(False), | ||
root_doublet_max_distance_from_seed_squared = cms.double(9999), | ||
shower_start_max_layer = cms.int32(9999), | ||
siblings_maxRSquared = cms.vdouble(0.0006, 0.0006, 0.0006), | ||
skip_layers = cms.int32(0), | ||
type = cms.string('CA') | ||
), | ||
pluginPatternRecognitionByCLUE3D = cms.PSet( | ||
algo_verbosity = cms.int32(0), | ||
computeLocalTime = cms.bool(True), | ||
criticalDensity = cms.vdouble(4, 4, 4), | ||
criticalEtaPhiDistance = cms.vdouble(0.025, 0.025, 0.025), | ||
criticalSelfDensity = cms.vdouble(0.15, 0.15, 0.15), | ||
criticalXYDistance = cms.vdouble(1.8, 1.8, 1.8), | ||
criticalZDistanceLyr = cms.vint32(5, 5, 5), | ||
cutHadProb = cms.double(0.5), | ||
densityEtaPhiDistanceSqr = cms.vdouble(0.0008, 0.0008, 0.0008), | ||
densityOnSameLayer = cms.bool(False), | ||
densitySiblingLayers = cms.vint32(3, 3, 3), | ||
densityXYDistanceSqr = cms.vdouble(3.24, 3.24, 3.24), | ||
doPidCut = cms.bool(False), | ||
eid_input_name = cms.string('input'), | ||
eid_min_cluster_energy = cms.double(1), | ||
eid_n_clusters = cms.int32(10), | ||
eid_n_layers = cms.int32(50), | ||
eid_output_name_energy = cms.string('output/regressed_energy'), | ||
eid_output_name_id = cms.string('output/id_probabilities'), | ||
kernelDensityFactor = cms.vdouble(0.2, 0.2, 0.2), | ||
minNumLayerCluster = cms.vint32(2, 2, 2), | ||
nearestHigherOnSameLayer = cms.bool(False), | ||
outlierMultiplier = cms.vdouble(2, 2, 2), | ||
rescaleDensityByZ = cms.bool(False), | ||
type = cms.string('CLUE3D'), | ||
useAbsoluteProjectiveScale = cms.bool(True), | ||
useClusterDimensionXY = cms.bool(False) | ||
), | ||
pluginPatternRecognitionByFastJet = cms.PSet( | ||
algo_verbosity = cms.int32(0), | ||
antikt_radius = cms.double(0.09), | ||
computeLocalTime = cms.bool(True), | ||
eid_input_name = cms.string('input'), | ||
eid_min_cluster_energy = cms.double(1), | ||
eid_n_clusters = cms.int32(10), | ||
eid_n_layers = cms.int32(50), | ||
eid_output_name_energy = cms.string('output/regressed_energy'), | ||
eid_output_name_id = cms.string('output/id_probabilities'), | ||
minNumLayerCluster = cms.int32(5), | ||
type = cms.string('FastJet') | ||
), | ||
pluginPatternRecognitionByPassthrough = cms.PSet( | ||
algo_verbosity = cms.int32(0), | ||
type = cms.string('Passthrough') | ||
), | ||
seeding_regions = cms.InputTag("ticlSeedingGlobal"), | ||
tfDnnLabel = cms.string('tracksterSelectionTf'), | ||
time_layerclusters = cms.InputTag("hgcalMergeLayerClusters","timeLayerCluster") | ||
) |
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
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: 5 additions & 0 deletions
5
HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_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,5 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from ..modules.hltTiclCandidate_cfi import * | ||
|
||
HLTTiclCandidateSequence = cms.Sequence(hltTiclCandidate) |
5 changes: 5 additions & 0 deletions
5
HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_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,5 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from ..modules.hltTiclTracksterLinks_cfi import * | ||
|
||
HLTTiclTracksterLinksSequence = cms.Sequence(hltTiclTracksterLinks) |
6 changes: 6 additions & 0 deletions
6
...gger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersPassthroughSequence_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,6 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
from ..modules.hltFilteredLayerClustersPassThrough_cfi import * | ||
from ..modules.hltTiclTrackstersPassthrough_cfi import * | ||
|
||
HLTTiclTrackstersPassthroughSequence = cms.Sequence(hltFilteredLayerClustersPassthrough+hltTiclTrackstersPassthrough) |
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