]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AD/ADbase/AliADCalibData.h
More FEE parameters in calibration object
[u/mrichter/AliRoot.git] / AD / ADbase / AliADCalibData.h
index a574c92d532637a3c1ebcd5f0e8b73b5b19868e8..ad410068eac8ff45bd4a895f4d9b6bc66abe9f5b 100644 (file)
@@ -61,6 +61,62 @@ class AliADCalibData: public TNamed {
   Float_t  GetDiscriThr(Int_t channel) const {return fDiscriThr[channel];}
   Float_t* GetDiscriThr()   const {return (Float_t*)fDiscriThr;}
   Float_t  GetCalibDiscriThr(Int_t channel, Bool_t scaled);
+  
+  UShort_t * GetClk1Win1() const {return (UShort_t*)fClk1Win1;};
+  UShort_t GetClk1Win1(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fClk1Win1[board]:0);};
+  UShort_t * GetClk2Win1() const {return (UShort_t*)fClk2Win1;};
+  UShort_t GetClk2Win1(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fClk2Win1[board]:0);};
+
+  UShort_t * GetClk1Win2() const {return (UShort_t*)fClk1Win2;};
+  UShort_t GetClk1Win2(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fClk1Win2[board]:0);};
+  UShort_t * GetClk2Win2() const {return (UShort_t*)fClk2Win2;};
+  UShort_t GetClk2Win2(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fClk2Win2[board]:0);};
+
+  UShort_t * GetDelayClk1Win1() const {return (UShort_t*)fDelayClk1Win1;};
+  UShort_t GetDelayClk1Win1(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fDelayClk1Win1[board]:0);};
+  UShort_t * GetDelayClk2Win1() const {return (UShort_t*)fDelayClk2Win1;};
+  UShort_t GetDelayClk2Win1(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fDelayClk2Win1[board]:0);};
+  
+  UShort_t * GetDelayClk1Win2() const {return (UShort_t*)fDelayClk1Win2;};
+  UShort_t GetDelayClk1Win2(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fDelayClk1Win2[board]:0);};
+  UShort_t * GetDelayClk2Win2() const {return (UShort_t*)fDelayClk2Win2;};
+  UShort_t GetDelayClk2Win2(Int_t board ) const {return ((board>=0 && board<kNCIUBoards)?fDelayClk2Win2[board]:0);};
+  
+  UShort_t * GetLatchWin1() const {return (UShort_t*)fLatchWin1;};
+  UShort_t GetLatchWin1(Int_t board ) const  {return ((board>=0 && board<kNCIUBoards)?fLatchWin1[board]:0);};
+  UShort_t * GetLatchWin2() const {return (UShort_t*)fLatchWin2;};
+  UShort_t GetLatchWin2(Int_t board ) const  {return ((board>=0 && board<kNCIUBoards)?fLatchWin2[board]:0);};
+  
+  UShort_t * GetResetWin1() const {return (UShort_t*)fResetWin1;};
+  UShort_t GetResetWin1(Int_t board ) const  {return ((board>=0 && board<kNCIUBoards)?fResetWin1[board]:0);};
+  UShort_t * GetResetWin2() const {return (UShort_t*)fResetWin2;};
+  UShort_t GetResetWin2(Int_t board ) const  {return ((board>=0 && board<kNCIUBoards)?fResetWin2[board]:0);};
+  
+  Bool_t * GetPedestalSubtraction() const {return (Bool_t*) fPedestalSubtraction;};
+  Bool_t GetPedestalSubtraction(Int_t board ) const  {return ((board>=0 && board<kNCIUBoards)?fPedestalSubtraction[board]:0);};
+
+  UShort_t GetBBAThreshold() const {return fBBAThreshold;};
+  UShort_t GetBBCThreshold() const {return fBBCThreshold;};
+
+  UShort_t GetBGAThreshold() const {return fBGAThreshold;};
+  UShort_t GetBGCThreshold() const {return fBGCThreshold;};
+
+  UShort_t GetBBAForBGThreshold() const {return fBBAForBGThreshold;};
+  UShort_t GetBBCForBGThreshold() const {return fBBCForBGThreshold;};
+  
+  UShort_t GetMultV0AThrLow() const {return fMultV0AThrLow;};
+  UShort_t GetMultV0AThrHigh() const {return fMultV0AThrHigh;};
+
+  UShort_t GetMultV0CThrLow() const {return fMultV0CThrLow;};
+  UShort_t GetMultV0CThrHigh() const {return fMultV0CThrHigh;};
+
+  UShort_t GetTriggerSelected(Int_t output) const {return ((output>=0 && output<5)?fTriggerSelected[output]:0);};
+  
+  Bool_t GetEnableCharge(Int_t channel);
+  Bool_t GetEnableTiming(Int_t channel);
+  UShort_t GetOnlinePedestal(Int_t integrator, Int_t channel);
+  UShort_t GetOnlinePedestalCut(Int_t integrator, Int_t channel);
+
 
   static Int_t GetBoardNumber(Int_t channel);
   static Int_t GetFEEChannelNumber(Int_t channel);
@@ -109,13 +165,73 @@ class AliADCalibData: public TNamed {
   void     SetDiscriThr(Float_t thr, Int_t board, Int_t channel);
   void     SetDiscriThr(const Float_t* thresholds);
 
+  void SetClk1Win1(UShort_t* clks);
+  void SetClk1Win1(UShort_t clk, Int_t board);
+  void SetClk2Win1(UShort_t* clks);
+  void SetClk2Win1(UShort_t clk, Int_t board);
+  
+  void SetClk1Win2(UShort_t* clks);
+  void SetClk1Win2(UShort_t clk, Int_t board);
+  void SetClk2Win2(UShort_t* clks);
+  void SetClk2Win2(UShort_t clk, Int_t board);
+  
+  void SetDelayClk1Win1(UShort_t* delays);
+  void SetDelayClk1Win1(UShort_t delay, Int_t board);
+  void SetDelayClk2Win1(UShort_t* delays);
+  void SetDelayClk2Win1(UShort_t delay, Int_t board);
+  
+  void SetDelayClk1Win2(UShort_t* delays);
+  void SetDelayClk1Win2(UShort_t delay, Int_t board);
+  void SetDelayClk2Win2(UShort_t* delays);
+  void SetDelayClk2Win2(UShort_t delay, Int_t board);
+  
+  void SetLatchWin1(UShort_t *latchs);
+  void SetLatchWin1(UShort_t latch, Int_t board);
+  void SetLatchWin2(UShort_t *latchs);
+  void SetLatchWin2(UShort_t latch, Int_t board);
+  
+  void SetResetWin1(UShort_t *resets);
+  void SetResetWin1(UShort_t reset, Int_t board);
+  void SetResetWin2(UShort_t *resets);
+  void SetResetWin2(UShort_t reset, Int_t board);
+  
+  void SetPedestalSubtraction(Bool_t *peds);
+  void SetPedestalSubtraction(Bool_t ped, Int_t board);
+  
+  void SetBBAThreshold(UShort_t th) {fBBAThreshold = th;};
+  void SetBBCThreshold(UShort_t th) {fBBCThreshold = th;};
+
+  void SetBGAThreshold(UShort_t th) {fBGAThreshold = th;};
+  void SetBGCThreshold(UShort_t th) {fBGCThreshold = th;};
+
+  void SetBBAForBGThreshold(UShort_t th) {fBBAForBGThreshold = th;};
+  void SetBBCForBGThreshold(UShort_t th) {fBBCForBGThreshold = th;};
+  
+  
+  void SetMultV0AThrLow(UShort_t th) {fMultV0AThrLow = th;};
+  void SetMultV0AThrHigh(UShort_t th) {fMultV0AThrHigh = th;};
+  
+  void SetMultV0CThrLow(UShort_t th) {fMultV0CThrLow = th;};
+  void SetMultV0CThrHigh(UShort_t th) {fMultV0CThrHigh = th;};
+  
+  void SetTriggerSelected(UShort_t trigger, Int_t output);
+  
+  void SetEnableCharge(Bool_t val, Int_t board, Int_t channel);
+  void SetEnableTiming(Bool_t val, Int_t board, Int_t channel);
+  void SetEnableCharge(Bool_t val, Int_t channel);
+  void SetEnableTiming(Bool_t val, Int_t channel);
+  void SetOnlinePedestal(UShort_t val, Int_t integrator, Int_t board, Int_t channel);
+  void SetOnlinePedestalCut(UShort_t val, Int_t integrator, Int_t board, Int_t channel);
+  void SetOnlinePedestal(UShort_t val, Int_t integrator, Int_t channel);
+  void SetOnlinePedestalCut(UShort_t val, Int_t integrator, Int_t channel);
 
  protected:
   void     InitLightYields();
   void     InitPMGains();
+  Bool_t   IsClkValid(UShort_t clock) const;
 
-  Float_t  fPedestal[32];     // Mean pedestal values
-  Float_t  fSigma[32];        // Sigmas of pedestal peaks
+  Float_t  fPedestal[32];     // Mean pedestal values - used offline
+  Float_t  fSigma[32];        // Sigmas of pedestal peaks - used offline
   Float_t  fADCmean[32];      // ADC mean values
   Float_t  fADCsigma[32];     // ADC sigma values
   Float_t  fMeanHV[16];        // Mean PMT HV needed to compute MIP value
@@ -131,6 +247,37 @@ class AliADCalibData: public TNamed {
   UInt_t   fSearchWindow[kNCIUBoards];// HPTDC search window (25ns units)
   UInt_t   fTriggerCountOffset[kNCIUBoards]; // HPTDC trigger count offset (25ns units)
   UInt_t   fRollOver[kNCIUBoards]; // HPTDC roll-over (25ns units)
+  
+  UShort_t fClk1Win1[kNCIUBoards]; //Profil of the Clock 1  of the Window 1 (BB window)
+  UShort_t fClk2Win1[kNCIUBoards]; //Profil of the Clock 2  of the Window 1 (BB window)
+  UShort_t fClk1Win2[kNCIUBoards]; //Profil of the Clock 1  of the Window 2 (BG window)
+  UShort_t fClk2Win2[kNCIUBoards]; //Profil of the Clock 2  of the Window 2 (BG window)
+  UShort_t fDelayClk1Win1[kNCIUBoards]; // Delays of the Clock 1  of the Window 1 (BB window)
+  UShort_t fDelayClk2Win1[kNCIUBoards]; // Delays of the Clock 2 of the Window 1 (BB window)
+  UShort_t fDelayClk1Win2[kNCIUBoards]; // Delays of the Clock 1  of the Window 2 (BG window)
+  UShort_t fDelayClk2Win2[kNCIUBoards]; // Delays of the Clock 2 of the Window 2 (BG window)
+  UShort_t fLatchWin1[kNCIUBoards]; //Profil of the Clock of the Latch signal of Window 1 (BB window)
+  UShort_t fLatchWin2[kNCIUBoards]; //Profil of the Clock of the Latch signal of Window 2 (BG window)
+  UShort_t fResetWin1[kNCIUBoards]; //Profil of the Clock of the Reset signal of Window 1 (BB window)
+  UShort_t fResetWin2[kNCIUBoards]; //Profil of the Clock of the Reset signal of Window 2 (BG window)
+  Bool_t   fPedestalSubtraction[kNCIUBoards]; // Flag to en(dis)able pedestal subtraction before centrality trigger calculation
+  UShort_t fBBAThreshold;  // Minimum bias Threshold in number of channel hit for ADA
+  UShort_t fBBCThreshold;  // Minimum bias Threshold in number of channel hit for ADC
+  UShort_t fBGAThreshold;  // Beam Gas Threshold in number of channel hit for ADA
+  UShort_t fBGCThreshold;  // Beam Gas Threshold in number of channel hit for ADC
+  UShort_t fBBAForBGThreshold;  // BBA threshold for Beam Gas triggers (i.e. BBA and BGC)
+  UShort_t fBBCForBGThreshold;  // BBC threshold for Beam Gas triggers (i.e. BBC and BGA)
+  UShort_t fMultV0AThrLow;  // Threshold used for multiplicity triggers (i.e. MTA and MTC)
+  UShort_t fMultV0AThrHigh; // Threshold used for multiplicity triggers (i.e. MTA and MTC)
+  UShort_t fMultV0CThrLow;  // Threshold used for multiplicity triggers (i.e. MTA and MTC)
+  UShort_t fMultV0CThrHigh; // Threshold used for multiplicity triggers (i.e. MTA and MTC)
+  UShort_t fTriggerSelected[5]; // Triggers selected on the 5 outputs to CTP
+  Bool_t   fEnableCharge[16]; // Flag to know is a channel is participating to the Charge triggers
+  Bool_t   fEnableTiming[16]; // Flag to know is a channel is participating to the Timing triggers
+  UShort_t fPedestalOdd[16]; // Pedestals for the Odd integrators
+  UShort_t fPedestalEven[16]; // Pedestals for the Even integrators
+  UShort_t fPedestalCutOdd[16]; // Pedestals Cut for the Odd integrators
+  UShort_t fPedestalCutEven[16]; // Pedestals Cut for the Even integrators
 
   Float_t  fDiscriThr[16];     // Discriminator thresholds