]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changes due to new definition of the TOF SM alignable volumes (one layer up)
authorarcelli <arcelli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 13:00:16 +0000 (13:00 +0000)
committerarcelli <arcelli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 13:00:16 +0000 (13:00 +0000)
TOF/MakeTOFFullMisAlignment.C

index bfe54c8dbcfce6193af1b0ba8f1019783655328c..02bddee17e59e2295e69112261c2f821009933d2 100644 (file)
@@ -118,9 +118,9 @@ void MakeTOFFullMisAlignment(){
   for(i=0; i<18; i++) {
     TString symname(Form("TOF/sm%02d",i));
     tofdx = rnd->Gaus(0.,sigmatr);
-    tofdy = 0;
-    tofdz = rnd->Gaus(0.,sigmatr);
-    dpsi = 0;
+    tofdy = rnd->Gaus(0.,sigmatr);
+    tofdz =0;
+    dpsi = 0.;
     dtheta = rnd->Gaus(0.,sigmarot);
     dphi = 0.;
     new(alobj[j++]) AliAlignObjAngles(symname.Data(), dvoluid, tofdx, tofdy, tofdz, dpsi, dtheta, dphi, kFALSE);