]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/AliJet.cxx
Updated geometry including for the first time ACORDE
[u/mrichter/AliRoot.git] / JETAN / AliJet.cxx
index 984e6261156ec6472b0aaec9e5caa2e115e2b385..d6940978b03fda17920a9828709a185a9b3fe04f 100644 (file)
@@ -12,6 +12,8 @@
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
+
+/* $Id$ */
  
 //---------------------------------------------------------------------
 // Jet class 
@@ -219,7 +221,6 @@ void AliJet::SetInJet(Int_t* j)
   // a jet, if n,positive, it was assiged to jet n
   // if n, negative, it is within cone of jet n, but
   // it did not passed the user cuts. filled in by AliJetFinder
-
   if (fNInput>0) fInJet.Set(fNInput, j);
 }