]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
number of DDLs set to 3 for FMD
authortkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Oct 2004 16:02:43 +0000 (16:02 +0000)
committertkuhr <tkuhr@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Oct 2004 16:02:43 +0000 (16:02 +0000)
STEER/AliModule.cxx
STEER/AliSimulation.cxx

index ec170f6b3cf716669474e8e9f7ed8662814de50c..fbaf4c4ad73a0591674383d571e9b344e7e84ed5 100644 (file)
@@ -832,7 +832,7 @@ void AliModule::Digits2Raw()
 
   const Int_t kNDetectors = 17;
   const char* kDetectors[kNDetectors] = {"TPC", "ITSSPD", "ITSSDD", "ITSSSD", "TRD", "TOF", "PHOS", "RICH", "EMCAL", "MUON", "MUTR", "ZDC", "PMD", "START", "VZERO", "CRT", "FMD"};
-  const Int_t kDetectorDDLs[kNDetectors] = {216, 20, 12, 16, 18, 72, 20, 20, 22, 20, 2, 1, 6, 1, 1, 1, 1};
+  const Int_t kDetectorDDLs[kNDetectors] = {216, 20, 12, 16, 18, 72, 20, 20, 22, 20, 2, 1, 6, 1, 1, 1, 3};
   Int_t nDDLs = 1;
   Int_t ddlOffset = 0;
   for (Int_t i = 0; i < kNDetectors; i++) {
index b0f5284837dc8683036e588066e07a3f903b80f1..10c8d60539c1c10f06071ce9372bf62f9cc23b80 100644 (file)
@@ -664,7 +664,7 @@ Bool_t AliSimulation::ConvertRawFilesToDate(const char* dateFileName)
                                               18, 72, 20, 20, 
                                               22, 20, 2, 1, 
                                               6, 1, 1, 1,
-                                              1};
+                                              3};
   const Float_t kDetectorLDCs[kNDetectors] = {46, 2, 2, 1, 
                                               4, 2, 1, 2, 
                                               1, 2, 1, 1,