From ed662db8e8789a29851845c031074b00d57add18 Mon Sep 17 00:00:00 2001 From: Marshall Scott <mbscott@anl.gov> Date: Tue, 25 May 2021 16:36:53 -0400 Subject: [PATCH] Fixed print --- src/ffi_ZDC_HCAL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffi_ZDC_HCAL.cpp b/src/ffi_ZDC_HCAL.cpp index ce3e1ca..d4cbf64 100644 --- a/src/ffi_ZDC_HCAL.cpp +++ b/src/ffi_ZDC_HCAL.cpp @@ -50,7 +50,7 @@ static Ref_t createDetector(Detector& lcdd, xml_h e, SensitiveDetector sens) { double layerWidth = 0; for(xml_coll_t l(x_layer,_U(slice)); l; ++l) layerWidth += xml_comp_t(l).thickness(); - std::cout << layerWidth << " " << 123 <<std::endl; + // Loop over repeat# for(int i=0; i< repeat; i++) { -- GitLab