]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliXMLCollection.h
Coding rule violations corrected.
[u/mrichter/AliRoot.git] / ANALYSIS / AliXMLCollection.h
index 4525950180dc5aac1d23ded6699dfbcb62645457..50732ab65f87f762f6622f51a1e9305531b27fa2 100644 (file)
@@ -55,7 +55,7 @@ class AliXMLCollection : public TGridCollection {
   TEntryList *GetEventList(const char *filename) const;
   TEntryList *GetEntryList(const char *filename) { return GetEventList(filename); }
   Bool_t      OverlapCollection(TGridCollection * comparator);
-  Bool_t      GetCollectionSummary(Int_t *aTot, Int_t *aAcc, Int_t *aRejRun, Int_t *aRejLHC, Int_t *aRejDet, Int_t *aRejEvt);
+  Bool_t      GetCollectionSummary(Int_t  *aTot, Int_t  *aAcc, Int_t  *aRejRun, Int_t  *aRejLHC, Int_t  *aRejDet, Int_t  *aRejEvt) const;
 
   static AliXMLCollection *Open(const char *localcollectionfile);