]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/JET/cone/AliHLTJETConeSeedCuts.cxx
* Added fast interface to fastjet
[u/mrichter/AliRoot.git] / HLT / JET / cone / AliHLTJETConeSeedCuts.cxx
index 10a6d9beec1ec08f227ee8ffec56ed70bce8460f..76f371e725ae5ab16d006f392216d0e9dba57320 100644 (file)
@@ -127,8 +127,6 @@ Bool_t AliHLTJETConeSeedCuts::IsSelected( AliESDtrack *esdTrack ) {
   if ( ( esdTrack->Eta() < fEtaMin ) || ( esdTrack->Eta() > fEtaMax ) )
     bResult = kFALSE;
 
-  cout << esdTrack->Phi() << endl;
-
   // -- cut on phi acceptance
   if ( ( esdTrack->Phi() < fPhiMin ) || ( esdTrack->Phi() > fPhiMax ) )
     bResult = kFALSE;