Skip to content

Commit

Permalink
Phase2 simplified menu using sequences.
Browse files Browse the repository at this point in the history
  • Loading branch information
rovere committed Feb 18, 2024
1 parent 4d0efca commit 1a2126e
Show file tree
Hide file tree
Showing 447 changed files with 47,675 additions and 6,604 deletions.
1,039 changes: 857 additions & 182 deletions 24834.0_TTbar_14TeV+2026D98/genericPhase2SinglePath.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(60),
tdcSaturation = cms.double(10000),
tofDelay = cms.double(-9),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-9)
),
HGCEEdigiCollection = cms.InputTag("hgcalDigisL1Seeded","EE"),
HGCEEhitCollection = cms.string('HGCEEUncalibRecHits'),
Expand All @@ -22,8 +22,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(55),
tdcSaturation = cms.double(1000),
tofDelay = cms.double(-14),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-14)
),
HGCHEBdigiCollection = cms.InputTag("hgcalDigisL1Seeded","HEback"),
HGCHEBhitCollection = cms.string('HGCHEBUncalibRecHits'),
Expand All @@ -35,8 +35,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(60),
tdcSaturation = cms.double(10000),
tofDelay = cms.double(-11),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-11)
),
HGCHEFdigiCollection = cms.InputTag("hgcalDigisL1Seeded","HEfront"),
HGCHEFhitCollection = cms.string('HGCHEFUncalibRecHits'),
Expand All @@ -48,8 +48,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(60),
tdcSaturation = cms.double(10000),
tofDelay = cms.double(-33),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-33)
),
HGCHFNosedigiCollection = cms.InputTag("hfnoseDigis","HFNose"),
HGCHFNosehitCollection = cms.string('HGCHFNoseUncalibRecHits'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(60),
tdcSaturation = cms.double(10000),
tofDelay = cms.double(-9),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-9)
),
HGCEEdigiCollection = cms.InputTag("hgcalDigis","EE"),
HGCEEhitCollection = cms.string('HGCEEUncalibRecHits'),
Expand All @@ -22,8 +22,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(55),
tdcSaturation = cms.double(1000),
tofDelay = cms.double(-14),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-14)
),
HGCHEBdigiCollection = cms.InputTag("hgcalDigis","HEback"),
HGCHEBhitCollection = cms.string('HGCHEBUncalibRecHits'),
Expand All @@ -35,8 +35,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(60),
tdcSaturation = cms.double(10000),
tofDelay = cms.double(-11),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-11)
),
HGCHEFdigiCollection = cms.InputTag("hgcalDigis","HEfront"),
HGCHEFhitCollection = cms.string('HGCHEFUncalibRecHits'),
Expand All @@ -48,8 +48,8 @@
tdcNbits = cms.uint32(12),
tdcOnset = cms.double(60),
tdcSaturation = cms.double(10000),
tofDelay = cms.double(-33),
toaLSB_ns = cms.double(0.0244)
toaLSB_ns = cms.double(0.0244),
tofDelay = cms.double(-33)
),
HGCHFNosedigiCollection = cms.InputTag("hfnoseDigis","HFNose"),
HGCHFNosehitCollection = cms.string('HGCHFNoseUncalibRecHits'),
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

ecalDetailedTimeRecHit = cms.EDProducer("EcalDetailedTimeRecHitProducer",
EBDetailedTimeRecHitCollection = cms.string('EcalRecHitsEB'),
EBRecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
EBRecHitCollection = cms.InputTag("hltEcalRecHit","EcalRecHitsEB"),
EBTimeDigiCollection = cms.InputTag("mix","EBTimeDigi"),
EBTimeLayer = cms.int32(7),
EEDetailedTimeRecHitCollection = cms.string('EcalRecHitsEE'),
EERecHitCollection = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
EERecHitCollection = cms.InputTag("hltEcalRecHit","EcalRecHitsEE"),
EETimeDigiCollection = cms.InputTag("mix","EETimeDigi"),
EETimeLayer = cms.int32(3),
correctForVertexZPosition = cms.bool(False),
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions HLTrigger/Configuration/python/HLT_75e33/modules/hfprereco_cfi.py

This file was deleted.

136 changes: 0 additions & 136 deletions HLTrigger/Configuration/python/HLT_75e33/modules/hfreco_cfi.py

This file was deleted.

Loading

0 comments on commit 1a2126e

Please sign in to comment.