]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/ocdbmacro/MakePMDResMisAlignment.C
Cleanup of ocdb macros:sjena
[u/mrichter/AliRoot.git] / PMD / ocdbmacro / MakePMDResMisAlignment.C
similarity index 94%
rename from PMD/macro/MakePMDResMisAlignment.C
rename to PMD/ocdbmacro/MakePMDResMisAlignment.C
index f83902db11dbcf62e689cce94326afe64eb2063f..fa105883aad278a179f3ee670af5a36fe66fb08d 100644 (file)
@@ -1,4 +1,4 @@
-void MakePMDResMisAlignment(){
+/**************************************************************************
   // Create TClonesArray of residual misalignment objects for PMD
   //
   // Macro to randomly displace the 4 sectors of the PMD
@@ -32,8 +32,15 @@ void MakePMDResMisAlignment(){
     // and for the sectors 2 and 3
     // As these will be mounted on the same
     // Steel plate 
- */
-  
+ * sjena@cern.ch
+ * Mon Nov 22 19:54:27 CET 2010
+ *   
+OCDB/PMD/Align/Data
+                  
+ **************************************************************************/
+
+void MakePMDResMisAlignment(){  
   const char* macroname = "MakePMDResMisAlignment.C";
 
   // Activate CDB storage and load geometry from CDB
@@ -140,7 +147,7 @@ void MakePMDResMisAlignment(){
   }else{
   // save in CDB storage
     AliCDBMetaData* md = new AliCDBMetaData();
-    md->SetResponsible("");
+    md->SetResponsible("Satyajit Jena");
     md->SetComment("Residual misalignment for PMD, produced with sigmatr=0.1 and sigmarot=0.1 in the local RS");
     md->SetAliRootVersion(gSystem->Getenv("ARVERSION"));
     AliCDBId id("PMD/Align/Data",0,AliCDBRunRange::Infinity());