]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AliGeant4/config/make_source.pl
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / AliGeant4 / config / make_source.pl
index bd071b27751ea44fc15979a3fcc8daf684bc41c1..f0dfcad0b04c07947fb1d71264d66ac47ebd7f32 100755 (executable)
@@ -7,20 +7,14 @@
 # source structure.
   
 # main categories (packages)
-@DIRLIST = "TGeant4";
-@DIRLIST = (@DIRLIST,"AliGeant4");
-@NAMELIST = "g4mc";
-@NAMELIST = (@NAMELIST,"alice");
+@DIRLIST = "AliGeant4";
+@NAMELIST = "AliGeant4";
 
 # subcategories
 @CATLIST = "global";
 @CATLIST = (@CATLIST,"geometry");
-@CATLIST = (@CATLIST,"digits+hits");
-@CATLIST = (@CATLIST,"physics");
 @CATLIST = (@CATLIST,"event");
 @CATLIST = (@CATLIST,"run");
-@CATLIST = (@CATLIST,"visualization");
-@CATLIST = (@CATLIST,"interfaces");
 
 # create source dir structure
 for( $i = 0 ; $i < $#DIRLIST+1 ; $i++ ) {