From: panos Date: Fri, 19 Oct 2007 10:09:34 +0000 (+0000) Subject: Putting all the detectors as the default values for the detector mask X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=2741c211fae61e8a7888e460dc4d690db296eb63;ds=sidebyside Putting all the detectors as the default values for the detector mask --- diff --git a/GRP/GRP/Data/Run0_999999999_v0_s0.root b/GRP/GRP/Data/Run0_999999999_v0_s0.root index 6d7349a558a..641f98e4b4b 100644 Binary files a/GRP/GRP/Data/Run0_999999999_v0_s0.root and b/GRP/GRP/Data/Run0_999999999_v0_s0.root differ diff --git a/GRP/UpdateCDBGRPEntry.C b/GRP/UpdateCDBGRPEntry.C index 6e962a13ab5..0c7ce7931f0 100644 --- a/GRP/UpdateCDBGRPEntry.C +++ b/GRP/UpdateCDBGRPEntry.C @@ -53,10 +53,10 @@ TList *GetGRPList() { mapDAQ4->Add(new TObjString("fAliceBeamType"),new TObjString("pp")); list->Add(mapDAQ4); TMap *mapDAQ5 = new TMap(); - mapDAQ5->Add(new TObjString("fNumberOfDetectors"),new TObjString("")); + mapDAQ5->Add(new TObjString("fNumberOfDetectors"),new TObjString("15")); list->Add(mapDAQ5); TMap *mapDAQ6 = new TMap(); - mapDAQ6->Add(new TObjString("fDetectorMask"),new TObjString("")); + mapDAQ6->Add(new TObjString("fDetectorMask"),new TObjString("1048575")); list->Add(mapDAQ6); TMap *mapDAQ7 = new TMap(); mapDAQ7->Add(new TObjString("fLHCPeriod"),new TObjString("LHC07a"));