From 761f9bfd2a3f9f9b9854382875ce0976eae92791 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 23 Jul 2020 13:35:23 -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 cf51294b..58421383 100644 --- a/calorimeters/simple_checking.cxx +++ b/calorimeters/simple_checking.cxx @@ -30,7 +30,7 @@ R__LOAD_LIBRARY(libDDG4IO.so) //#include "lcio2/TrackerRawData.h" void simple_checking(const char* fname = "./sim_output/output_zdc_photons.root"){ - +std::cout << "testing 1\n"; ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel //using namespace lcio2; double degree = TMath::Pi()/180.0; -- GitLab