From 27b50456c20e2c930df9c8ba581320a6a276ee1d Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Sat, 17 May 2025 08:21:59 +0200 Subject: [PATCH] Doc: replace the URL root.cern.ch with root.cern --- examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc | 2 +- examples/advanced/brachytherapy/README | 2 +- examples/advanced/exp_microdosimetry/README | 2 +- examples/advanced/xray_SiliconPoreOptics/README.txt | 2 +- examples/advanced/xray_TESdetector/README.txt | 2 +- examples/extended/analysis/AnaEx02/.README.txt | 2 +- examples/extended/analysis/AnaEx02/README | 2 +- .../eventgenerator/pythia/decayer6/include/EDecayType.hh | 4 ++-- .../pythia/decayer6/include/G4Pythia6Decayer.hh | 4 ++-- .../eventgenerator/pythia/decayer6/include/Pythia6.hh | 4 ++-- .../eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc | 4 ++-- .../extended/eventgenerator/pythia/decayer6/src/Pythia6.cc | 4 ++-- .../pythia/decayer6/src/pythia6_common_address.c | 4 ++-- examples/extended/medical/dna/svalue/spectrum.C | 2 +- source/analysis/History | 2 +- source/analysis/History.fix-auto | 2 +- .../models/inclxx/incl_physics/src/G4INCLClusterDecay.cc | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc b/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc index e852a9821f1..4d61f26cd97 100644 --- a/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc +++ b/examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc @@ -55,7 +55,7 @@ CexmcHistoWidget::CexmcHistoWidget() { /* this is a workaround of the repaint bug in the ROOT Qt backend: - * see http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=17081#p73055 */ + * see http://root.cern/phpBB3/viewtopic.php?f=3&t=17081#p73055 */ fCanvas->SetFillColor( 10 ); } diff --git a/examples/advanced/brachytherapy/README b/examples/advanced/brachytherapy/README index 9c76e74cad9..1c4d04a5647 100644 --- a/examples/advanced/brachytherapy/README +++ b/examples/advanced/brachytherapy/README @@ -134,7 +134,7 @@ When running in interactive mode there is no scoring mesh.The user has to add it G4Analysis is used to create and fill histograms in ROOT output files. The installation of ROOT is required to plot the results of the simulation contained -in primary.root and brachytherapy.root(http://root.cern.ch/drupal/). +in primary.root and brachytherapy.root(http://root.cern/drupal/). ------------------------------------------------------------------------ ----> 7. Simulation output diff --git a/examples/advanced/exp_microdosimetry/README b/examples/advanced/exp_microdosimetry/README index ca9839440b1..8dfa40a0e51 100644 --- a/examples/advanced/exp_microdosimetry/README +++ b/examples/advanced/exp_microdosimetry/README @@ -88,7 +88,7 @@ When the analysis is enables, the default output format is one compatible with R The user can switch to a plaintext csv by uncommenting the corresponding macro command in output.mac (/analysis/useRoot false) Two data analysis scripts are provided for use with each output format: -- for ROOT output (exp_microdosimetry.root), plot.C is provided. If the user intends to use this macro, ROOT must be installed (http://root.cern.ch/drupal/) +- for ROOT output (exp_microdosimetry.root), plot.C is provided. If the user intends to use this macro, ROOT must be installed (http://root.cern/drupal/) - for csv output (exp_microdosimetry_*.csv), 1_plot_distributions.py and 2_calculate_means_rbe.py (in this order). If the user intends to use these macros, Python 3 must be installed (https://www.python.org/) Both scripts plot the microdosimetric spectrum resulting from the simulation, calculate the microdosimetric means, and provide one or more RBE estimates (this is just provided as an example, and the user is encouraged to look into RBE modelling himself) diff --git a/examples/advanced/xray_SiliconPoreOptics/README.txt b/examples/advanced/xray_SiliconPoreOptics/README.txt index 042c310386a..ea530cd8e1f 100644 --- a/examples/advanced/xray_SiliconPoreOptics/README.txt +++ b/examples/advanced/xray_SiliconPoreOptics/README.txt @@ -131,5 +131,5 @@ References [1] Fioretti V et al. "The Geant4 mass model of the ATHENA Silicon Pore Optics and its effect on soft proton scattering", Space Telescopes and Instrumentation 2018: Ultraviolet to Gamma Ray. Vol. 10699. SPIE, 2018. - [2] BRUN, René, et al. "The ROOT Users Guide". CERN, http://root.cern.ch, 2003. + [2] BRUN, René, et al. "The ROOT Users Guide". CERN, http://root.cern, 2003. diff --git a/examples/advanced/xray_TESdetector/README.txt b/examples/advanced/xray_TESdetector/README.txt index 112a668dc74..434ac63b1d7 100644 --- a/examples/advanced/xray_TESdetector/README.txt +++ b/examples/advanced/xray_TESdetector/README.txt @@ -169,4 +169,4 @@ References [1] S. Lotti, S. Molendi, C. Macculi, V. Fioretti, L. Piro et al., "Review of the Particle Background of the Athena X-IFU Instrument", The Astrophysical Journal, 2021. - [2] BRUN, René, et al. "The ROOT Users Guide". CERN, http://root.cern.ch, 2003. + [2] BRUN, René, et al. "The ROOT Users Guide". CERN, http://root.cern, 2003. diff --git a/examples/extended/analysis/AnaEx02/.README.txt b/examples/extended/analysis/AnaEx02/.README.txt index 2d12946611f..db104f33434 100644 --- a/examples/extended/analysis/AnaEx02/.README.txt +++ b/examples/extended/analysis/AnaEx02/.README.txt @@ -13,7 +13,7 @@ This example shows the usage of histogram and tuple manipulations using ROOT system. Please install ROOT before building this example: - http://root.cern.ch + http://root.cern The example is an adaptation of examples/novice/N03. It describes a simple sampling calorimeter setup. diff --git a/examples/extended/analysis/AnaEx02/README b/examples/extended/analysis/AnaEx02/README index 5971d91bd4c..c78aa6f3a91 100644 --- a/examples/extended/analysis/AnaEx02/README +++ b/examples/extended/analysis/AnaEx02/README @@ -15,7 +15,7 @@ This example shows the usage of histogram and tuple manipulations using ROOT system. Please install ROOT before building this example: - http://root.cern.ch + http://root.cern The example is an adaptation of examples/novice/N03. It describes a simple sampling calorimeter setup. diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh b/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh index 830b7f1ac66..1deaab98f6d 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh @@ -33,8 +33,8 @@ /// Enum of decay mode types /// /// According to EDecayType enum in TPythia6Decayer class in Root: -/// http://root.cern.ch/ -/// see http://root.cern.ch/root/License.html +/// http://root.cern/ +/// see http://root.cern/root/License.html /// ---------------------------------------------------------------------------- enum EDecayType diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh b/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh index 7024d3fb0d8..9dd99b35689 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh @@ -46,8 +46,8 @@ class G4DecayProducts; /// /// Implements the G4VExtDecayer abstract class using the Pythia6 interface. /// According to TPythia6Decayer class in Root: -/// http://root.cern.ch/ -/// see http://root.cern.ch/root/License.html +/// http://root.cern/ +/// see http://root.cern/root/License.html class G4Pythia6Decayer : public G4VExtDecayer { diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh b/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh index 08f7c30f0e1..e77e0e2123c 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh @@ -163,8 +163,8 @@ typedef std::vector ParticleVector; /// According to TPythia6 class from Root: /// (The TPythia6 class is an interface class to F77 routines in Pythia6 // /// CERNLIB event generators, written by T.Sjostrand.) -/// http://root.cern.ch/ -/// see http://root.cern.ch/root/License.html +/// http://root.cern/ +/// see http://root.cern/root/License.html /// /// The complete Pythia6 documentation can be found at: /// http://home.thep.lu.se/~torbjorn/pythiaaux/recent.html diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc b/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc index 78b0f14e07e..a170031c80d 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc +++ b/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc @@ -29,8 +29,8 @@ // ---------------------------------------------------------------------------- // According to TPythia6Decayer class in Root: -// http://root.cern.ch/ -// see http://root.cern.ch/root/License.html +// http://root.cern/ +// see http://root.cern/root/License.html // ---------------------------------------------------------------------------- #include "G4Pythia6Decayer.hh" diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc b/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc index 66eaa7a8f6e..caa4820573a 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc +++ b/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc @@ -31,8 +31,8 @@ // According to TPythia6 class from Root: // (The TPythia6 class is an interface class to F77 routines in Pythia6 // // CERNLIB event generators, written by T.Sjostrand.) -// http://root.cern.ch/ -// see http://root.cern.ch/root/License.html +// http://root.cern/ +// see http://root.cern/root/License.html // // The complete Pythia6 documentation can be found at: // http://home.thep.lu.se/~torbjorn/pythiaaux/recent.html diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c b/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c index 530769bfa38..2427badf74d 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c +++ b/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c @@ -26,8 +26,8 @@ // // According to pythia6_common_address.c provided in Root // Pythia6 distribution: -// http://root.cern.ch/ -// see http://root.cern.ch/root/License.html +// http://root.cern/ +// see http://root.cern/root/License.html // ---------------------------------------------------------------------------- #include diff --git a/examples/extended/medical/dna/svalue/spectrum.C b/examples/extended/medical/dna/svalue/spectrum.C index 96c68ba7ea6..0d54b70886e 100644 --- a/examples/extended/medical/dna/svalue/spectrum.C +++ b/examples/extended/medical/dna/svalue/spectrum.C @@ -26,7 +26,7 @@ for (int i=0;iFill(value); diff --git a/source/analysis/History b/source/analysis/History index 94b1b4727a6..8d4b0d2b1b5 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -968,7 +968,7 @@ May 4, 2016 I. Hrivnacova (analysis-V10-02-02) April 18, 2016 I. Hrivnacova (analysis-V10-02-01) - Updated to g4tools 1.27.0 (Guy Barrand): Fixed incompatibility with ROOT 5.x and 6.x formats reported in ROOT forum: - https://root.cern.ch/phpBB3/viewtopic.php?t=21315 + https://root.cern/phpBB3/viewtopic.php?t=21315 December 8, 2015 I. Hrivnacova (analysis-V10-02-00) - Fixed definition of /analysis/ntuple command directory diff --git a/source/analysis/History.fix-auto b/source/analysis/History.fix-auto index 4916cab5c4c..b01428112a7 100644 --- a/source/analysis/History.fix-auto +++ b/source/analysis/History.fix-auto @@ -679,7 +679,7 @@ May 4, 2016 I. Hrivnacova (analysis-V10-02-02) April 18, 2016 I. Hrivnacova (analysis-V10-02-01) - Updated to g4tools 1.27.0 (Guy Barrand): Fixed incompatibility with ROOT 5.x and 6.x formats reported in ROOT forum: - https://root.cern.ch/phpBB3/viewtopic.php?t=21315 + https://root.cern/phpBB3/viewtopic.php?t=21315 December 8, 2015 I. Hrivnacova (analysis-V10-02-00) - Fixed definition of /analysis/ntuple command directory diff --git a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusterDecay.cc b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusterDecay.cc index 1468b67d62e..c0876d29d62 100644 --- a/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusterDecay.cc +++ b/source/processes/hadronic/models/inclxx/incl_physics/src/G4INCLClusterDecay.cc @@ -245,7 +245,7 @@ namespace G4INCL { * historical GENBOD routine [CERN report 68-15 (1968)]. The ROOT * implementation is documented at the following URL: * - * http://root.cern.ch/root/html/TGenPhaseSpace.html#TGenPhaseSpace + * http://root.cern/root/html/TGenPhaseSpace.html#TGenPhaseSpace */ void phaseSpaceDecayLegacy(Cluster * const c, ClusterDecayType theDecayMode, ParticleList *decayProducts) { const G4int theA = c->getA();