Skip to content
Snippets Groups Projects
Commit 2ddb0fba authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Updating the repository address in npa/nps

parent cf258a4e
No related branches found
No related tags found
No related merge requests found
Pipeline #84338 passed
...@@ -204,7 +204,7 @@ void NPOptionManager::DisplayVersion(){ ...@@ -204,7 +204,7 @@ void NPOptionManager::DisplayVersion(){
std::cout << line << std::endl; std::cout << line << std::endl;
std::cout << " NPLib version: nplib-"<< NPL::version_major <<"-" << NPL::version_minor << "-" << NPL::version_deta <<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 << " 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; std::cout << line << std::endl;
} }
......
...@@ -47,7 +47,7 @@ int main(int argc, char** argv){ ...@@ -47,7 +47,7 @@ int main(int argc, char** argv){
cout << line << endl; cout << line << endl;
cout << "NPSimulation version: npsimulation-"<< NPS::version_major <<"-" << NPS::version_minor << "-" << NPS::version_dets <<endl; cout << "NPSimulation version: npsimulation-"<< NPS::version_major <<"-" << NPS::version_minor << "-" << NPS::version_dets <<endl;
cout << " Copyright: NPTool Collaboration "<<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; cout << line << endl;
} }
......
...@@ -325,8 +325,6 @@ void Analysis::InitOutputBranch(){ ...@@ -325,8 +325,6 @@ void Analysis::InitOutputBranch(){
RootOutput::getInstance()->GetTree()->Branch("Z_Sharc",&Z_Sharc,"Z_Sharc/D"); 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("X_Trifoil",&X_Trifoil,"X_Trifoil/D");
RootOutput::getInstance()->GetTree()->Branch("Y_Trifoil",&Y_Trifoil,"Y_Trifoil/D"); RootOutput::getInstance()->GetTree()->Branch("Y_Trifoil",&Y_Trifoil,"Y_Trifoil/D");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment