]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/TPC/AliTPCRawHistograms.cxx
Includes required by ROOT head
[u/mrichter/AliRoot.git] / PWG0 / TPC / AliTPCRawHistograms.cxx
index 9b3ecee02250d6a1c23e415bb8ea366222346bca..e15289b13e715e1d0a4b2009f445e1eacbebf28e 100644 (file)
@@ -1,3 +1,18 @@
+/**************************************************************************
+ * 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$ */
 
 // This class contains a number of histograms for diagnostics of a TPC
 //
 //
 
-#include "AliTPCRawHistograms.h"
 
-#include <TStyle.h>
-#include <TFile.h>
 #include <TCanvas.h>
-#include <TH3F.h>
+#include <TCollection.h>
+#include <TFile.h>
 #include <TH1F.h>
+#include <TH3F.h>
 #include <TLatex.h>
 #include <TNtuple.h>
+#include <TStyle.h>
 
-#include <AliTPCRawStream.h>
-#include <AliLog.h>
-
+#include "AliLog.h"
+#include "AliTPCRawHistograms.h"
+#include "AliTPCRawStream.h"
 
 //____________________________________________________________________
 ClassImp(AliTPCRawHistograms)