]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AliGeant4/macro/STRUCT/ConfigDIPO.C
Removing AliGeant4, now it is in a separate module aligeant4
[u/mrichter/AliRoot.git] / AliGeant4 / macro / STRUCT / ConfigDIPO.C
diff --git a/AliGeant4/macro/STRUCT/ConfigDIPO.C b/AliGeant4/macro/STRUCT/ConfigDIPO.C
deleted file mode 100644 (file)
index 75f31cb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-void Config(Int_t version)
-{
-  AliDIPO* DIPO = 0;
-  switch (version) {
-    case 1: DIPO  = new AliDIPOv1("DIPO","DIPOv1 module"); break;
-    case 2: DIPO  = new AliDIPOv2("DIPO","Dipole version 2"); break;
-  }  
-
-//=================== DIPO parameters ============================
-}