const Int_t kNDetectors = 16;
const char* kDetectors[kNDetectors] = {"TPC", "ITSSPD", "ITSSDD", "ITSSSD", "TRD", "TOF", "PHOS", "RICH", "EMCAL", "MUON", "FMD", "ZDC", "PMD", "START", "VZERO", "CRT"};
- const Int_t kDetectorDDLs[kNDetectors] = {216, 20, 12, 16, 18, 72, 20, 5, 1, 20, 1, 1, 6, 1, 1};
+ const Int_t kDetectorDDLs[kNDetectors] = {216, 20, 12, 16, 18, 72, 20, 5, 22, 20, 1, 1, 6, 1, 1};
Int_t nDDLs = 1;
Int_t ddlOffset = 0;
for (Int_t i = 0; i < kNDetectors; i++) {
"PMD", "START", "VZERO", "CRT"};
const Int_t kDetectorDDLs[kNDetectors] = {216, 20, 12, 16,
18, 72, 20, 5,
- 1, 20, 1, 1,
+ 22, 20, 1, 1,
6, 1, 1, 1};
const Float_t kDetectorLDCs[kNDetectors] = {46, 2, 2, 1,
4, 2, 1, 2,