]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDParticles.cxx
Got rid of class template AliFMD<Type> on request of Federico, who
[u/mrichter/AliRoot.git] / FMD / AliFMDParticles.cxx
index 9cffbc33f348d8e2ca8f0297ad44a9625aadaf40..88e5e7466bb11001f5448c5c66a0294d2b8b1fb7 100644 (file)
@@ -1,15 +1,29 @@
-//////////////////////////////////////////////////////////////////////
+/**************************************************************************
+ * Copyright(c) 2004, ALICE Experiment at CERN, All rights reserved. *
+ *                                                                        *
+ * Author: The ALICE Off-line Project.                                    *
+ * Contributors are mentioned in the code where appropriate.              *
+ *                                                                        *
+ * Permission to use, copy, modify and distribute this software and its   *
+ * documentation strictly for non-commercial purposes is hereby granted   *
+ * without fee, provided that the above copyright notice appears in all   *
+ * copies and that both the copyright notice and this permission notice   *
+ * appear in the supporting documentation. The authors make no claims     *
+ * about the suitability of this software for any purpose. It is          *
+ * provided "as is" without express or implied warranty.                  *
+ **************************************************************************/
+
+/* $Id$ */
+
+//____________________________________________________________________
 //
 //  Forward Multiplicity Detector have to be reconstructed number of
 //  particles in fixed pseudorapidity interval from fNumOfMinRing
 //  to fNumOfMaxRing and phi interval from fNumOfMinSector to
 //  fNumOfMaxSector
 //
-//////////////////////////////////////////////////////////////////////
-#ifndef ALIFMDPARTICLES_H
-# include "AliFMDParticles.h"
-#endif
-# include <Riostream.h>
+#include "AliFMDParticles.h"   // ALIFMDPARTICLES_H
+#include "Riostream.h"         // ROOT_Riostream
 
 //____________________________________________________________________
 ClassImp(AliFMDParticles)