]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Modifications for the xlc compiler
authoralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 19 Sep 2004 17:29:46 +0000 (17:29 +0000)
committeralibrary <alibrary@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 19 Sep 2004 17:29:46 +0000 (17:29 +0000)
ANALYSIS/AliEventCut.cxx
ANALYSIS/AliEventCut.h
MUON/AliMUONMerger.h
MUON/AliMUONTriggerDecision.h
Makefile
TRD/AliTRDtracker.h

index 581bf0d8b3b1f86c95c5c1688185eb8d26f059a2..421c6c7dbd90627a3157d7cc45ae8aefe3f5b1f6 100644 (file)
 ///////////////////////////////////////////////////////////
 
 #include <TObjArray.h>
 ///////////////////////////////////////////////////////////
 
 #include <TObjArray.h>
-//#include <TIter.h>
 
 #include "AliEventBaseCut.h"
 
 ClassImp(AliEventCut)
 
 
 #include "AliEventBaseCut.h"
 
 ClassImp(AliEventCut)
 
-
 AliEventCut::AliEventCut():
  fBaseCuts(10)
 {
 AliEventCut::AliEventCut():
  fBaseCuts(10)
 {
index 882daf3d1eddb0fe2ca483e4381a70ac5f277cb1..68473a5b0aec8edc2b3b6f1bd61d0bbb51ca9511 100644 (file)
@@ -17,7 +17,6 @@
 #include "AliEventBaseCut.h"
 
 class AliAOD;
 #include "AliEventBaseCut.h"
 
 class AliAOD;
-enum AliEventBaseCut::EEventCutProperty;
 
 class AliEventCut: public TObject
 {
 
 class AliEventCut: public TObject
 {
index 4594bbb1b7b69699e4216ae1721a1c7e41a17d7b..65c4978b4f68f5f7c16e734205772d10b6878afb 100644 (file)
@@ -6,6 +6,7 @@
 /* $Id$ */
 // Revision of includes 07/05/2004
 
 /* $Id$ */
 // Revision of includes 07/05/2004
 
+class TClonesArray;
 class TTree;
 
 class AliMUONPadHit;
 class TTree;
 
 class AliMUONPadHit;
index e39abc2323455d6b2826a196e0dbb413705d8f44..4335840cff60767ac9a5413d130c6084d21a2134 100644 (file)
@@ -13,7 +13,7 @@
 
 #include <TObject.h>
 
 
 #include <TObject.h>
 
-//class TClonesArray;
+class TClonesArray;
 
 class AliLoader;
 class AliMUONData;
 
 class AliLoader;
 class AliMUONData;
index 810ad2bc1961decd6ef195d59ab5209718d46a93..09edf8c209ababd42c60cca5c6133f9ceeebf6f8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ LIBS := $(GLIBS) $(ROOTLIBS) $(SYSLIBS)
 # default target
 
 default:
 # default target
 
 default:
-       $(MAKE) aliroot
+       $(MUTE)$(MAKE) aliroot
 
 #-------------------------------------------------------------------------------
 # Each module will add to these macros
 
 #-------------------------------------------------------------------------------
 # Each module will add to these macros
index f2764bc6374cef84470d3b833a87347d615a9b1b..b7e8c4d7f1832be98a2badc21f54a8dc42225ad0 100644 (file)
@@ -7,6 +7,7 @@
 #include "AliTracker.h" 
 #include "TObjArray.h" 
 
 #include "AliTracker.h" 
 #include "TObjArray.h" 
 
+class TClonesArray;
 class TFile;
 class TTree;
 class TParticle;
 class TFile;
 class TTree;
 class TParticle;