]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changes in AliESDEvent fwd declarations (Ch. Klein-Boesing)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Jul 2007 16:57:26 +0000 (16:57 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Jul 2007 16:57:26 +0000 (16:57 +0000)
MONITOR/AliMonitorITS.cxx
MONITOR/AliMonitorTPC.cxx
MONITOR/AliMonitorV0s.cxx
RAW/AliHoughFilter.cxx

index 95c6508c5956af53a492562af46351b76e69269d..c846e99adc535c4759ffc149e5c29b6e094e6177 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "AliLog.h"
 #include "AliESDEvent.h"
+#include "AliESDtrack.h"
 #include "AliITSRawStreamSDD.h"
 #include "AliITSRawStreamSSD.h"
 #include "AliITSclusterV2.h"
index d29efdf033a4c055b680d04bc057f912dcd89c1c..082f89119a7725675aab1906d4b404b764baf2d7 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "AliLog.h"
 #include "AliESDEvent.h"
+#include "AliESDtrack.h"
 #include "AliMonitorDataTPC.h"
 #include "AliMonitorHisto.h"
 #include "AliMonitorTPC.h"
index 34d7bbf1e0bb3ee4e3d633153179fa570301c617..7d2770aa47459203874d4c45a33235a739c30437 100644 (file)
 #include "AliMonitorV0s.h"
 #include "AliMonitorHisto.h"
 #include "AliESDEvent.h"
+#include "AliESDv0.h"
 #include "AliLog.h"
 #include <TFolder.h>
 #include <TPDGCode.h>
+#include <TMath.h>
 
 
 ClassImp(AliMonitorV0s) 
index bdca2af47d975e66d2fcc4a29911ceee454f41a0..7a3e123bd9eae150c8302da3f6ff9f84a4be3e1b 100644 (file)
@@ -39,6 +39,7 @@
 #include <AliMagFMaps.h>
 #include <AliKalmanTrack.h>
 #include <AliITSgeom.h>
+#include <AliESDVertex.h>
 
 ClassImp(AliHoughFilter)