]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/JET/cone/AliHLTJETConeFinder.cxx
* All Cone finder in compile flow, not yet added to cmake
[u/mrichter/AliRoot.git] / HLT / JET / cone / AliHLTJETConeFinder.cxx
index 6bf9be49326720af7e1469bb5616fdb63c0d3859..79dcc2bcdefbfcdb2b2095de80997b17f581ad43 100644 (file)
@@ -306,8 +306,8 @@ Int_t AliHLTJETConeFinder::FillConeJets() {
       continue;
 
     // -- Add jet as AliAODJet
-    fJets->AddJet(jet);
-
+    fJets->AddJet(jet->GetEta(), jet->GetPhi(), jet->GetPt(), jet->GetEt());
+    
   } // for ( Int_t iter = 0; iter < reader->GetNJetCandidates(); iter++ ) {
   
   HLTDebug( "Added %d jets", fJets->GetNAODJets());