From 2ddb0fba815b7ddd66aab266798eb83c0c7fc28e Mon Sep 17 00:00:00 2001 From: adrien matta <matta@lpccaen.in2p3.fr> Date: Tue, 22 Sep 2020 16:56:06 +0200 Subject: [PATCH] * Updating the repository address in npa/nps --- NPLib/Core/NPOptionManager.cxx | 2 +- NPSimulation/Simulation.cc | 2 +- Projects/SharcEfficiency/Analysis.cxx | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/NPLib/Core/NPOptionManager.cxx b/NPLib/Core/NPOptionManager.cxx index 8a42e82e6..0a272122b 100644 --- a/NPLib/Core/NPOptionManager.cxx +++ b/NPLib/Core/NPOptionManager.cxx @@ -204,7 +204,7 @@ void NPOptionManager::DisplayVersion(){ std::cout << line << std::endl; std::cout << " NPLib version: nplib-"<< NPL::version_major <<"-" << NPL::version_minor << "-" << NPL::version_deta <<std::endl; std::cout << " Copyright: NPTool Collaboration "<<std::endl; - std::cout << " GitHub: http://github.com/adrien-matta/nptool"<<std::endl; ; + std::cout << " Gitlab: https://gitlab.in2p3.fr/np/nptool"<<std::endl; ; std::cout << line << std::endl; } diff --git a/NPSimulation/Simulation.cc b/NPSimulation/Simulation.cc index 9a5ed0b97..ebf11bc19 100644 --- a/NPSimulation/Simulation.cc +++ b/NPSimulation/Simulation.cc @@ -47,7 +47,7 @@ int main(int argc, char** argv){ cout << line << endl; cout << "NPSimulation version: npsimulation-"<< NPS::version_major <<"-" << NPS::version_minor << "-" << NPS::version_dets <<endl; cout << " Copyright: NPTool Collaboration "<<endl; - cout << " GitHub: http://github.com/adrien-matta/nptool"<<endl; ; + cout << " Gitlab: https://gitlab.in2p3.fr/np/nptool "<<endl; ; cout << line << endl; } diff --git a/Projects/SharcEfficiency/Analysis.cxx b/Projects/SharcEfficiency/Analysis.cxx index fc495d124..a7c010203 100644 --- a/Projects/SharcEfficiency/Analysis.cxx +++ b/Projects/SharcEfficiency/Analysis.cxx @@ -325,8 +325,6 @@ void Analysis::InitOutputBranch(){ RootOutput::getInstance()->GetTree()->Branch("Z_Sharc",&Z_Sharc,"Z_Sharc/D"); RootOutput::getInstance()->GetTree()->Branch("X_Trifoil",&X_Trifoil,"X_Trifoil/D"); RootOutput::getInstance()->GetTree()->Branch("Y_Trifoil",&Y_Trifoil,"Y_Trifoil/D"); - - } -- GitLab