diff --git a/src/detectors/BVTX/BVTX.cc b/src/detectors/BVTX/BVTX.cc index 8bf15d15d6..9bf40ebb5a 100644 --- a/src/detectors/BVTX/BVTX.cc +++ b/src/detectors/BVTX/BVTX.cc @@ -23,7 +23,6 @@ void InitPlugin(JApplication *app) { {"BarrelVertexRawHits"}, { .threshold = 0.65 * dd4hep::keV, - .timeResolution = 10, }, app )); diff --git a/src/detectors/ECTRK/ECTRK.cc b/src/detectors/ECTRK/ECTRK.cc index 4797c33801..db2a3ae87b 100644 --- a/src/detectors/ECTRK/ECTRK.cc +++ b/src/detectors/ECTRK/ECTRK.cc @@ -23,7 +23,6 @@ void InitPlugin(JApplication *app) { {"EndcapTrackerDigiHit"}, { .threshold = 0.65 * dd4hep::keV, - .timeResolution = 10, }, app ));