]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG0/dNdEta/dNdEtaCorrection.h
1) Added "Makefile support": LinkDef + pkg file, made header files compliant
[u/mrichter/AliRoot.git] / PWG0 / dNdEta / dNdEtaCorrection.h
index 73001d494f498748a04b3183e15501003372abd5..2091b85bdfedbe7e0d875b76b720e6975bb4cfc3 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef DNDETACORRECTION_H
+#define DNDETACORRECTION_H
+
 // ------------------------------------------------------
 //
 // Class to handle corrections for dN/dEta measurements
 // ------------------------------------------------------
 //
 // Class to handle corrections for dN/dEta measurements
@@ -22,7 +25,7 @@
 #endif
 
 
 #endif
 
 
-class dNdEtaCorrection : public TObject 
+class dNdEtaCorrection : public TObject
 {
 protected:
   
 {
 protected:
   
@@ -57,4 +60,4 @@ public:
   ClassDef(dNdEtaCorrection,0)
 };
 
   ClassDef(dNdEtaCorrection,0)
 };
 
-
+#endif