]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/MakeTPCResMisAlignment.C
Full set of updated misalignment macros (Raffaele)
[u/mrichter/AliRoot.git] / TPC / MakeTPCResMisAlignment.C
index 658fb17bfa154e7f008462044714b0beeb610d52..3b1d7ffea615a73dd4f8a2fa19c4ca25b5fd0004 100644 (file)
@@ -13,10 +13,10 @@ void MakeTPCResMisAlignment(){
   Int_t j = 0;
 
   // RS = local
-  // sigma translation = 0.1mm
-  // sigma rotation = 1mrad
+  // sigma translation = 0.1 mm
+  // sigma rotation = 0.1 mrad
   Float_t sigmatr=0.01;
-  Float_t sigmarot = 0.06;
+  Float_t sigmarot = 0.006;
   for (Int_t iLayer = AliAlignObj::kTPC1; iLayer <= AliAlignObj::kTPC2; iLayer++) {
     for (Int_t iModule = 0; iModule < AliAlignObj::LayerSize(iLayer); iModule++) {