]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/AliAnaGammaJetFinder.cxx
Corrected coding violations
[u/mrichter/AliRoot.git] / PWG4 / AliAnaGammaJetFinder.cxx
index ae895c5744d41f367e0f4719029e54aa36c3394c..5da1b9cf5556c9937a32d3ebe679cd3fc8fedd64 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.2  2007/08/17 12:40:04  schutz
+ * New analysis classes by Gustavo Conesa
+ *
  * Revision 1.1.2.1  2007/07/26 10:32:09  schutz
  * new analysis classes in the the new analysis framework
  *
@@ -160,5 +163,6 @@ void  AliAnaGammaJetFinder::MakeGammaCorrelation(TParticle * pGamma, TClonesArra
 {
   //Gamma -Jet  Correlation Analysis
   AliDebug(2, "Begin jet analysis");
+  cout<<pGamma<<" "<<pl<<endl;
   AliInfo("Not implemented");  
 }