]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/Hnew.C
ACORDEv1 is now the default
[u/mrichter/AliRoot.git] / HMPID / Hnew.C
index 4e944650af9b65a7fc90fe5819a0e2a170133aef..47b394f4cb7030f1b2959d756e5c1b4372c85955 100644 (file)
@@ -352,7 +352,7 @@ void HmpGui::CreateConfigC()
   if(fDetBG->GetButton(kZDC  )->GetState()) f<<Form("\n  new AliZDCv2          (\"ZDC\"   ,\"normal ZDC\");");
   if(fDetBG->GetButton(kPHOS )->GetState()) f<<Form("\n  new AliPHOSv1         (\"PHOS\"  ,\"IHEP\");");              
   if(fDetBG->GetButton(kEMCAL)->GetState()) f<<Form("\n  new AliEMCALv2        (\"EMCAL\" ,\"SHISH_77_TRD1_2X2_FINAL_110DEG\");");
-  if(fDetBG->GetButton(kACRD )->GetState()) f<<Form("\n  new AliACORDEv0       (\"ACORDE\",\"normal ACORDE\");");
+  if(fDetBG->GetButton(kACRD )->GetState()) f<<Form("\n  new AliACORDEv1       (\"ACORDE\",\"normal ACORDE\");");
   
   f<<Form("\n  ::Info(\"----------> HMPID private config\",\"Stop\\n\\n\\n\");\n");   f<<Form("}\n");  //end of Config.C file:  
   f.close();