Skip to content

Commit

Permalink
fix: remove other time resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Sep 6, 2023
1 parent 8ad4860 commit 0388585
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/detectors/BVTX/BVTX.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ void InitPlugin(JApplication *app) {
{"BarrelVertexRawHits"},
{
.threshold = 0.65 * dd4hep::keV,
.timeResolution = 10,
},
app
));
Expand Down
1 change: 0 additions & 1 deletion src/detectors/ECTRK/ECTRK.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ void InitPlugin(JApplication *app) {
{"EndcapTrackerDigiHit"},
{
.threshold = 0.65 * dd4hep::keV,
.timeResolution = 10,
},
app
));
Expand Down

0 comments on commit 0388585

Please sign in to comment.