Skip to content

Commit

Permalink
Updated for new geant4_vmc 6.6.p2 and 6.4.p1
Browse files Browse the repository at this point in the history
  • Loading branch information
ihrivnac committed Aug 16, 2024
1 parent 0f0573f commit a3afd66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ECONF C0303241:THJT006,2003; [e-Print: cs.SE/0306005](https://arxiv.org/abs/cs/0

<i class="far fa-envelope"></i> Contact: <a href="mailto: root-vmc@cern.ch"> root-vmc@cern.ch</a>

*Last update: 13/03/2024*
*Last update: 16/08/2024*
8 changes: 4 additions & 4 deletions content/download/git-geant4_vmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ Development version (the whole repository):
git clone http://github.com/vmc-project/geant4_vmc.git
```

To switch to the **'pro'** tagged version **6.6.p1** (compatible with *vmc 2.x, Geant4 11.2*):
To switch to the **'pro'** tagged version **6.6.p2** (compatible with *vmc 2.x, Geant4 11.2*):
```bash
cd geant4_vmc
git checkout v6-6-p1
git checkout v6-6-p2
```

To switch to the **'old'** tagged version **6.4** (compatible with *vmc 2.x, Geant4 11.1.x*):
To switch to the **'old'** tagged version **6.4.p1** (compatible with *vmc 2.x, Geant4 11.1.x*):
```bash
cd geant4_vmc
git checkout v6-4
git checkout v6-4-p1
```

The list of new developments, bug fixes and the required versions of ROOT and Geant4 for each version can be found in the [history](https://github.com/vmc-project/geant4_vmc/blob/master/history) file.
Expand Down
4 changes: 2 additions & 2 deletions content/download/tar-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight = 5
|---------|---------|----------| ------------|
| vmc | 2.0 | [vmc-2-0.tar.gz](https://github.com/vmc-project/vmc/archive/v2-0.tar.gz) | *ROOT 6.24/06 and 6.26/10* |
| geant3 | 4.3 | [geant3-4-3.tar.gz](https://github.com/vmc-project/geant3/archive/v4-3.tar.gz) | *vmc 2.0, ROOT 6.32/02* |
| geant4_vmc | 6.6.p1 | [geant4_vmc-6-6-p1.tar.gz](https://github.com/vmc-project/geant4_vmc/archive/v6-6-p1.tar.gz) | *vmc 2.0, ROOT 6.30/02*,<br> *Geant4 11.2 (with embedded CLHEP 2.4.7.1),* <br> *VGM 5.2,* <br> *Garfield 4.0*|
| geant4_vmc | 6.6.p2 | [geant4_vmc-6-6-p2.tar.gz](https://github.com/vmc-project/geant4_vmc/archive/v6-6-p1.tar.gz) | *vmc 2.0, ROOT 6.32/02*,<br> *Geant4 11.2.p2 (with embedded CLHEP 2.4.7.1),* <br> *VGM 5.3,* <br> *Garfield 4.0*|

In general, the VMC packages can be built with the Root version which they were tested with and higher, and Geant4 VMC with the Geant4 version which it was tested with including the patches. Note that the Geant4 patches released after the Geant4 VMC tag do not appear in the table above, it is however recommended to update Geant4 with each patch release.

Expand All @@ -21,6 +21,6 @@ In general, the VMC packages can be built with the Root version which they were
| Package | Version | Tar file | Tested with |
|---------|---------|----------| ------------|
| geant3 | 3.9.p1 | [v3-9-p1.tar.gz](https://github.com/vmc-project/geant3/archive/v3-9-p1.tar.gz) | *vmc 1.1.p1, ROOT 6.24/06* |
| geant4_vmc | 6.4 | [v6-4.tar.gz](https://github.com/vmc-project/geant4_vmc/archive/v6-4.tar.gz) | *vmc 2.0, ROOT 6.30/02*,<br> *Geant4 11.1.p3 (with embedded CLHEP 2.4.6.2),* <br> *VGM 5.2,* <br> *Garfield 4.0*|
| geant4_vmc | 6.4.p1 | [v6-4-p1.tar.gz](https://github.com/vmc-project/geant4_vmc/archive/v6-4-p1.tar.gz) | *vmc 2.0, ROOT 6.32/02*,<br> *Geant4 11.1.p3 (with embedded CLHEP 2.4.6.2),* <br> *VGM 5.3,* <br> *Garfield 4.0*|
| geant3 | 2.7.p2 | [v2-7-p2.tar.gz](https://github.com/vmc-project/geant3/archive/v2-7-p2.tar.gz) | *ROOT 5.34/36* |

0 comments on commit a3afd66

Please sign in to comment.