]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove reference to AliEMCALJetMicroDst::Sgpdge; gid will not be stored until new...
authorjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Apr 2008 21:55:17 +0000 (21:55 +0000)
committerjklay <jklay@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 30 Apr 2008 21:55:17 +0000 (21:55 +0000)
EMCAL/AliEMCALRecPointsQaESDSelector.cxx

index 759ce54d70bb2fe82a2813b8ece47277f72210d1..8d17d547f518c4e8b43f2e6f0d8b0ce2c3272544 100644 (file)
@@ -56,7 +56,6 @@
 #include "AliEMCALRecPoint.h"
 #include "AliRunLoader.h"
 #include "AliStack.h"
-#include "jetfinder/AliEMCALJetMicroDst.h" // Sgpdge
 #include "AliEMCALDigit.h"
 
 #include <iostream>
@@ -706,7 +705,6 @@ void AliEMCALRecPointsQaESDSelector::FillHistsOfKineVsRP(TList *l, AliRunLoader*
 
   pdg = p->GetPdgCode();
   //gid = gMC->IdFromPDG(pdg); // gMc should be defined
-  AliEMCALJetMicroDst::Sgpdge(pdg,gid); // temporary
 
   u::FillH1(l, ic++, Double_t(gid));
   u::FillH1(l, ic++, p->P());