]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSvSPD02.cxx
Update class version number
[u/mrichter/AliRoot.git] / ITS / AliITSvSPD02.cxx
index d285ff502feb160167da001aa97facd97d048a92..01e4d100c7923571c008df097e922e28b48835b2 100644 (file)
@@ -738,7 +738,11 @@ void AliITSvSPD02::SetDefaults(){
     else iDetType->ClassNames("AliITSdigitSPD","AliITSRawClusterSPD");
 //    SetSimulationModel(kSPD,new AliITSsimulationSPDdubna(seg0,resp0));
 //    iDetType->ReconstructionModel(new AliITSClusterFinderSPD());
-
+    delete DetType(kSDD);
+    fDetTypes->AddAt(0,kSDD);
+    delete DetType(kSSD);
+    fDetTypes->AddAt(0,kSSD);
+/*
     SetResponseModel(kSDD,new AliITSresponseSDD());
     SetSegmentationModel(kSDD,new AliITSsegmentationSDD());
     DetType(kSDD)->ClassNames("AliITSdigitSDD","AliITSRawClusterSDD");
@@ -746,7 +750,7 @@ void AliITSvSPD02::SetDefaults(){
     SetResponseModel(kSSD,new AliITSresponseSSD());
     SetSegmentationModel(kSSD,new AliITSsegmentationSSD());
     DetType(kSSD)->ClassNames("AliITSdigitSSD","AliITSRawClusterSSD");
-
+*/
     if(kNTYPES>3){
        Warning("SetDefaults",
                "Only the four basic detector types are initialised!");