]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSSteerPid.cxx
ECS run type is PEDESTAL and not PEDESTAL_RUN
[u/mrichter/AliRoot.git] / ITS / AliITSSteerPid.cxx
index 0aee419ed9fd264710b991e7e71a8dddf74af420..328811359e29f63296dd556163bd5f31c0b50169 100644 (file)
@@ -1,3 +1,20 @@
+/**************************************************************************
+ * Copyright(c) 1998-1999, 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$ */
+
 /////////////////////////////////////////////////////////////////////////
 //Steering Class for PID in the ITS                                      //
 //The PID is based on the likelihood of all the four ITS' layers,        //
@@ -6,6 +23,9 @@
 // Origin: Elena Bruna bruna@to.infn.it, Massimo Masera masera@to.infn.it//
 /////////////////////////////////////////////////////////////////////////
 
+#include <TClonesArray.h>
+#include <TMath.h>
+
 #include "AliITSSteerPid.h"
 
 ClassImp(AliITSSteerPid)