]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDBoolMap.h
correcting AliHLTGlobalTriggerDecision::Clear(): using Delete instead of Clear for...
[u/mrichter/AliRoot.git] / FMD / AliFMDBoolMap.h
index abb98588a33750a7930e30ff18f30129b42f1e2d..c2ebadaf1477554933ef048d18fbfc05ac38c526 100644 (file)
@@ -74,6 +74,8 @@ public:
                                   Char_t   ring,
                                   UShort_t sec,
                                   UShort_t str) const;
+  Bool_t* Data() const { return fData; }
+  Int_t   Total() const { return fTotal; }
 protected:
   Int_t     MaxIndex()            const { return fTotal; }
   Bool_t    AtAsBool(Int_t idx)   const { return fData[idx]; }