From: cvetan Date: Tue, 9 Feb 2010 09:47:20 +0000 (+0000) Subject: Updated trigger configuration OCDB entry. To be used in MC productions (Raphael) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=7407f10dd95903f2d97cbd485b916870453fce33 Updated trigger configuration OCDB entry. To be used in MC productions (Raphael) --- diff --git a/OCDB/VZERO/Trigger/Data/Run0_999999999_v0_s0.root b/OCDB/VZERO/Trigger/Data/Run0_999999999_v0_s0.root index b59dbdfd83d..aaa0956bd85 100644 Binary files a/OCDB/VZERO/Trigger/Data/Run0_999999999_v0_s0.root and b/OCDB/VZERO/Trigger/Data/Run0_999999999_v0_s0.root differ diff --git a/VZERO/DBStorageFEE.C b/VZERO/DBStorageFEE.C index 134ee4cb03c..ebc4e4d96e9 100644 --- a/VZERO/DBStorageFEE.C +++ b/VZERO/DBStorageFEE.C @@ -47,14 +47,14 @@ void DBStorageFEE(){ Bool_t PedestalSubtraction[N] = {1,1,1,1,1,1,1,1}; triggerData->SetPedestalSubtraction(PedestalSubtraction); - triggerData->SetBBAThreshold(2); - triggerData->SetBBCThreshold(2); + triggerData->SetBBAThreshold(1); + triggerData->SetBBCThreshold(1); - triggerData->SetBGAThreshold(3); - triggerData->SetBGCThreshold(3); + triggerData->SetBGAThreshold(1); + triggerData->SetBGCThreshold(1); - triggerData->SetBBAForBGThreshold(3); - triggerData->SetBBCForBGThreshold(3); + triggerData->SetBBAForBGThreshold(1); + triggerData->SetBBCForBGThreshold(1); triggerData->SetCentralityV0AThrLow(100); triggerData->SetCentralityV0AThrHigh(500); @@ -88,13 +88,13 @@ void DBStorageFEE(){ AliCDBMetaData *md= new AliCDBMetaData(); // metaData describing the object - AliCDBId id("VZERO/Trigger/Data",0,9999999); + AliCDBId id("VZERO/Trigger/Data",0,AliCDBRunRange::Infinity()); //md->SetObjectClassName("VZERO calibration parameters"); automatically //set to AliVZEROCalibData by the CDB classes during storage md->SetResponsible("Brigitte Cheynis"); md->SetBeamPeriod(0); - md->SetAliRootVersion("v4-17-Release"); + md->SetAliRootVersion("v4-18-Release"); md->SetComment("Prototype"); md->PrintMetaData();