]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add includes missing after cleanup in root.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Dec 2009 12:31:24 +0000 (12:31 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Dec 2009 12:31:24 +0000 (12:31 +0000)
EVE/EveBase/AliEveKineTools.cxx
EVE/EveBase/AliEveKink.h
EVE/EveDet/AliEveEMCALData.cxx
EVE/EveDet/AliEveMUONChamber.cxx
EVE/EveDet/AliEveMUONChamberGL.cxx

index 6f7a799d067dc19ad6171903be646ba405b0b056..d76390587b2ccedde1ad28e2d843bedcc8ee1ac0 100644 (file)
@@ -16,6 +16,7 @@
 #include <TTree.h>
 #include <TBranchElement.h>
 #include <TClonesArray.h>
+#include <TParticle.h>
 
 #include <map>
 
index a96430a7011b27a7c65a65ad73a5f5d378cecd0c..aa4a6072511b83457460e20509797af42091065a 100644 (file)
@@ -10,6 +10,7 @@
 #define AliEveKink_H
 
 #include <TEvePointSet.h>
+#include <TEveVSDStructs.h>
 
 class TEveTrack;
 class TEveTrackPropagator;
index 6f1dbff72e876d1a4f3a366b32d576a33ee4dd11..149386ab751f04f0d23b0c6de6d4e6f7c6692a66 100644 (file)
@@ -17,6 +17,8 @@
 #include <TRefArray.h>
 #include <TClonesArray.h>
 #include <TEvePointSet.h>
+#include <TMath.h>
+#include <TLorentzVector.h>
 
 #include "AliRun.h"
 #include "AliRunLoader.h"
index 1d7f407ce8934f60ee2cccc2bfa1f36e7f3f08cf..58ab755f4141e8147a715ab269968a183ff08e6c 100644 (file)
@@ -16,6 +16,7 @@
 #include <TVirtualPad.h>
 #include <TVirtualViewer3D.h>
 #include <TStyle.h>
+#include <TMath.h>
 
 
 //______________________________________________________________________________
index 6be87ed05e2e0d7563d6b3b8cd26a8ec2486b9b9..78f2c28e97ff671eb7f4f6ea3998ce708614e7cc 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <TGLRnrCtx.h>
 #include <TGLIncludes.h>
+#include <TMath.h>
 
 
 //______________________________________________________________________________