diff --git a/Control/CalypsoExample/TrackerEfficiencyExample/src/TrackerEfficiencyAlg.cxx b/Control/CalypsoExample/TrackerEfficiencyExample/src/TrackerEfficiencyAlg.cxx
index 9df0f887a3eb40e084fdf038ea8ace5dc8b0a7ae..d70882317200301c9124b8c7f62b0c59aa0e232f 100644
--- a/Control/CalypsoExample/TrackerEfficiencyExample/src/TrackerEfficiencyAlg.cxx
+++ b/Control/CalypsoExample/TrackerEfficiencyExample/src/TrackerEfficiencyAlg.cxx
@@ -31,7 +31,7 @@ TrackerEfficiencyAlg::TrackerEfficiencyAlg(const std::string& name, ISvcLocator*
 StatusCode TrackerEfficiencyAlg::initialize() {
   ATH_MSG_INFO("TrackerEfficiencyAlg::initialize()");
 
-  //ATH_CHECK( m_CaloWaveformContainer.initialize() );
+  ATH_CHECK( m_CaloWaveformContainer.initialize() );
 
   // Tree
   m_tree = new TTree("TrackerTree","PH_Varname");
diff --git a/Control/CalypsoExample/TriggerDataAccessExample/CMakeLists.txt b/Control/CalypsoExample/TriggerDataAccessExample/CMakeLists.txt
index 7d0275a8985377f72a4b120f652b98c32110ec4c..4f47829fcbf3e6bf3de5862e0c3b0e33c98d6ede 100644
--- a/Control/CalypsoExample/TriggerDataAccessExample/CMakeLists.txt
+++ b/Control/CalypsoExample/TriggerDataAccessExample/CMakeLists.txt
@@ -1,19 +1,19 @@
 # Copyright (C) 2020 CERN for the benefit of the FASER collaboration
 
 # Declare the package name:
-atlas_subdir( TriggerDataAccessExample )
+#atlas_subdir( TriggerDataAccessExample )
 
 # Component(s) in the package:
 
-atlas_add_component( TriggerDataAccessExample
-                     src/*.cxx
-                     src/components/*.cxx
-                     LINK_LIBRARIES AthenaBaseComps xAODFaserTrigger )
-
-atlas_install_python_modules( python/*.py )
+#atlas_add_component( TriggerDataAccessExample
+#                     src/*.cxx
+#                     src/components/*.cxx
+#                     LINK_LIBRARIES AthenaBaseComps xAODFaserTrigger )
+#
+#atlas_install_python_modules( python/*.py )
 
 # Test(s) in the package:
-atlas_add_test( TriggerDataAccessTest
-   SCRIPT python/TriggerDataAccessExampleConfig.py ${CMAKE_CURRENT_SOURCE_DIR}
-   PROPERTIES TIMEOUT 300 )
+#atlas_add_test( TriggerDataAccessTest
+#   SCRIPT python/TriggerDataAccessExampleConfig.py ${CMAKE_CURRENT_SOURCE_DIR}
+#   PROPERTIES TIMEOUT 300 )