diff --git a/NPLib/Core/NPCalibrationManager.cxx b/NPLib/Core/NPCalibrationManager.cxx index cea254e8bddb037a57d8e71a317ac77a98540380..0dfcdcb7d3506a73b7e32ca3feb929858fee2c78 100644 --- a/NPLib/Core/NPCalibrationManager.cxx +++ b/NPLib/Core/NPCalibrationManager.cxx @@ -55,17 +55,17 @@ CalibrationManager::CalibrationManager(string configFileName){ if(!NPOptionManager::getInstance()->IsDefault("Calibration")){ cout << endl; cout << "/////////// Calibration Information ///////////" << endl; - cout << "Getting list of Calibration File" << endl; + cout << "Getting list of calibration files" << endl; } if (!inputConfigFile) { if(!NPOptionManager::getInstance()->IsDefault("Calibration")) - cout << "Calibration Path file :" << configFileName << " not found " << endl; + cout << "Calibration Path file: " << configFileName << " not found" << endl; return; } else { - cout << "Reading list of file from :" << configFileName << endl; + cout << "Reading list of files from: " << configFileName << endl; while (!inputConfigFile.eof()) { getline(inputConfigFile, lineBuffer); diff --git a/NPLib/Core/NPOptionManager.cxx b/NPLib/Core/NPOptionManager.cxx index 126bd11e7c3459b8338132215f5b068c81cb8dae..27d85416c401c1ccb5674adf81b56bce147ed4c4 100644 --- a/NPLib/Core/NPOptionManager.cxx +++ b/NPLib/Core/NPOptionManager.cxx @@ -165,7 +165,7 @@ void NPOptionManager::DisplayVersion(){ cout << line << endl; cout << "*********************************** NPTool ***********************************"<< endl; cout << line << endl; - cout << "NPLib version: nplib-"<< NPL::version_major <<"-" << NPL::version_minor << "-" << NPL::version_deta <<endl; + cout << " NPLib version: nplib-"<< NPL::version_major <<"-" << NPL::version_minor << "-" << NPL::version_deta <<endl; cout << " Copyright: NPTool Collaboration "<<endl; cout << " GitHub: http://github.com/adrien-matta/nptool"<<endl; ; cout << line << endl; diff --git a/NPLib/SplitPole/TSplitPolePhysics.cxx b/NPLib/SplitPole/TSplitPolePhysics.cxx index 271233d02b88ffb49e880369df9861257d076d24..4b7f6443476b3af1264d655d766e0206463dce1a 100644 --- a/NPLib/SplitPole/TSplitPolePhysics.cxx +++ b/NPLib/SplitPole/TSplitPolePhysics.cxx @@ -335,7 +335,7 @@ void TSplitPolePhysics::BuildSimplePhysicalEvent() } else { if (!isSameRun) { - cout << "\tSplitPole Warning!!! run " << m_CurrentRunNumber << " will be treated with mean magnetic field value " + cout << "\tSplitPole Warning!!! run " << m_CurrentRunNumber << " will use mean magnetic field value " << m_CurrentNMR->GetMean() << " T.m." << endl; } fBrho = m_PreTreatedData->GetPlasticG() * m_CurrentNMR->GetMean();