]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/muon/AliCounterCollection.h
New function to get the list of keyWords of a given rubric (Philippe P.)
[u/mrichter/AliRoot.git] / PWG3 / muon / AliCounterCollection.h
index 13a8f500ba5e925c263da8e0649dc7d53395f9f8..fae9cde9127f0a8f7636391f0a4a0e831cbb935f 100644 (file)
@@ -34,6 +34,9 @@ public:
   // Initialize the internal counters from the added rubrics
   void Init();
   
+  // return the list of key words for the given rubric
+  TString GetKeyWords(TString rubric) const;
+  
   // Add "value" to the counter referenced by "externalKey"
   void Count(TString externalKey, Int_t value = 1);