From a4e343333f532f1479beb3a9e2911e3985e5d2d7 Mon Sep 17 00:00:00 2001 From: jgrosseo Date: Thu, 7 Dec 2006 08:51:54 +0000 Subject: [PATCH] added GRP preprocessor --- STEER/AliShuttleInterface.cxx | 7 +++++-- STEER/AliShuttleInterface.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/STEER/AliShuttleInterface.cxx b/STEER/AliShuttleInterface.cxx index 37b888766a1..09d2f061488 100644 --- a/STEER/AliShuttleInterface.cxx +++ b/STEER/AliShuttleInterface.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.4 2006/11/29 16:08:01 hristov +START becomes T0 + Revision 1.3 2006/11/29 09:53:27 hristov RICH becomes HMPID @@ -61,11 +64,11 @@ const char* AliShuttleInterface::fkSystemNames[3] = { "DAQ", "DCS", "HLT" }; // names of the detectors preprocessors const char* AliShuttleInterface::fgkDetName[kNDetectors] = {"SPD", "SDD", "SSD", "TPC", "TRD", "TOF", - "PHS", "CPV", "HMP", "EMC", "MCH", "MTR", "FMD", "ZDC", "PMD", "T00", "V00"}; + "PHS", "CPV", "HMP", "EMC", "MCH", "MTR", "FMD", "ZDC", "PMD", "T00", "V00", "GRP"}; // names of the detectors in OCDB const char* AliShuttleInterface::fgkOfflineDetName[kNDetectors] = {"ITS", "ITS", "ITS", "TPC", "TRD", "TOF", - "PHOS", "PHOS", "HMPID", "EMCAL", "MUON", "MUON", "FMD", "ZDC", "PMD", "T0", "VZERO"}; + "PHOS", "PHOS", "HMPID", "EMCAL", "MUON", "MUON", "FMD", "ZDC", "PMD", "T0", "VZERO", "GRP"}; //______________________________________________________________________________________________ const char* AliShuttleInterface::GetOfflineDetName(const char* detName){ diff --git a/STEER/AliShuttleInterface.h b/STEER/AliShuttleInterface.h index 258a0b73d15..75a9cd792f4 100644 --- a/STEER/AliShuttleInterface.h +++ b/STEER/AliShuttleInterface.h @@ -21,7 +21,7 @@ class AliShuttleInterface : public TObject { public: enum System { kDAQ = 0, kDCS, kHLT }; - enum { kNDetectors=17 }; // number of subdetectors in ALICE + enum { kNDetectors = 18 }; // number of subdetectors in ALICE virtual UInt_t Store(const AliCDBPath& path, TObject* object, AliCDBMetaData* metaData, Int_t validityStart = 0, Bool_t validityInfinite = kFALSE) = 0; -- 2.39.3