]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFpidESD.h
Initialization of pointers in default constructor.
[u/mrichter/AliRoot.git] / TOF / AliTOFpidESD.h
index 1fd17feb9f15bac8a5d0a465153909cd37ea7197..3b39965fce2a9b691d18d3fae6df977f6c5c4b42 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef ALITOFPIDESD_H
 #define ALITOFPIDESD_H
+
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -8,12 +9,12 @@
 //   Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
 //-------------------------------------------------------
 
-#include <TObject.h>
-#include <TMath.h>
+#include "TObject.h"
 
-class AliTOFGeometry;
 class AliESD;
 
+class AliTOFGeometry;
+
 class AliTOFpidESD : public TObject {
 enum {kMaxCluster=77777}; //maximal number of the TOF clusters
 public: