]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Not YRot180 in the T2L matrix construction
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 18 Aug 2012 21:27:18 +0000 (21:27 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 18 Aug 2012 21:27:18 +0000 (21:27 +0000)
ITS/UPGRADE/AliITSU.cxx
ITS/UPGRADE/AliITSUv11.cxx

index c71588374a5c134c4e0025d440b55307f3c2b7fb..836f5089886fc46a1c0586086499978b4b5a9ef8 100644 (file)
@@ -679,7 +679,6 @@ void AliITSU::ResetDigits(Int_t branch)
 void AliITSU::AddSumDigit(AliITSUSDigit &sdig)
 {
   // Adds the module summable digits to the summable digits tree.
-  printf("Add sdigit %d : ",fSDigits->GetEntriesFast()); sdig.Print();
   new( (*fSDigits)[fSDigits->GetEntriesFast()]) AliITSUSDigit(sdig);
   //  
 }
index fbd7e4e0786a856d4ef5f781de45b73c3f9326ba..ed3018942fe675218d3f176642538de387f672bd 100644 (file)
@@ -272,7 +272,8 @@ void AliITSUv11::AddAlignableVolumes() const{
        gGeoManager->SetAlignableEntry(snmM.Data(),pthM.Data(),modUID);
        //
        double yshift = -(fUpGeom[lr]->GetSensorThick()-fUpGeom[lr]->GetLadderThick())/2;
-       SetT2Lmatrix(modUID,yshift, kTRUE,kTRUE); // RS: do we need here special matrix, ask MS
+       //      SetT2Lmatrix(modUID,yshift, kTRUE,kTRUE); // RS: do we need here special matrix, ask MS
+       SetT2Lmatrix(modUID,yshift, kTRUE,kFALSE); // RS: do we need here special matrix, ask MS
        //
       }
     }