]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/t0_digits.C
recover the detector tag int and not the string from the AOD particle
[u/mrichter/AliRoot.git] / EVE / alice-macros / t0_digits.C
index 0b5a2a6b95520e068f8366f0eff8e803373a9b4c..c4a3db60acf61b0439132032c6c8ba38e2628ec5 100644 (file)
@@ -7,13 +7,20 @@
  * full copyright notice.                                                 *
  **************************************************************************/
 
-namespace Alieve {
-class AliEveEventManager;
-}
+#if !defined(__CINT__) || defined(__MAKECINT__)
+#include <TTree.h>
+#include <TStyle.h>
+
+#include <AliRunLoader.h>
+#include <AliT0digit.h>
+#include <AliEveEventManager.h>
+#include <AliEveITSDigitsInfo.h>
+#include <AliEveT0Module.h>
+#endif
 
 void t0_digits()
 {
-  AliRunLoader* rl =  AliEveEventManager::AssertRunLoader();
+  AliRunLoader* rl = AliEveEventManager::AssertRunLoader();
 
   rl->LoadDigits("T0");
   TTree* dt = rl->GetTreeD("T0", false);