]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/TenderSupplies/AliT0TenderSupply.h
o updates to fix the 11a pass4 problem of T0 (Alla)
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliT0TenderSupply.h
index 77721bb1f24aa2b65fb4affc2a4bcb49431bb711..89fa74722f15a1e2ff49d6dd7992d0ac33df7c5f 100644 (file)
@@ -24,6 +24,7 @@ class AliT0TenderSupply: public AliTenderSupply {
   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
@@ -32,11 +33,12 @@ class AliT0TenderSupply: public AliTenderSupply {
 \r
 \r
   Bool_t  fCorrectMeanTime; //! mean time shift will be corrected\r
-  Float_t fTimeOffset[3]; //! time offset to be used for fCorrectMeanTime\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, 1);  // T0 tender supply\r
+  ClassDef(AliT0TenderSupply, 2);  // T0 tender supply\r
 };\r
 \r
-#endif
\ No newline at end of file
+#endif\r