From 0307e813d8029828fe475529c8044f29f6cdbac1 Mon Sep 17 00:00:00 2001 From: hristov Date: Fri, 4 May 2007 21:20:02 +0000 Subject: [PATCH] TMCParticle6 becomes TMCParticle in Root v5-15-06 --- EMCAL/jetfinder/AliEMCALJetFinderInput.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/EMCAL/jetfinder/AliEMCALJetFinderInput.h b/EMCAL/jetfinder/AliEMCALJetFinderInput.h index 9681beb4fdd..18c59fd74df 100644 --- a/EMCAL/jetfinder/AliEMCALJetFinderInput.h +++ b/EMCAL/jetfinder/AliEMCALJetFinderInput.h @@ -13,10 +13,14 @@ // // - +#include #include "TObject.h" #include "TParticle.h" +#if ROOT_VERSION_CODE > 331524 +#include "TMCParticle.h" +#else #include "TMCParticle6.h" +#endif #include "TClonesArray.h" #include "AliEMCALParton.h" #include "AliEMCALDigit.h" -- 2.39.3