aboutsummaryrefslogtreecommitdiff
blob: ef6deebdf30e9075d80d2aa1cba009b16cab7369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>sci-physics@gentoo.org</email>
		<name>Gentoo Physics Project</name>
	</maintainer>
	<longdescription lang="en">
The Virtual Monte Carlo (VMC) allows to run different simulation
Monte Carlo without changing the user code and therefore the input
and output format as well as the geometry and detector response
definition.
The core of the VMC is the category of classes vmc in ROOT. It
provides a set of interfaces which completely decouple the
dependencies between the user code and the concrete Monte Carlo. 
Geant3 VMC (C++) is provided within a single package together with
GEANT3 (Fortran) - geant3.
</longdescription>
	<use>
		<flag name="vgm">Enable the Virtual Geometry Model (<pkg>sci-physics/vgm</pkg>)</flag>
		<flag name="g4root">Build G4Root (interface for GEANT4 simulation with a ROOT geometry)</flag>
		<flag name="geant3">Build with Geant4 G3toG4 library</flag>
		<flag name="mtroot">Build MTRoot (provides ROOT IO manager classes with multi-threading support)</flag>
	</use>
</pkgmetadata>