From 87a6fb22c43ac0d7a64e66939ede7f8e17b45d3c Mon Sep 17 00:00:00 2001 From: masera Date: Fri, 30 Nov 2007 16:44:42 +0000 Subject: [PATCH] Do not call SetDefaults in AliITS::Init --- ITS/AliITS.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/ITS/AliITS.cxx b/ITS/AliITS.cxx index 84bb1ac1d87..167bde7808b 100644 --- a/ITS/AliITS.cxx +++ b/ITS/AliITS.cxx @@ -251,8 +251,6 @@ void AliITS::Init(){ // Return: // none. Int_t i; - - SetDefaults(); // Array of TStrings if(gMC) for(i=0;iVolId(fIdName[i]); @@ -269,7 +267,6 @@ void AliITS::SetDefaults(){ // Return: // none. AliInfoClass("AliITS::Setting Defaults"); - if(!fDetTypeSim) { Error("SetDefaults()","fDetTypeSim is 0!"); return; -- 2.43.5