]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/jetfinder/AliEMCALJetFinderInput.h
All FMD corrections are now divided into the analysis + adding new corrections
[u/mrichter/AliRoot.git] / EMCAL / jetfinder / AliEMCALJetFinderInput.h
index 18c59fd74dfb2883403818a14900ae6cfdaaab2c..b9bb1bc2b4eba2090179e12477a035804988e665 100644 (file)
 #include <RVersion.h>
 #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"
@@ -35,10 +30,8 @@ class AliEMCALJetFinderInput : public TObject
                void SetDebug(Int_t debug=0){fDebug = debug;}
                void AddEnergyToDigit(Int_t digitID,Int_t denergy); 
                void AddTrack(TParticle track);
-               void AddTrack(TMCParticle *track);
                void AddParton(AliEMCALParton *parton);
                void AddParticle(TParticle *particle);
-               void AddParticle(TMCParticle *particle);
                AliEMCALDigit* GetDigit(Int_t digitID);
                Int_t GetNDigits() const {return fNDigits;}
                TParticle* GetTrack(Int_t trackID);