]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using the new (TGeo) geometry of TPC
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Mar 2006 20:49:47 +0000 (20:49 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Mar 2006 20:49:47 +0000 (20:49 +0000)
TFluka/macro/FlukaConfig.C

index 0a64d93a2f8a6685ecc78f56f503e161ba7dc156..09717e8e719cff702729e8709201ea521537bfb5 100644 (file)
@@ -322,29 +322,7 @@ void Config()
     if (iTPC)
     {
         //============================ TPC parameters ================================
-        // --- This allows the user to specify sectors for the SLOW (TPC geometry 2)
-        // --- Simulator. SecAL (SecAU) <0 means that ALL lower (upper)
-        // --- sectors are specified, any value other than that requires at least one
-        // --- sector (lower or upper)to be specified!
-        // --- Reminder: sectors 1-24 are lower sectors (1-12 -> z>0, 13-24 -> z<0)
-        // ---           sectors 25-72 are the upper ones (25-48 -> z>0, 49-72 -> z<0)
-        // --- SecLows - number of lower sectors specified (up to 6)
-        // --- SecUps - number of upper sectors specified (up to 12)
-        // --- Sens - sensitive strips for the Slow Simulator !!!
-        // --- This does NOT work if all S or L-sectors are specified, i.e.
-        // --- if SecAL or SecAU < 0
-        //
-        //
-        //-----------------------------------------------------------------------------
-                                                                                
-        //  gROOT->LoadMacro("SetTPCParam.C");
-        //  AliTPCParam *param = SetTPCParam();
         AliTPC *TPC = new AliTPCv2("TPC", "Default");
-                                                                                
-        // All sectors included
-        TPC->SetSecAL(-1);
-        TPC->SetSecAU(-1);
-                                                                                
     }