]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MakeMUONResMisAlignment.C
ESD file is added to the list of proof output files. It is then automatically merged...
[u/mrichter/AliRoot.git] / MUON / MakeMUONResMisAlignment.C
index ec6abfe5230ee559271b53355ad0a83bc94b6249..0bf72eb049037668ed816230faa1f898a56c850f 100644 (file)
@@ -82,6 +82,9 @@ void MakeMUONResMisAlignment()
     = misAligner.MisAlign(&transformer, true);
   const TClonesArray* array = newTransform->GetMisAlignmentData();
 
+  // 100 mum residual resolution for chamber misalignments?
+  misAligner.SetAlignmentResolution(array,-1,0.01,0.01);
+
   if ( TString(gSystem->Getenv("TOCDB")) != TString("kTRUE") ) {
     // Save in file
     const char* filename = "MUONresidualMisalignment.root";