Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/advanced/ChargeExchangeMC/src/CexmcHistoWidget.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/brachytherapy/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/exp_microdosimetry/README
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/xray_SiliconPoreOptics/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion examples/advanced/xray_TESdetector/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion examples/extended/analysis/AnaEx02/.README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/extended/analysis/AnaEx02/README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ typedef std::vector<Pythia6Particle*> 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <string.h>
Expand Down
2 changes: 1 addition & 1 deletion examples/extended/medical/dna/svalue/spectrum.C
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for (int i=0;i<nbValues;i++)
{
// 2) SELECT distribution
// here Gaussian with mean, sigma
// see https://root.cern.ch/doc/master/classTRandom.html
// see https://root.cern/doc/master/classTRandom.html
value = r.Gaus(1.,0.1);
//
ntuple->Fill(value);
Expand Down
2 changes: 1 addition & 1 deletion source/analysis/History
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/analysis/History.fix-auto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down