From 7079c8d76845e774b7bfda080a264b70ebb954cf Mon Sep 17 00:00:00 2001 From: cvetan Date: Tue, 28 Aug 2007 13:24:39 +0000 Subject: [PATCH] Changes needed by the recent changes in the PHOS reconstruction (removal of run-loaders etc). The code has to adapted, so that it can work correctly on a signle event and w/o loaders --- STEER/AliQualAss.h | 2 ++ STEER/AliQualAssDataMaker.h | 1 + 2 files changed, 3 insertions(+) diff --git a/STEER/AliQualAss.h b/STEER/AliQualAss.h index ae95134d624..99e6465169a 100644 --- a/STEER/AliQualAss.h +++ b/STEER/AliQualAss.h @@ -12,6 +12,8 @@ #include class TFile ; +#include "AliLog.h" + class AliQualAss : public TNamed { public: diff --git a/STEER/AliQualAssDataMaker.h b/STEER/AliQualAssDataMaker.h index 12f37e2f8d9..19611d1fa7d 100644 --- a/STEER/AliQualAssDataMaker.h +++ b/STEER/AliQualAssDataMaker.h @@ -17,6 +17,7 @@ // --- ROOT system --- #include class TFile; +class TDirectory; // --- Standard library --- -- 2.43.0