]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ConfigHBT.C
Changing the format of the default object stored in /home/belikov/alice/aliroot_trunk...
[u/mrichter/AliRoot.git] / macros / ConfigHBT.C
index 9224eda68893304fe673454a9466c72695f06a37..161b7a2bd28504bf60f055ef52c7c309dada1df9 100644 (file)
 #include "ACORDE/AliACORDEv1.h"
 #endif
 
-enum PprGeo_t
-  {
-    kHoles, kNoHoles
-  };
-
-static PprGeo_t geo = kHoles;
-
 void Config()
 {
     // Set Random Number seed
@@ -300,12 +293,7 @@ void Config()
         //=================== FRAME parameters ============================
 
         AliFRAME *FRAME = new AliFRAMEv2("FRAME", "Space Frame");
-        if (geo == kHoles) {
-         FRAME->SetHoles(1);
-       } else {
-         FRAME->SetHoles(0);
-       }
-
+       FRAME->SetHoles(1);
     }
 
     if (iSHIL)