]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/TenderSupplies/AliT0TenderSupply.h
end-of-line normalization
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliT0TenderSupply.h
index 89fa74722f15a1e2ff49d6dd7992d0ac33df7c5f..f998c632f5a72a85a04b69b4ea940e1766ae5b92 100644 (file)
@@ -1,44 +1,44 @@
-#ifndef ALIT0TENDERSUPPLY_H\r
-#define ALIT0TENDERSUPPLY_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
-//      //\r
-//   //\r
-//                                                                       //\r
-///////////////////////////////////////////////////////////////////////////\r
-\r
-#include <AliTenderSupply.h>\r
-\r
-class AliT0TenderSupply: public AliTenderSupply {\r
-  \r
- public:\r
-  AliT0TenderSupply();\r
-  AliT0TenderSupply(const char *name, const AliTender *tender=NULL);\r
-  virtual ~AliT0TenderSupply();\r
-\r
-  virtual void          Init();\r
-  virtual void          ProcessEvent();\r
-  void SetCorrectMeanTime (Bool_t flag=kFALSE){fCorrectMeanTime=flag;};\r
-  void SetAmplutudeCorrection (Bool_t flag=kFALSE){fCorrectStartTimeOnAmplSatur=flag;};\r
-  void SetPass4LHC11aCorrection (Bool_t flag=kFALSE){fPass4LHC11aCorrection=flag;};\r
-\r
- private:\r
-  \r
-  AliT0TenderSupply(const AliT0TenderSupply&c);\r
-  AliT0TenderSupply& operator= (const AliT0TenderSupply&c);\r
-\r
-\r
-  Bool_t  fCorrectMeanTime; //! mean time shift will be corrected\r
-  Float_t fTimeOffset[4]; //! time offset to be used for fCorrectMeanTime\r
-  Bool_t  fCorrectStartTimeOnAmplSatur; //!  fix start times suffering from saturated amplitude in pmts\r
-  Float_t fAmplitudeThreshold; //! above this value pmt suffer from saturation\r
-  Bool_t fPass4LHC11aCorrection; //! above this value pmt suffer from saturation\r
-\r
-  ClassDef(AliT0TenderSupply, 2);  // T0 tender supply\r
-};\r
-\r
-#endif\r
+#ifndef ALIT0TENDERSUPPLY_H
+#define ALIT0TENDERSUPPLY_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+///////////////////////////////////////////////////////////////////////////
+//                                                                       //
+//      //
+//   //
+//                                                                       //
+///////////////////////////////////////////////////////////////////////////
+
+#include <AliTenderSupply.h>
+
+class AliT0TenderSupply: public AliTenderSupply {
+  
+ public:
+  AliT0TenderSupply();
+  AliT0TenderSupply(const char *name, const AliTender *tender=NULL);
+  virtual ~AliT0TenderSupply();
+
+  virtual void          Init();
+  virtual void          ProcessEvent();
+  void SetCorrectMeanTime (Bool_t flag=kFALSE){fCorrectMeanTime=flag;};
+  void SetAmplutudeCorrection (Bool_t flag=kFALSE){fCorrectStartTimeOnAmplSatur=flag;};
+  void SetPass4LHC11aCorrection (Bool_t flag=kFALSE){fPass4LHC11aCorrection=flag;};
+
+ private:
+  
+  AliT0TenderSupply(const AliT0TenderSupply&c);
+  AliT0TenderSupply& operator= (const AliT0TenderSupply&c);
+
+
+  Bool_t  fCorrectMeanTime; //! mean time shift will be corrected
+  Float_t fTimeOffset[4]; //! time offset to be used for fCorrectMeanTime
+  Bool_t  fCorrectStartTimeOnAmplSatur; //!  fix start times suffering from saturated amplitude in pmts
+  Float_t fAmplitudeThreshold; //! above this value pmt suffer from saturation
+  Bool_t fPass4LHC11aCorrection; //! above this value pmt suffer from saturation
+
+  ClassDef(AliT0TenderSupply, 2);  // T0 tender supply
+};
+
+#endif