]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/DBStorageCalib.C
Create the rec-point branch even in the case of no digits. Please review and fix...
[u/mrichter/AliRoot.git] / VZERO / DBStorageCalib.C
index 7d67e06b5ebeb8f2dfb42243be1542b0a7505bc9..1d67a1a041d5b53a304b4f97cce4c37e610149cc 100644 (file)
@@ -14,16 +14,16 @@ Float_t GainFactors[128] =
 { 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
   50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 
   50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
+  50.0, 50.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0,
+  10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0,
+  10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 
+  10.0, 10.0, 10.0, 10.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
   50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
   50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0,
-  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0 };
+  50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 10.0, 10.0, 10.0, 10.0,
+  10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0,
+  10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0,
+  10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0 };
   
 calibda->SetGain(GainFactors);
 
@@ -91,10 +91,11 @@ AliCDBMetaData *md= new AliCDBMetaData(); // metaData describing the object
 
 AliCDBId id("VZERO/Calib/Data",0,9999999);
 
-md->SetObjectClassName("VZERO calibration parameters");
+//md->SetObjectClassName("VZERO calibration parameters"); automatically 
+//set to AliVZEROCalibData by the CDB classes during storage 
 md->SetResponsible("Brigitte Cheynis");
 md->SetBeamPeriod(0);
-md->SetAliRootVersion("July2006");
+md->SetAliRootVersion("November2006");
 md->SetComment("Prototype");
 md->PrintMetaData();