]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSparseHisto.h
o add Reset function to CalPad and CalROC o Add functionality to AliTPCdataQA - Reset...
[u/mrichter/AliRoot.git] / MUON / AliMUONSparseHisto.h
index 2b3ea204c76edccd9d92e32c1e6905b3b4f0dc9c..817ad754f9ddee77b46b9b17929b7ee7afe1b408 100644 (file)
@@ -32,6 +32,8 @@ public:
   
   virtual ~AliMUONSparseHisto();
   
+  Bool_t Add(const AliMUONSparseHisto& h);
+  
   /// Whether this histogram has underflow values 
   /// (no way to know the number of underflow, though)
   Bool_t HasUnderflow() const { return TestBit(kUnderflow); }