X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=SHUTTLE%2FAliShuttleConfig.h;h=e905221e80d517cfff3f051b9eae5b6ba49007dc;hp=0cde5e8fa056e17bb8cc6f12396328a289e6e4c1;hb=a18e8fa66c9bd785435de033cef3de0e99297fdf;hpb=6291d256791f70a9c345b9a86a6835a2910699d3 diff --git a/SHUTTLE/AliShuttleConfig.h b/SHUTTLE/AliShuttleConfig.h index 0cde5e8fa05..e905221e80d 100644 --- a/SHUTTLE/AliShuttleConfig.h +++ b/SHUTTLE/AliShuttleConfig.h @@ -27,6 +27,8 @@ public: const char* binddn = 0, const char* password = 0, const char* basedn = "o=alice,dc=cern,dc=ch"); virtual ~AliShuttleConfig(); + AliShuttleConfig(const AliShuttleConfig & other); + AliShuttleConfig& operator= (const AliShuttleConfig& other); Bool_t IsValid() const {return fIsValid;}; @@ -220,7 +222,7 @@ private: TMap fDetectorMap; // Map of the detector-by-detector configuration TObjArray fDetectorList; // List of detectors with valid configuration - TObjArray *fAdmin[4]; // Array of system administrators' email addresses (DAQ, DCS, HLT, Global, Amanda) + TObjArray *fAdmin[5]; // Array of system administrators' email addresses (DAQ, DCS, HLT, Global, Amanda) TString fShuttleInstanceHost; // Instance of the SHUTTLE TObjArray fProcessedDetectors; // list of the detector to be processed by this machine