]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/TenderSupplies/AliHMPIDTenderSupply.h
end-of-line normalization
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliHMPIDTenderSupply.h
index 2952813dc38403946fa9134229edb3a03623ecd9..9f481d0b89369bfa5bb251dd00a23b9d01340221 100644 (file)
@@ -1,40 +1,40 @@
-#ifndef ALIHMPIDTENDERSUPPLY_H\r
-#define ALIHMPIDTENDERSUPPLY_H\r
-\r
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *\r
- * See cxx source for full Copyright notice                               */\r
-\r
-////////////////////////////////////////////////////////////////////////\r
-//                                                                    //\r
-//  HMPID tender, reapply pid on the fly                                //\r
-//                                                                    //\r
-////////////////////////////////////////////////////////////////////////\r
-\r
-#include <AliTenderSupply.h>\r
-#include <AliLog.h>\r
-#include <AliESDpid.h>\r
-\r
-class AliESDpid;\r
-\r
-class AliHMPIDTenderSupply: public AliTenderSupply {\r
-\r
-public:\r
-  AliHMPIDTenderSupply();\r
-  AliHMPIDTenderSupply(const char *name, const AliTender *tender=NULL);\r
-\r
-  virtual ~AliHMPIDTenderSupply(){;}\r
-\r
-  virtual void              Init();\r
-  virtual void              ProcessEvent();\r
-\r
-\r
-private:\r
-\r
-  AliHMPIDTenderSupply(const AliHMPIDTenderSupply&c);\r
-  AliHMPIDTenderSupply& operator= (const AliHMPIDTenderSupply&c);\r
-\r
-  ClassDef(AliHMPIDTenderSupply, 1);\r
-};\r
-\r
-\r
-#endif \r
+#ifndef ALIHMPIDTENDERSUPPLY_H
+#define ALIHMPIDTENDERSUPPLY_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+////////////////////////////////////////////////////////////////////////
+//                                                                    //
+//  HMPID tender, reapply pid on the fly                                //
+//                                                                    //
+////////////////////////////////////////////////////////////////////////
+
+#include <AliTenderSupply.h>
+#include <AliLog.h>
+#include <AliESDpid.h>
+
+class AliESDpid;
+
+class AliHMPIDTenderSupply: public AliTenderSupply {
+
+public:
+  AliHMPIDTenderSupply();
+  AliHMPIDTenderSupply(const char *name, const AliTender *tender=NULL);
+
+  virtual ~AliHMPIDTenderSupply(){;}
+
+  virtual void              Init();
+  virtual void              ProcessEvent();
+
+
+private:
+
+  AliHMPIDTenderSupply(const AliHMPIDTenderSupply&c);
+  AliHMPIDTenderSupply& operator= (const AliHMPIDTenderSupply&c);
+
+  ClassDef(AliHMPIDTenderSupply, 1);
+};
+
+
+#endif