]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSSimuParam.h
Generation of Lambda(1520) in Pythia 6.4
[u/mrichter/AliRoot.git] / ITS / AliITSSimuParam.h
index d22ee0ad21b4f7a0fc8823be97a8ab87c9cfd5b6..5f414e2767c4dab7ce53efff196472de98501d3a 100644 (file)
@@ -3,7 +3,7 @@
 /* Copyright(c) 2007-2009, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id:$ */
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////
 //                                                               //
@@ -12,7 +12,7 @@
 // Origin: F.Prino, Torino, prino@to.infn.it                     //
 //                                                               //
 ///////////////////////////////////////////////////////////////////
-
+#include <TRandom.h>
 #include<TObject.h>
 #include <TString.h>
 #include <TArrayF.h>
@@ -37,16 +37,27 @@ class AliITSSimuParam : public TObject {
 
 
 
-  void    SetSPDBiasVoltage(Double_t bias=18.182) {fSPDBiasVoltage=bias;}
-  Double_t  GetSPDBiasVoltage() const {return fSPDBiasVoltage;}
+  void    SetSPDBiasVoltageAll(Double_t bias=18.182) {for(Int_t i=0;i<240;i++) fSPDBiasVoltage[i]=bias;}
+  void    SetSPDBiasVoltage(Int_t mod, Double_t bias=18.182) {if(mod<0 || mod>239) return; fSPDBiasVoltage[mod]=bias;}
+  Double_t  GetSPDBiasVoltage(Int_t mod=0) const {if(mod<0 || mod>239) return 0;  return fSPDBiasVoltage[mod];}
+
+  void   SetSPDThresholdsAll(Double_t thresh, Double_t sigma)
+        {for(Int_t i=0;i<240;i++) {fSPDThresh[i]=thresh; fSPDSigma[i]=sigma;}}
+  void   SetSPDThresholds(Int_t mod,Double_t thresh, Double_t sigma)
+        {if(mod<0 || mod>239) return; fSPDThresh[mod]=thresh; fSPDSigma[mod]=sigma; }
+  void   SPDThresholds(const Int_t mod, Double_t& thresh, Double_t& sigma) const;
+  void   SetSPDNoiseAll(Double_t noise, Double_t baseline)
+        {for(Int_t i=0;i<240;i++) {fSPDNoise[i]=noise; fSPDBaseline[i]=baseline;}}
+  void   SetSPDNoise(Int_t mod,Double_t noise, Double_t baseline)
+        {if(mod<0 || mod>239) return; fSPDNoise[mod]=noise; fSPDBaseline[mod]=baseline; }
+  void   SPDNoise(const Int_t mod,Double_t &noise, Double_t &baseline) const;
+  // Applies a random noise and addes the baseline
+  Double_t ApplySPDBaselineAndNoise(Int_t mod=0) const 
+    {if (mod<0 || mod>239) mod=0; return fSPDBaseline[mod]+fSPDNoise[mod]*gRandom->Gaus();}
 
-  void   SetSPDThresholds(Double_t thresh, Double_t sigma)
-       {fSPDThresh=thresh; fSPDSigma=sigma;}
-  void   Thresholds(Double_t &thresh, Double_t &sigma) const
-       {thresh=fSPDThresh; sigma=fSPDSigma;}
 
   void SetSPDCouplingOption(const char *opt) {fSPDCouplOpt=opt;}
-  void GetSPDCouplingOption(char *opt) const {strcpy(opt,fSPDCouplOpt.Data());}
+  void GetSPDCouplingOption(char *opt) const {strncpy(opt,fSPDCouplOpt.Data(),fSPDCouplOpt.Sizeof());}
 
   void SetSPDCouplingParam(Double_t col, Double_t row)
         {fSPDCouplCol = col; fSPDCouplRow = row;}
@@ -56,6 +67,16 @@ class AliITSSimuParam : public TObject {
   void   SetSPDSigmaDiffusionAsymmetry(Double_t ecc) {fSPDEccDiff=ecc;}   
   void   GetSPDSigmaDiffusionAsymmetry(Double_t &ecc) const {ecc=fSPDEccDiff;}
 
+  void    SetSPDLorentzDrift(Bool_t ison) {fSPDLorentzDrift=ison;}
+  Bool_t  GetSPDLorentzDrift() const {return fSPDLorentzDrift;}
+  void    SetSPDLorentzHoleWeight(Float_t weight) {fSPDLorentzHoleWeight=weight;}
+  Float_t GetSPDLorentzHoleWeight() const {return fSPDLorentzHoleWeight;}
+  
+  void   SetSPDAddNoisyFlag(Bool_t value) {fSPDAddNoisyFlag = value;}
+  Bool_t GetSPDAddNoisyFlag() const {return fSPDAddNoisyFlag;}
+  void   SetSPDRemoveDeadFlag(Bool_t value) {fSPDRemoveDeadFlag = value;}
+  Bool_t GetSPDRemoveDeadFlag() const {return fSPDRemoveDeadFlag;}
+  
   void SetSDDElectronics(Int_t p1=1) {fSDDElectronics=p1;   }
   Int_t GetSDDElectronics()  const {return fSDDElectronics;}
 
@@ -76,12 +97,27 @@ class AliITSSimuParam : public TObject {
   void    SetSDDChargeLoss(Double_t p1) {fSDDChargeLoss=p1;}
   Float_t GetSDDChargeLoss() const {return fSDDChargeLoss;}
 
+  void    SetSDDTrigDelay(Double_t p1) {fSDDTrigDelay=p1;}
+  Float_t GetSDDTrigDelay() const {return fSDDTrigDelay;}
+
+  void    SetSDDCorrMapPrecision(Double_t p1) {fSDDMapPrec=p1;}
+  Float_t GetSDDCorrMapPrecision() const {return fSDDMapPrec;}
+
+  void    SetSDDkeVtoADC(Double_t p1) {fSDDkeVtoADC=p1;}
+  Float_t GetSDDkeVtoADC() const {return fSDDkeVtoADC;}
 
-  void SetSSDADCpereV(Double_t a=120./24888.9){fSSDADCpereV = a;}
-  Double_t GetSSDDEvToADC(Double_t eV) const {return eV*fSSDADCpereV;}
-  Int_t GetSSDIEvToADC(Double_t eV) const { 
-      return ((Int_t) GetSSDDEvToADC(eV)); }
+  void    SetSDDRawDataFormatCarlos() {fSDDRawFormat=7;}
+  void    SetSDDRawDataFormatFixLen8bitEncoded() {fSDDRawFormat=0;}
+  Char_t  GetSDDRawDataFormat() const {return fSDDRawFormat;}
 
+  // Use Lorentz's angle
+  void    SetSSDLorentzDrift(Bool_t ison) {fSSDLorentzDrift=ison;}
+  Bool_t  GetSSDLorentzDrift() const {return fSSDLorentzDrift;}
+
+  Int_t GetSSDZSThreshold() const { // ZS threshold
+    return fSSDZSThreshold; }
+  virtual void SetSSDZSThreshold(Int_t zsth) { fSSDZSThreshold = zsth; }
+  
   void SetSSDCouplings(Double_t pr, Double_t pl, Double_t nr, Double_t nl) {
       fSSDCouplingPR=pr; fSSDCouplingPL=pl; fSSDCouplingNR=nr; fSSDCouplingNL=nl; }
   Double_t  GetSSDCouplingPR() const {return fSSDCouplingPR;}
@@ -98,6 +134,62 @@ class AliITSSimuParam : public TObject {
     if(i<0 || i>=fNcomps) return 0.;return fGaus->At(i);
   }
 
+  // Set the impurity concentrations in [#/cm^3]
+  void SetImpurity(Double_t n=0.0){fN = n;}
+  // Returns the impurity consentration in [#/cm^3]
+  Double_t Impurity() const {return fN;}
+
+  // Electron mobility in Si. [cm^2/(Volt Sec)]. T in degree K, N in #/cm^3
+  Double_t MobilityElectronSiEmp() const ;
+  // Hole mobility in Si. [cm^2/(Volt Sec)]  T in degree K, N in #/cm^3
+  Double_t MobilityHoleSiEmp() const ;
+  // Einstein relation for Diffusion Coefficient of Electrons. [cm^2/sec]
+  //  T in degree K, N in #/cm^3
+  Double_t DiffusionCoefficientElectron() const ;
+  // Einstein relation for Diffusion Coefficient of Holes. [cm^2/sec]
+  //  T in [degree K], N in [#/cm^3]
+  Double_t DiffusionCoefficientHole() const ;
+  // Electron <speed> under an applied electric field E=Volts/cm. [cm/sec]
+  // d distance-thickness in [cm], v in [volts], T in [degree K],
+  // N in [#/cm^3]
+  Double_t SpeedElectron() const ;
+  // Holes <speed> under an applied electric field E=Volts/cm. [cm/sec]
+  // d distance-thickness in [cm], v in [volts], T in [degree K],
+  // N in [#/cm^3]
+  Double_t SpeedHole() const ;
+  // Returns the Gaussian sigma == <x^2+z^2> [cm^2] due to the defusion of
+  // electrons or holes through a distance l [cm] caused by an applied
+  // voltage v [volt] through a distance d [cm] in any material at a
+  // temperature T [degree K].
+  Double_t SigmaDiffusion3D(Double_t  l) const;
+  // Returns the Gaussian sigma == <x^2 +y^2+z^2> [cm^2] due to the
+  // defusion of electrons or holes through a distance l [cm] caused by an
+  // applied voltage v [volt] through a distance d [cm] in any material at a
+  // temperature T [degree K].
+  Double_t SigmaDiffusion2D(Double_t l) const;
+  // Returns the Gaussian sigma == <x^2+z^2> [cm^2] due to the defusion of
+  // electrons or holes through a distance l [cm] caused by an applied
+  // voltage v [volt] through a distance d [cm] in any material at a
+  // temperature T [degree K].
+  Double_t SigmaDiffusion1D(Double_t l) const;
+  // Computes the Lorentz angle for Electron and Hole, under the Magnetic field bz (in kGauss)
+  Double_t LorentzAngleElectron(Double_t bz) const;
+  Double_t LorentzAngleHole(Double_t bz) const;
+  // Compute the thickness of the depleted region in a Si detector, version A
+  Double_t DepletedRegionThicknessA(Double_t dopCons,
+                                    Double_t voltage,
+                                    Double_t elecCharge,
+                                    Double_t voltBuiltIn=0.5)const;
+  // Compute the thickness of the depleted region in a Si detector, version B
+  Double_t DepletedRegionThicknessB(Double_t resist,Double_t voltage,
+                                    Double_t mobility,
+                                    Double_t voltBuiltIn=0.5,
+                                    Double_t dielConst=1.E-12)const;
+  // Computes the temperature dependance of the reverse bias current
+  Double_t ReverseBiasCurrent(Double_t temp,Double_t revBiasCurT1,
+                             Double_t tempT1,Double_t energy=1.2)const;
+
+
   void PrintParameters() const; 
 
  protected:
@@ -109,12 +201,16 @@ class AliITSSimuParam : public TObject {
   static const Double_t fgkSPDCouplColDefault; //default for fSPDCouplCol
   static const Double_t fgkSPDCouplRowDefault; //default for fSPDCouplRow
   static const Float_t fgkSPDEccDiffDefault;//default for fSPDEccDiff
+  static const Float_t fgkSPDLorentzHoleWeightDefault;//default for fSPDLorentzHoleWeight
   static const Float_t fgkSDDDiffCoeffDefault; // default for fSDDDiffCoeff
   static const Float_t fgkSDDDiffCoeff1Default; // default for fSDDDiffCoeff1 
   static const Float_t fgkSDDJitterErrorDefault; // default for fSDDJitterError
   static const Float_t fgkSDDDynamicRangeDefault; // default for fSDDDynamicRange
   static const Int_t fgkSDDMaxAdcDefault; // default for fSDDMaxAdc
   static const Float_t fgkSDDChargeLossDefault; // default for fSDDChargeLoss
+  static const Float_t fgkSDDTrigDelayDefault; // default for fSDDTrigDelay
+  static const Float_t fgkSDDMapPrecDefault; // default for fSDDTrigDelay
+  static const Float_t fgkSDDkeVtoADCDefault; // default for keV->ADC conv.
 
   static const Double_t fgkSSDCouplingPRDefault;  // default values
   static const Double_t fgkSSDCouplingPLDefault;  // for the
@@ -128,17 +224,24 @@ class AliITSSimuParam : public TObject {
  private:
   Double_t fGeVcharge;      // Energy to ionize (free an electron) in GeV
   Double_t fDOverV;  // The parameter d/v where d is the disance over which the
-                   // the potential v is applied d/v [cm/volts]
+                     // the potential v is applied d/v [cm/volts]
 
   
-  Double_t fSPDBiasVoltage; // Bias Voltage for the SPD
-  Double_t fSPDThresh;      // SPD Threshold value
-  Double_t fSPDSigma;       // SPD Noise + threshold fluctuations value  
+  Double_t fSPDBiasVoltage[240]; // Bias Voltage for the SPD
+  Double_t fSPDThresh[240];      // SPD Threshold value
+  Double_t fSPDSigma[240];       // SPD threshold fluctuations spread
+  Double_t fSPDNoise[240];       // SPD electronic noise: sigma
+  Double_t fSPDBaseline[240];    // SPD electronic noise: baseline
   TString  fSPDCouplOpt;    // SPD Coupling Option
   Double_t fSPDCouplCol;    // SPD Coupling parameter along the cols
   Double_t fSPDCouplRow;    // SPD Coupling parameter along the rows
   Float_t  fSPDEccDiff;     // Eccentricity (i.e. asymmetry parameter) in the 
-                            // Gaussian diffusion for SPD
+                            // Gaussian diffusion for SPD  
+  Bool_t   fSPDLorentzDrift;     // Flag to decide whether to simulate the Lorentz Drift or not in SPD
+  Float_t  fSPDLorentzHoleWeight;// Lorentz Angle is computed for SPD as average of Hole and Electron
+                                 // this parameter gives the relative weights between the two
+  Bool_t   fSPDAddNoisyFlag;     // Flag saying whether noisy pixels should be added to digits
+  Bool_t   fSPDRemoveDeadFlag;   // Flag saying whether dead pixels should be removed from digits
 
   Int_t    fSDDElectronics;  // SDD Electronics Pascal (1) or OLA (2)
   Float_t  fSDDDiffCoeff;    // SDD Diffusion Coefficient (scaling the time)
@@ -147,8 +250,13 @@ class AliITSSimuParam : public TObject {
   Float_t  fSDDDynamicRange; // SDD Dynamic Range 
   Float_t  fSDDMaxAdc;       // SDD ADC saturation value
   Float_t  fSDDChargeLoss;   // Set Linear Coefficient for Charge Loss 
+  Float_t  fSDDTrigDelay;    // SDD time-zero
+  Float_t  fSDDMapPrec;      // SDD maps precision
+  Float_t  fSDDkeVtoADC;     // SDD keV->ADC conv. factor
+  Char_t   fSDDRawFormat;    // Index for SDD RawFormat
   
-  Double_t fSSDADCpereV;    // Constant to convert eV to ADC for SSD.
+  Bool_t   fSSDLorentzDrift;     // Flag to decide whether to simulate the Lorentz Drift or not in SSD
+
   Double_t fSSDCouplingPR;  // SSD couplings
   Double_t fSSDCouplingPL;  // SSD couplings
   Double_t fSSDCouplingNR;  // SSD couplings
@@ -160,6 +268,9 @@ class AliITSSimuParam : public TObject {
   Int_t      fNcomps;  // Number of samplings along the gaussian
   TArrayF   *fGaus;    // Gaussian lookup table for signal generation
 
-  ClassDef(AliITSSimuParam,1);
+  Double_t fN;  // the impurity concentration of the material in #/cm^3  (NOT USED!)
+  Float_t fT;   // The temperature of the Si in Degree K.
+
+  ClassDef(AliITSSimuParam,6);
 };
 #endif