]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Make TPC version 1 default
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 1999 13:43:12 +0000 (13:43 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 1999 13:43:12 +0000 (13:43 +0000)
macros/Config.C

index e02cf5261cd3b866979a3e81c7ee4383702d7fa0..39c4ceda28ac74de4980f31330f620a370c69ebb 100644 (file)
@@ -157,7 +157,7 @@ if(iTPC) {
 //
 //-----------------------------------------------------------------------------
 
-AliTPC *TPC  = new AliTPCv2("TPC","Normal TPC");
+AliTPC *TPC  = new AliTPCv1("TPC","Normal TPC");
 AliTPCD *paramd = TPC->GetDigParam();
 AliTPCParam *param = &(paramd->GetParam());
 
@@ -187,6 +187,7 @@ if (TPC->IsVersion() != 2) paramd->Write("Param1");
 TPC->SetGasMixt(2,20,10,-1,0.9,0.1,0.);
 TPC->SetSecAL(1);
 TPC->SetSecAU(1);
+// Meaningless with versions other than 2
 TPC->SetSecLows(1, 2, 3, 1+18, 2+18, 3+18);
 TPC->SetSecUps(1+36, 2+36, 3+36, 1+38+18, 2+38+18, 3+38+18, -1,-1,-1,-1,-1,-1);
 TPC->SetSens(1);