From 61301e60edaaa57e7cb4a863f782ed1d21985a09 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 23 Jul 2020 13:38:37 -0500
Subject: [PATCH] Apply suggestion to calorimeters/simple_checking.cxx

---
 calorimeters/simple_checking.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calorimeters/simple_checking.cxx b/calorimeters/simple_checking.cxx
index 58421383..9f19b38f 100644
--- a/calorimeters/simple_checking.cxx
+++ b/calorimeters/simple_checking.cxx
@@ -39,7 +39,7 @@ std::cout << "testing 1\n";
   t->Add(fname);
 
   ROOT::RDataFrame d0(*t);//, {"GEMTrackerHintits","MCParticles"});
-
+std::cout << "testing 2\n";
   //std::cout << t->GetBranch("GEMTrackerHits")->GetClassName() << std::endl;
   //std::vector<dd4hep::sim::Geant4Tracker::Hit*>
   
-- 
GitLab