]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDetectorTag.h
promoted 2 methods to public needed by AMORE
[u/mrichter/AliRoot.git] / STEER / AliDetectorTag.h
index 552865faad29fef51f0e4bb40e40060c16935e14..bcd97361a9208930c646ba48054d0b7edb373991 100644 (file)
@@ -71,7 +71,7 @@ class AliDetectorTag : public TObject {
   
   TObjArray *fDetectorArray; //detectors' names - active
   UInt_t     fMask;          //detector mask
-  UInt_t     fDetectors[20]; //detector mask
+  UInt_t     fDetectors[32]; //detector mask
   Bool_t     fITSSPD;        //ITS-SPD active = 1
   Bool_t     fITSSDD;        //ITS-SDD active = 1
   Bool_t     fITSSSD;        //ITS-SSD active = 1
@@ -88,7 +88,7 @@ class AliDetectorTag : public TObject {
   Bool_t     fZDC;           //ZDC active = 1
   Bool_t     fEMCAL;         //EMCAL active = 1
 
-  ClassDef(AliDetectorTag,3)  //(ClassName, ClassVersion)
+  ClassDef(AliDetectorTag,4)  //(ClassName, ClassVersion)
 };
 //______________________________________________________________________________