From 497b168095dbcef00194eee5b72862caf9057fda Mon Sep 17 00:00:00 2001
From: Anna Maria CORSI SPhN <acorsi@irfulx168.(none)>
Date: Sun, 2 Mar 2014 15:58:09 +0100
Subject: [PATCH] Removed cout in TExogamPhysics

---
 NPLib/Exogam/TExogamPhysics.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NPLib/Exogam/TExogamPhysics.cxx b/NPLib/Exogam/TExogamPhysics.cxx
index 66c0198e2..7cd04c87b 100644
--- a/NPLib/Exogam/TExogamPhysics.cxx
+++ b/NPLib/Exogam/TExogamPhysics.cxx
@@ -399,7 +399,7 @@ double TExogamPhysics::DopplerCorrection(double E, double Theta)
   double Pi = 3.141592654 ;
   TString filename = "configs/beta.txt";
   ifstream file;
-  cout << filename << endl;
+  //cout << filename << endl;
   file.open(filename);
   if(!file) cout << filename << " was not opened" << endl;
 
-- 
GitLab