]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFCableLengthMap.h
end-of-line normalization
[u/mrichter/AliRoot.git] / TOF / AliTOFCableLengthMap.h
index 0c4f34c6d39f3fadd64f03333e21a017c8ac709d..0438e1ebdeff65c06cbffdddfc0cf53fa7abc7cf 100644 (file)
@@ -1,36 +1,36 @@
-#ifndef ALITOFCABLELENGTHMAP_H\r
-#define ALITOFCABLELENGTHMAP_H\r
-\r
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *\r
- * See cxx source for full Copyright notice                               */\r
-\r
-/* $Id: $ */\r
-\r
-///////////////////////////////////////////////////////////////////////////////\r
-//                                                                           //\r
-//  TOF Cable Length Map class                                               //\r
-//                                                                           //\r
-///////////////////////////////////////////////////////////////////////////////\r
-\r
-#include "TObject.h"\r
-#include "AliTOFGeometry.h"\r
-\r
-class AliTOFCableLengthMap: public TObject{\r
-\r
- public:\r
-  AliTOFCableLengthMap();\r
-  virtual ~AliTOFCableLengthMap();\r
-  static Float_t GetCableLength(Int_t icrate, Int_t islot, Int_t ichain, Int_t itdc);\r
-  static Float_t GetCableTimeShift(Int_t icrate, Int_t islot, Int_t ichain, Int_t itdc);\r
-  static Int_t GetCableTimeShiftBin(Int_t icrate, Int_t islot, Int_t ichain, Int_t itdc);\r
-  static Float_t GetPropagationDelay() {return fgkPropagationDelay;};\r
-\r
- private:\r
-  \r
-  static const Float_t fgkCableLength[72][10][2][5];//Cable Length\r
-  static const Float_t fgkPropagationDelay;// Propagation delay [ns/cm]\r
-\r
-  ClassDef(AliTOFCableLengthMap,0) // TOF Cable Length Map class\r
-    };\r
-\r
-#endif\r
+#ifndef ALITOFCABLELENGTHMAP_H
+#define ALITOFCABLELENGTHMAP_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id: $ */
+
+///////////////////////////////////////////////////////////////////////////////
+//                                                                           //
+//  TOF Cable Length Map class                                               //
+//                                                                           //
+///////////////////////////////////////////////////////////////////////////////
+
+#include "TObject.h"
+#include "AliTOFGeometry.h"
+
+class AliTOFCableLengthMap: public TObject{
+
+ public:
+  AliTOFCableLengthMap();
+  virtual ~AliTOFCableLengthMap();
+  static Float_t GetCableLength(Int_t icrate, Int_t islot, Int_t ichain, Int_t itdc);
+  static Float_t GetCableTimeShift(Int_t icrate, Int_t islot, Int_t ichain, Int_t itdc);
+  static Int_t GetCableTimeShiftBin(Int_t icrate, Int_t islot, Int_t ichain, Int_t itdc);
+  static Float_t GetPropagationDelay() {return fgkPropagationDelay;};
+
+ private:
+  
+  static const Float_t fgkCableLength[72][10][2][5];//Cable Length
+  static const Float_t fgkPropagationDelay;// Propagation delay [ns/cm]
+
+  ClassDef(AliTOFCableLengthMap,0) // TOF Cable Length Map class
+    };
+
+#endif