]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSPreprocessorSPD.cxx
Includes required by ROOT head
[u/mrichter/AliRoot.git] / ITS / AliITSPreprocessorSPD.cxx
index d34a48743c910ce9284b03f7ac5f9049420b058a..618b494e1a97d4160a96f3be93b124aebe2f3d06 100644 (file)
@@ -1,17 +1,36 @@
+/**************************************************************************
+ * 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$ */
+
 ///////////////////////////////////////////////
 //  Author: Henrik Tydesjo                   //
 //  Preprocessor Class for the SPD           //
 //                                           //
 ///////////////////////////////////////////////
 
+#include <TList.h>
+#include <TObjString.h>
+#include <TTimeStamp.h>
+
 #include "AliITSPreprocessorSPD.h"
 #include "AliITSCalibrationSPD.h"
 #include "AliITSOnlineCalibrationSPD.h"
 #include "AliITSOnlineCalibrationSPDhandler.h"
 #include "AliCDBMetaData.h"
 #include "AliLog.h"
-#include <TTimeStamp.h>
-#include <TObjString.h>
 
 ClassImp(AliITSPreprocessorSPD)