Skip to content
Snippets Groups Projects

Add gems

Merged Sylvester Joosten requested to merge add_gems into master
All threads resolved!
Files
5
@@ -447,6 +447,11 @@ vtx_ec_digi = TrackerDigi("vtx_ec_digi",
@@ -447,6 +447,11 @@ vtx_ec_digi = TrackerDigi("vtx_ec_digi",
outputHitCollection="VertexEndcapRawHits",
outputHitCollection="VertexEndcapRawHits",
timeResolution=8)
timeResolution=8)
 
gem_ec_digi = TrackerDigi("gem_ec_digi",
 
inputHitCollection="GEMTrackerEndcapHits",
 
outputHitCollection="GEMTrackerEndcapRawHits",
 
timeResolution=10)
 
# Tracker and vertex reconstruction
# Tracker and vertex reconstruction
trk_b_reco = TrackerHitReconstruction("trk_b_reco",
trk_b_reco = TrackerHitReconstruction("trk_b_reco",
inputHitCollection = trk_b_digi.outputHitCollection,
inputHitCollection = trk_b_digi.outputHitCollection,
@@ -464,6 +469,11 @@ vtx_ec_reco = TrackerHitReconstruction("vtx_ec_reco",
@@ -464,6 +469,11 @@ vtx_ec_reco = TrackerHitReconstruction("vtx_ec_reco",
inputHitCollection = vtx_ec_digi.outputHitCollection,
inputHitCollection = vtx_ec_digi.outputHitCollection,
outputHitCollection="VertexEndcapRecHits")
outputHitCollection="VertexEndcapRecHits")
 
gem_ec_reco = TrackerHitReconstruction("gem_ec_digi",
 
inputHitCollection=gem_ec_digi.outputHitCollection,
 
outputHitCollection="GEMTrackerEndcapRecHits",
 
timeResolution=10)
 
# Hit Source linker
# Hit Source linker
sourcelinker = TrackerSourcesLinker("trk_srcslnkr",
sourcelinker = TrackerSourcesLinker("trk_srcslnkr",
inputHitCollections = ["VertexBarrelRecHits", "TrackerBarrelRecHits"],
inputHitCollections = ["VertexBarrelRecHits", "TrackerBarrelRecHits"],
Loading