]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliXMLCollection.cxx
Adding 2 triggers to list of known unsupported triggers
[u/mrichter/AliRoot.git] / ANALYSIS / AliXMLCollection.cxx
index 9b1d457cbc16dd6158a216908bd96ee4c43d6799..3a39bc922910cea89780eefb448f331f303ab831 100644 (file)
@@ -425,7 +425,6 @@ void AliXMLCollection::ParseXML() {
     AliError(Form("cannot find the <event> tag in %s",fXmlFile.Data()));
     return;
   }
-  if (!xevent) return;
   
   do {
     if (xml.GetAttr(xevent, "name")) {
@@ -502,7 +501,7 @@ void AliXMLCollection::ParseXML() {
   } while ((xevent =  xml.GetNext(xevent)));
 }
 
-Bool_t      AliXMLCollection::GetCollectionSummary(Int_t *aTot, Int_t *aAcc, Int_t *aRejRun, Int_t *aRejLHC, Int_t *aRejDet, Int_t *aRejEvt)
+Bool_t AliXMLCollection::GetCollectionSummary(Int_t  *aTot, Int_t  *aAcc, Int_t  *aRejRun, Int_t  *aRejLHC, Int_t  *aRejDet, Int_t  *aRejEvt) const
 {
   // Return read list summary
   *aTot = fTotalEvents;