]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDetectorTag.h
Reset fExtension in ResetIO. (C. Klein-Boesing)
[u/mrichter/AliRoot.git] / STEER / AliDetectorTag.h
index 74f5a2988a8b7ab11cc4aa4ad049afdb6b18b5e6..552865faad29fef51f0e4bb40e40060c16935e14 100644 (file)
@@ -28,6 +28,7 @@ class AliDetectorTag : public TObject {
   //____________________________________________________//
   void SetDetectorMask(UInt_t mask) {fMask = mask; Int2Bin();}
   TObjArray *GetDetectorMask() {return fDetectorArray;}
+  UInt_t GetIntDetectorMask();
   void PrintDetectorMask();
 
   //____________________________________________________//