]> 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 6563422075d73c6d237f74e5f69c9acaf21095cd..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,13 +9,11 @@
 //   Origin: Iouri Belikov, CERN, Jouri.Belikov@cern.ch 
 //-------------------------------------------------------
 
-#include <TObject.h>
-#include <TMath.h>
+#include "TObject.h"
 
-class AliTOFGeometry;
 class AliESD;
-class TFile;
-class TTree;
+
+class AliTOFGeometry;
 
 class AliTOFpidESD : public TObject {
 enum {kMaxCluster=77777}; //maximal number of the TOF clusters
@@ -38,5 +37,3 @@ private:
 };
 
 #endif
-
-