]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - T0/MakeT0FullMisAlignment.C
Coding conventions
[u/mrichter/AliRoot.git] / T0 / MakeT0FullMisAlignment.C
index 8ee817fe9a580e2d67426438eb55455df6e91d81..1c7073fc38bf9fec34677614979162199732bf61 100644 (file)
@@ -5,9 +5,9 @@ void MakeT0FullMisAlignment(){
   TClonesArray &alobj = *array;
 
   Double_t dx, dy, dz, dpsi, dtheta, dphi;
-  TRandom *rnd   = new TRandom(4321);
-  Double_t sigmatr = 0.05; // sigma for shifts in cm
-  Double_t sigmarot = 0.3; // sigma for tilts in degrees
+  TRandom3 *rnd   = new TRandom3(4321);
+  Double_t sigmatr = 0.006; // sigma for shifts in cm
+  Double_t sigmarot = 0.001; // sigma for tilts in degrees
 
   TString symName, sn;