From da27d98391d32f6daf20446de5a687dbcd86cd27 Mon Sep 17 00:00:00 2001 From: abercuci Date: Fri, 30 Oct 2009 11:59:44 +0000 Subject: [PATCH] fix compilation mismatches in the new framework --- PWG1/TRD/AliTRDpidRefMaker.h | 4 ++-- PWG1/TRD/AliTRDpidRefMakerLQ.cxx | 6 +++--- PWG1/TRD/AliTRDpidRefMakerNN.cxx | 4 ++-- PWG1/TRD/AliTRDpidRefMakerNN.h | 10 ---------- 4 files changed, 7 insertions(+), 17 deletions(-) diff --git a/PWG1/TRD/AliTRDpidRefMaker.h b/PWG1/TRD/AliTRDpidRefMaker.h index dfd8bb666c1..bb92e464636 100644 --- a/PWG1/TRD/AliTRDpidRefMaker.h +++ b/PWG1/TRD/AliTRDpidRefMaker.h @@ -20,10 +20,10 @@ #include "AliPID.h" #endif #ifndef ALITRDCALPID_H -#include "../Cal/AliTRDCalPID.h" +#include "Cal/AliTRDCalPID.h" #endif #ifndef ALITRDGEOMETRY_H -#include "../AliTRDgeometry.h" +#include "AliTRDgeometry.h" #endif class TTree; diff --git a/PWG1/TRD/AliTRDpidRefMakerLQ.cxx b/PWG1/TRD/AliTRDpidRefMakerLQ.cxx index fc0b63d41a3..ec9633011f6 100644 --- a/PWG1/TRD/AliTRDpidRefMakerLQ.cxx +++ b/PWG1/TRD/AliTRDpidRefMakerLQ.cxx @@ -43,10 +43,10 @@ //#include #include "AliLog.h" -#include "../../STAT/TKDPDF.h" +#include "../STAT/TKDPDF.h" #include "AliTRDpidRefMakerLQ.h" -#include "../Cal/AliTRDCalPID.h" -#include "../Cal/AliTRDCalPIDLQ.h" +#include "Cal/AliTRDCalPID.h" +#include "Cal/AliTRDCalPIDLQ.h" #include "AliTRDseedV1.h" #include "AliTRDcalibDB.h" #include "AliTRDgeometry.h" diff --git a/PWG1/TRD/AliTRDpidRefMakerNN.cxx b/PWG1/TRD/AliTRDpidRefMakerNN.cxx index e6e78700678..908bc8206c9 100644 --- a/PWG1/TRD/AliTRDpidRefMakerNN.cxx +++ b/PWG1/TRD/AliTRDpidRefMakerNN.cxx @@ -42,8 +42,8 @@ #include "AliTRDpidRefMakerNN.h" #include "AliTRDpidUtil.h" -#include "../Cal/AliTRDCalPID.h" -#include "../Cal/AliTRDCalPIDNN.h" +#include "Cal/AliTRDCalPID.h" +#include "Cal/AliTRDCalPIDNN.h" #include "info/AliTRDtrackInfo.h" #include "info/AliTRDv0Info.h" diff --git a/PWG1/TRD/AliTRDpidRefMakerNN.h b/PWG1/TRD/AliTRDpidRefMakerNN.h index 78b59600f9e..87817da7f20 100644 --- a/PWG1/TRD/AliTRDpidRefMakerNN.h +++ b/PWG1/TRD/AliTRDpidRefMakerNN.h @@ -35,16 +35,6 @@ #include "AliTRDpidRefMaker.h" #endif -/* class TTree; */ -/* class TObjArray; */ -/* class TEventList; */ -/* class TMultiLayerPerceptron; */ -/* class AliPID; */ -/* class AliTRDtrackV1; */ -/* class AliTRDReconstructor; */ - -/* class AliTRDpidRefMakerNN : public AliTRDrecoTask */ - class TEventList; class TMultiLayerPerceptron; class AliTRDpidRefMakerNN : public AliTRDpidRefMaker -- 2.43.0