ROOT logo
#ifndef ALITRDRECOPARAM_H
#define ALITRDRECOPARAM_H
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
* See cxx source for full Copyright notice                               */

/* $Id$ */

////////////////////////////////////////////////////////////////////////////
//                                                                        //
//  Parameter class for the TRD reconstruction                            //
//                                                                        //
////////////////////////////////////////////////////////////////////////////

#ifndef ALIDETECTORRECOPARAM_H
#include "AliDetectorRecoParam.h"
#endif

#ifndef ALITRDCALPID_H
#include "AliTRDCalPID.h"
#endif

#ifndef ALITRDPIDRESPONSE_H
#include "AliTRDPIDResponse.h"
#endif

class TString;

class AliTRDrecoParam : public AliDetectorRecoParam
{
public:
  enum ETRDReconstructionTask{
    kClusterizer = 0,
    kTracker = 1,
    kPID = 2,
    kTRDreconstructionTasks = 3
  };
  enum ETRDflags {
    kDriftGas
    ,kVertexConstraint
    ,kTailCancelation
    ,kImproveTracklet
    ,kLUT
    ,kGAUS
    ,kClusterSharing
    ,kSteerPID
    ,kEightSlices
    ,kCheckTimeConsistency
    ,kLQ2D
  };
  AliTRDrecoParam();
  AliTRDrecoParam(const AliTRDrecoParam &rec);
  AliTRDrecoParam& operator=(const AliTRDrecoParam &rec);
  ~AliTRDrecoParam() { }

  Double_t GetChi2Y() const                 { return fkChi2Y;    }
  Double_t GetChi2Z() const                 { return fkChi2Z;    }
  Double_t GetChi2YSlope() const            { return fkChi2YSlope; }
  Double_t GetChi2ZSlope() const            { return fkChi2ZSlope; }
	Double_t GetChi2Cut() const              { return fChi2Cut; }
	Double_t GetChi2YCut() const              { return fkChi2YCut; }
  Double_t GetPhiSlope() const              { return fkPhiSlope;   }
  Float_t  GetNClusters() const;
  Double_t GetNMeanClusters() const         { return fkNMeanClusters; }
  Double_t GetNSigmaClusters() const        { return fkNSigmaClusters; }
  Double_t GetFindableClusters() const      { return fkFindable; }
  Int_t    GetPIDLQslices() const;
  AliTRDPIDResponse::ETRDPIDMethod GetPIDmethod() const;
  Double_t GetMaxTheta() const              { return fkMaxTheta; }
  Double_t GetMaxPhi() const                { return fkMaxPhi;   }
  Double_t GetPlaneQualityThreshold() const { return fkPlaneQualityThreshold; }
  Double_t GetPIDThreshold(Float_t /*p*/) const { return 0.;}
  Double_t GetRoad0y() const                { return fkRoad0y;   }
  Double_t GetRoad0z() const                { return fkRoad0z;   }
  Double_t GetRoad1y() const                { return fkRoad1y;   }
  Double_t GetRoad1z() const                { return fkRoad1z;   }
  Double_t GetRoad2y() const                { return fkRoad2y;   }
  Double_t GetRoad2z() const                { return fkRoad2z;   }
  Double_t GetRoadzMultiplicator() const    { return fkRoadzMultiplicator; }
  Double_t GetTrackLikelihood() const       { return fkTrackLikelihood;       }
  void GetSysCovMatrix(Double_t *sys) const;  
  void GetTCParams(Double_t *par) const;
  Int_t GetStreamLevel(ETRDReconstructionTask task) const;
  const TString *GetRawStreamVersion() const{ return &fRawStreamVersion; };
  Double_t GetMinMaxCutSigma() const        { return fMinMaxCutSigma;     };
  Double_t GetMinLeftRightCutSigma() const  { return fMinLeftRightCutSigma;  };
  Double_t GetClusMaxThresh() const         { return fClusMaxThresh;   };
  Double_t GetClusSigThresh() const         { return fClusSigThresh;   };
  Int_t    GetTCnexp() const                { return fTCnexp;          };
  Int_t    GetNumberOfPresamples()  const   { return fNumberOfPresamples;}
  Int_t    GetNumberOfPostsamples() const   { return fNumberOfPostsamples;}
  Int_t    GetNumberOfSeedConfigs() const   { return fNumberOfConfigs;}
  Int_t    GetRecEveryNTB() const           { return fRecEveryNTB; }
  // Tracklet parameters
  Double_t GetCorrDZDXbiasRC(Bool_t dzdx) const { return fdzdxCorrRCbias[dzdx];}
  Double_t GetCorrDZDX(Bool_t rc) const     { return fdzdxCorrFactor[rc];}
  Double_t GetCorrDZDXxcross() const        { return fdzdxXcrossFactor;}
  void     GetYcorrTailCancel(Int_t it, Double_t par[3]) const;
  Double_t GetS2Ycorr(Bool_t rc, Bool_t chg) const     { return fS2Ycorr[2*rc+chg];}

  Bool_t   IsArgon() const                  { return TESTBIT(fFlags, kDriftGas); }
  Bool_t   IsCheckTimeConsistency() const   { return kCheckTimeConsistency;}
  Bool_t   IsOverPtThreshold(Double_t pt) const {return Bool_t(pt>fkPtThreshold);}
  Bool_t   IsXenon() const                  { return !TESTBIT(fFlags, kDriftGas); }
  Bool_t   IsPIDNeuralNetwork() const       { return TESTBIT(fFlags, kSteerPID);}
  Bool_t   IsVertexConstrained() const      { return TESTBIT(fFlags, kVertexConstraint); }
  Bool_t   IsEightSlices() const            { return TESTBIT(fFlags, kEightSlices);}
  Bool_t   HasImproveTracklets() const      { return TESTBIT(fFlags, kImproveTracklet);}
  Bool_t   UseClusterSharing() const        { return TESTBIT(fFlags, kClusterSharing);}
  Bool_t   UseLUT() const                   { return TESTBIT(fFlags, kLUT);}
  Bool_t   UseGAUS() const                  { return TESTBIT(fFlags, kGAUS);}
  Bool_t   UseTailCancelation() const       { return TESTBIT(fFlags, kTailCancelation); }
        
  static   AliTRDrecoParam *GetLowFluxParam();
  static   AliTRDrecoParam *GetLowFluxHLTParam();
  static   AliTRDrecoParam *GetHighFluxParam();
  static   AliTRDrecoParam *GetHighFluxHLTParam();
  static   AliTRDrecoParam *GetCosmicTestParam();

  void     SetArgon(Bool_t b = kTRUE)                         {if(b) SETBIT(fFlags, kDriftGas); else CLRBIT(fFlags, kDriftGas);}
  void     SetCheckTimeConsistency(Bool_t b = kTRUE)          {if(b) SETBIT(fFlags, kCheckTimeConsistency); else CLRBIT(fFlags, kCheckTimeConsistency);}
  void     SetClusterSharing(Bool_t b = kTRUE)                {if(b) SETBIT(fFlags, kClusterSharing); else CLRBIT(fFlags, kClusterSharing);}
  void     SetEightSlices(Bool_t b = kTRUE)                   {if(b) SETBIT(fFlags, kEightSlices); else CLRBIT(fFlags, kEightSlices);}
  void     SetImproveTracklets(Bool_t b = kTRUE)              {if(b) SETBIT(fFlags, kImproveTracklet); else CLRBIT(fFlags, kImproveTracklet);}
  void     SetLUT(Bool_t b=kTRUE)                             {if(b) SETBIT(fFlags, kLUT); else CLRBIT(fFlags, kLUT);}
  void     SetGAUS(Bool_t b=kTRUE)                            {if(b) SETBIT(fFlags, kGAUS); else CLRBIT(fFlags, kGAUS);}
  void     SetPIDNeuralNetwork(Bool_t b=kTRUE)                {if(b) SETBIT(fFlags, kSteerPID); else CLRBIT(fFlags, kSteerPID);}
  void  SetPIDmethod(AliTRDPIDResponse::ETRDPIDMethod method);
  void     SetPIDLQslices(Int_t s);
  void     SetTailCancelation(Bool_t b=kTRUE)                 {if(b) SETBIT(fFlags, kTailCancelation); else CLRBIT(fFlags, kTailCancelation);}
  void     SetXenon(Bool_t b = kTRUE)                         {if(b) CLRBIT(fFlags, kDriftGas); else SETBIT(fFlags, kDriftGas);}
  void     SetVertexConstrained()                             {SETBIT(fFlags, kVertexConstraint);}
  void     SetMaxTheta(Double_t maxTheta)                     {fkMaxTheta = maxTheta;}
  void     SetMaxPhi(Double_t maxPhi)                         {fkMaxPhi = maxPhi;}
  void     SetFindableClusters(Double_t r)                    {fkFindable = r;}
  void     SetChi2Y(Double_t chi2)                            {fkChi2Y = chi2;}
  void     SetChi2Z(Double_t chi2)                            {fkChi2Z = chi2;}
  void     SetChi2YSlope(Double_t chi2YSlope)                 {fkChi2YSlope = chi2YSlope;}
  void     SetChi2ZSlope(Double_t chi2ZSlope)                 {fkChi2ZSlope = chi2ZSlope;}
	void	   SetChi2Cut(Double_t chi2Cut)                      {fChi2Cut = chi2Cut; }
	void	   SetChi2YCut(Double_t chi2Cut)                      {fkChi2YCut = chi2Cut; }
  void     SetPhiSlope(Double_t phiSlope)                     {fkPhiSlope = phiSlope;}
  void     SetNMeanClusters(Double_t meanNclusters)           {fkNMeanClusters = meanNclusters;}
  void     SetNSigmaClusters(Double_t sigmaNclusters)         {fkNSigmaClusters = sigmaNclusters;} 
  void     SetRawStreamVersion(const Char_t *version)         {fRawStreamVersion = version; }
  void     SetRoadzMultiplicator(Double_t mult)               {fkRoadzMultiplicator = mult; } 
  void     SetMinMaxCutSigma(Float_t minMaxCutSigma)          { fMinMaxCutSigma   = minMaxCutSigma; }
  void     SetMinLeftRightCutSigma(Float_t minLeftRightCutSigma) { fMinLeftRightCutSigma   = minLeftRightCutSigma; };
  void     SetClusMaxThresh(Float_t thresh)                   { fClusMaxThresh   = thresh; };
  void     SetClusSigThresh(Float_t thresh)                   { fClusSigThresh   = thresh; };
  void     SetPIDThreshold(Double_t *pid);
  void     SetPtThreshold(Double_t pt) {fkPtThreshold = pt;}
  void     SetNexponential(Int_t nexp)                        { fTCnexp          = nexp;   };
  void     SetTCParams(Double_t *par);
  void     SetTrackletParams(Double_t *par=NULL);
  void     SetStreamLevel(ETRDReconstructionTask task, Int_t level);
  void     SetSysCovMatrix(Double_t *sys);
  void     SetNumberOfPresamples(Int_t n)                     { fNumberOfPresamples = n;}
  void     SetNumberOfPostsamples(Int_t n)                    { fNumberOfPostsamples = n;}
  void     SetRecEveryTwoTB()                                 { fRecEveryNTB = 2; fkNMeanClusters = 10; }

private:
  // Physics reference values for TRD
  Double_t  fkdNchdy;                // dNch/dy
  Double_t  fkMaxTheta;              // Maximum theta
  Double_t  fkMaxPhi;                // Maximum phi - momentum cut
  // Tracker params 
  Double_t  fkRoad0y;                // Road for middle cluster
  Double_t  fkRoad0z;                // Road for middle cluster

  Double_t  fkRoad1y;                // Road in y for seeded cluster
  Double_t  fkRoad1z;                // Road in z for seeded cluster

  Double_t  fkRoad2y;                // Road in y for extrapolated cluster
  Double_t  fkRoad2z;                // Road in z for extrapolated cluster
  Double_t  fkPtThreshold;           // pt threshold for using TRD points for updating Kalaman track
  Double_t  fkPlaneQualityThreshold; // Quality threshold
  Double_t  fkRoadzMultiplicator;    // Multiplicator for the Roads in z 
  Double_t  fkFindable;              // minimum ratio of clusters per tracklet supposed to be attached.
  Double_t  fkChi2Z;                 // Max chi2 on the z direction for seeding clusters fit
  Double_t  fkChi2Y;                 // Max chi2 on the y direction for seeding clusters Rieman fit
  Double_t  fkChi2YSlope;            // Slope of the chi2-distribution in y-direction
  Double_t  fkChi2ZSlope;            // Slope of the chi2-distribution in z-direction
  Double_t  fChi2Cut;		     // Cut on the Chi2 track/tracklet 0 used to diecide if the kalman track should be updated
  Double_t  fkChi2YCut;							 // Cut on the Chi2 in y-direction in the likelihood filter
  Double_t  fkPhiSlope;              // Slope of the distribution of the deviation between track angle and tracklet angle
  Double_t  fkNMeanClusters;         // Mean number of clusters per tracklet
  Double_t  fkNSigmaClusters;        // Sigma of the number of clusters per tracklet
  Double_t  fkNClusterNoise;         // ratio of noisy clusters to the true one
  Double_t  fkNMeanTracklets;        // Mean number of tracklets per track
  Double_t  fkTrackLikelihood;       // Track likelihood for tracklets Rieman fit
  
  Double_t  fSysCovMatrix[5];        // Systematic uncertainty from calibration and alignment for each tracklet
  Double_t  fPIDThreshold[AliTRDCalPID::kNMom];   // PID Thresholds for Electron candidate decision
  Int_t     fNumberOfConfigs;        // Used number of seed configurations

  // Reconstruction Options for TRD reconstruction
  Int_t     fStreamLevel[kTRDreconstructionTasks]; // Stream Level
  Long64_t  fFlags;                  // option Flags

  // Raw Reader Params
  TString   fRawStreamVersion;       // Raw Reader version

  // Tracklet parameters
  Double_t  fdzdxCorrFactor[2];      // correction of dzdx estimation due to z bias; [0] for !RC, [1] for RC
  Double_t  fdzdxCorrRCbias[2];      // correction of dzdx estimation bias for RC; [0] for dz/dx>0, [1] for dz/dx<0
  Double_t  fdzdxXcrossFactor;       // bias in dzdx of estimated xcross [RC]
  Double_t  fYcorrTailCancel[4][3];  // y correction due to wrong tail cancellation. [0] bz<0 && !RC, [1] bz>0 && !RC, [2] bz<0 && RC [3] bz>0 && RC
  Double_t  fS2Ycorr[4];             // inflation factor of error parameterization in r-phi due to wrong estimation of residuals.
  
  // Clusterization parameter
  Double_t  fMinMaxCutSigma;         // Threshold sigma noise pad middle
  Double_t  fMinLeftRightCutSigma;   // Threshold sigma noise sum pad
  Double_t  fClusMaxThresh;          // Threshold value for cluster maximum
  Double_t  fClusSigThresh;          // Threshold value for cluster signal
  Int_t     fTCnexp;                 // Number of exponentials, digital filter
  Double_t  fTCParams[8];            // Tail Cancellation parameters for drift gases 
  Int_t     fRecEveryNTB;            // Reconstruct each nth timebin

  // ADC parameter
  Int_t     fNumberOfPresamples;     // number of presamples 
  Int_t     fNumberOfPostsamples;     // number of postsamples 

  ClassDef(AliTRDrecoParam, 13)       // Reconstruction parameters for TRD detector

};

//___________________________________________________
inline void AliTRDrecoParam::GetSysCovMatrix(Double_t *sys) const
{
  if(!sys) return;
  memcpy(sys, fSysCovMatrix, 5*sizeof(Double_t));
}

//___________________________________________________
inline void AliTRDrecoParam::SetSysCovMatrix(Double_t *sys)
{
  if(!sys) return;
  memcpy(fSysCovMatrix, sys, 5*sizeof(Double_t));
}

//___________________________________________________
inline void AliTRDrecoParam::SetPIDThreshold(Double_t *pid)
{
  if(!pid) return;
  memcpy(fPIDThreshold, pid, AliTRDCalPID::kNMom*sizeof(Double_t));
}

//___________________________________________________
inline void AliTRDrecoParam::SetStreamLevel(ETRDReconstructionTask task, Int_t level){
  if(task >= kTRDreconstructionTasks) return;
  fStreamLevel[static_cast<Int_t>(task)] = level;
}

//___________________________________________________
inline Int_t AliTRDrecoParam::GetStreamLevel(ETRDReconstructionTask task) const{
  if(task >= kTRDreconstructionTasks) return 0;
  return fStreamLevel[static_cast<Int_t>(task)];
}

//___________________________________________________
inline void AliTRDrecoParam::GetTCParams(Double_t *par) const
{
  if(!par) return;
  if(IsArgon()) memcpy(par, &fTCParams[4], 4*sizeof(Double_t));
  else memcpy(par, &fTCParams[0], 4*sizeof(Double_t));
}

//___________________________________________________
inline void AliTRDrecoParam::SetTCParams(Double_t *par)
{
  if(!par) return;
  memcpy(fTCParams, par, 8*sizeof(Double_t));
}


//___________________________________________________
inline void AliTRDrecoParam::GetYcorrTailCancel(Int_t it, Double_t par[3]) const
{
  if(it<0||it>3) return;
  memcpy(par, fYcorrTailCancel[it], 3*sizeof(Double_t));
}

//___________________________________________________
inline Int_t AliTRDrecoParam::GetPIDLQslices() const
{
  if(IsPIDNeuralNetwork()) return -1;
  return TESTBIT(fFlags, kLQ2D) ? 2 : 1;
}

//___________________________________________________
inline AliTRDPIDResponse::ETRDPIDMethod AliTRDrecoParam::GetPIDmethod() const
{
  AliTRDPIDResponse::ETRDPIDMethod method = AliTRDPIDResponse::kLQ1D;
  if(IsPIDNeuralNetwork()) method = AliTRDPIDResponse::kNN;
  else if(TESTBIT(fFlags, kLQ2D)) method = AliTRDPIDResponse::kLQ2D;
  return method;
}

//___________________________________________________
inline void  AliTRDrecoParam::SetPIDmethod(AliTRDPIDResponse::ETRDPIDMethod method)
{
  switch(method){
  case AliTRDPIDResponse::kLQ2D:
    CLRBIT(fFlags, kSteerPID); 
    SETBIT(fFlags, kLQ2D);
    break;
  case AliTRDPIDResponse::kNN:
    SETBIT(fFlags, kSteerPID); 
    break;
  case AliTRDPIDResponse::kLQ1D:
  default:
    CLRBIT(fFlags, kSteerPID); 
    CLRBIT(fFlags, kLQ2D);
    break;
  }
}

#endif
 AliTRDrecoParam.h:1
 AliTRDrecoParam.h:2
 AliTRDrecoParam.h:3
 AliTRDrecoParam.h:4
 AliTRDrecoParam.h:5
 AliTRDrecoParam.h:6
 AliTRDrecoParam.h:7
 AliTRDrecoParam.h:8
 AliTRDrecoParam.h:9
 AliTRDrecoParam.h:10
 AliTRDrecoParam.h:11
 AliTRDrecoParam.h:12
 AliTRDrecoParam.h:13
 AliTRDrecoParam.h:14
 AliTRDrecoParam.h:15
 AliTRDrecoParam.h:16
 AliTRDrecoParam.h:17
 AliTRDrecoParam.h:18
 AliTRDrecoParam.h:19
 AliTRDrecoParam.h:20
 AliTRDrecoParam.h:21
 AliTRDrecoParam.h:22
 AliTRDrecoParam.h:23
 AliTRDrecoParam.h:24
 AliTRDrecoParam.h:25
 AliTRDrecoParam.h:26
 AliTRDrecoParam.h:27
 AliTRDrecoParam.h:28
 AliTRDrecoParam.h:29
 AliTRDrecoParam.h:30
 AliTRDrecoParam.h:31
 AliTRDrecoParam.h:32
 AliTRDrecoParam.h:33
 AliTRDrecoParam.h:34
 AliTRDrecoParam.h:35
 AliTRDrecoParam.h:36
 AliTRDrecoParam.h:37
 AliTRDrecoParam.h:38
 AliTRDrecoParam.h:39
 AliTRDrecoParam.h:40
 AliTRDrecoParam.h:41
 AliTRDrecoParam.h:42
 AliTRDrecoParam.h:43
 AliTRDrecoParam.h:44
 AliTRDrecoParam.h:45
 AliTRDrecoParam.h:46
 AliTRDrecoParam.h:47
 AliTRDrecoParam.h:48
 AliTRDrecoParam.h:49
 AliTRDrecoParam.h:50
 AliTRDrecoParam.h:51
 AliTRDrecoParam.h:52
 AliTRDrecoParam.h:53
 AliTRDrecoParam.h:54
 AliTRDrecoParam.h:55
 AliTRDrecoParam.h:56
 AliTRDrecoParam.h:57
 AliTRDrecoParam.h:58
 AliTRDrecoParam.h:59
 AliTRDrecoParam.h:60
 AliTRDrecoParam.h:61
 AliTRDrecoParam.h:62
 AliTRDrecoParam.h:63
 AliTRDrecoParam.h:64
 AliTRDrecoParam.h:65
 AliTRDrecoParam.h:66
 AliTRDrecoParam.h:67
 AliTRDrecoParam.h:68
 AliTRDrecoParam.h:69
 AliTRDrecoParam.h:70
 AliTRDrecoParam.h:71
 AliTRDrecoParam.h:72
 AliTRDrecoParam.h:73
 AliTRDrecoParam.h:74
 AliTRDrecoParam.h:75
 AliTRDrecoParam.h:76
 AliTRDrecoParam.h:77
 AliTRDrecoParam.h:78
 AliTRDrecoParam.h:79
 AliTRDrecoParam.h:80
 AliTRDrecoParam.h:81
 AliTRDrecoParam.h:82
 AliTRDrecoParam.h:83
 AliTRDrecoParam.h:84
 AliTRDrecoParam.h:85
 AliTRDrecoParam.h:86
 AliTRDrecoParam.h:87
 AliTRDrecoParam.h:88
 AliTRDrecoParam.h:89
 AliTRDrecoParam.h:90
 AliTRDrecoParam.h:91
 AliTRDrecoParam.h:92
 AliTRDrecoParam.h:93
 AliTRDrecoParam.h:94
 AliTRDrecoParam.h:95
 AliTRDrecoParam.h:96
 AliTRDrecoParam.h:97
 AliTRDrecoParam.h:98
 AliTRDrecoParam.h:99
 AliTRDrecoParam.h:100
 AliTRDrecoParam.h:101
 AliTRDrecoParam.h:102
 AliTRDrecoParam.h:103
 AliTRDrecoParam.h:104
 AliTRDrecoParam.h:105
 AliTRDrecoParam.h:106
 AliTRDrecoParam.h:107
 AliTRDrecoParam.h:108
 AliTRDrecoParam.h:109
 AliTRDrecoParam.h:110
 AliTRDrecoParam.h:111
 AliTRDrecoParam.h:112
 AliTRDrecoParam.h:113
 AliTRDrecoParam.h:114
 AliTRDrecoParam.h:115
 AliTRDrecoParam.h:116
 AliTRDrecoParam.h:117
 AliTRDrecoParam.h:118
 AliTRDrecoParam.h:119
 AliTRDrecoParam.h:120
 AliTRDrecoParam.h:121
 AliTRDrecoParam.h:122
 AliTRDrecoParam.h:123
 AliTRDrecoParam.h:124
 AliTRDrecoParam.h:125
 AliTRDrecoParam.h:126
 AliTRDrecoParam.h:127
 AliTRDrecoParam.h:128
 AliTRDrecoParam.h:129
 AliTRDrecoParam.h:130
 AliTRDrecoParam.h:131
 AliTRDrecoParam.h:132
 AliTRDrecoParam.h:133
 AliTRDrecoParam.h:134
 AliTRDrecoParam.h:135
 AliTRDrecoParam.h:136
 AliTRDrecoParam.h:137
 AliTRDrecoParam.h:138
 AliTRDrecoParam.h:139
 AliTRDrecoParam.h:140
 AliTRDrecoParam.h:141
 AliTRDrecoParam.h:142
 AliTRDrecoParam.h:143
 AliTRDrecoParam.h:144
 AliTRDrecoParam.h:145
 AliTRDrecoParam.h:146
 AliTRDrecoParam.h:147
 AliTRDrecoParam.h:148
 AliTRDrecoParam.h:149
 AliTRDrecoParam.h:150
 AliTRDrecoParam.h:151
 AliTRDrecoParam.h:152
 AliTRDrecoParam.h:153
 AliTRDrecoParam.h:154
 AliTRDrecoParam.h:155
 AliTRDrecoParam.h:156
 AliTRDrecoParam.h:157
 AliTRDrecoParam.h:158
 AliTRDrecoParam.h:159
 AliTRDrecoParam.h:160
 AliTRDrecoParam.h:161
 AliTRDrecoParam.h:162
 AliTRDrecoParam.h:163
 AliTRDrecoParam.h:164
 AliTRDrecoParam.h:165
 AliTRDrecoParam.h:166
 AliTRDrecoParam.h:167
 AliTRDrecoParam.h:168
 AliTRDrecoParam.h:169
 AliTRDrecoParam.h:170
 AliTRDrecoParam.h:171
 AliTRDrecoParam.h:172
 AliTRDrecoParam.h:173
 AliTRDrecoParam.h:174
 AliTRDrecoParam.h:175
 AliTRDrecoParam.h:176
 AliTRDrecoParam.h:177
 AliTRDrecoParam.h:178
 AliTRDrecoParam.h:179
 AliTRDrecoParam.h:180
 AliTRDrecoParam.h:181
 AliTRDrecoParam.h:182
 AliTRDrecoParam.h:183
 AliTRDrecoParam.h:184
 AliTRDrecoParam.h:185
 AliTRDrecoParam.h:186
 AliTRDrecoParam.h:187
 AliTRDrecoParam.h:188
 AliTRDrecoParam.h:189
 AliTRDrecoParam.h:190
 AliTRDrecoParam.h:191
 AliTRDrecoParam.h:192
 AliTRDrecoParam.h:193
 AliTRDrecoParam.h:194
 AliTRDrecoParam.h:195
 AliTRDrecoParam.h:196
 AliTRDrecoParam.h:197
 AliTRDrecoParam.h:198
 AliTRDrecoParam.h:199
 AliTRDrecoParam.h:200
 AliTRDrecoParam.h:201
 AliTRDrecoParam.h:202
 AliTRDrecoParam.h:203
 AliTRDrecoParam.h:204
 AliTRDrecoParam.h:205
 AliTRDrecoParam.h:206
 AliTRDrecoParam.h:207
 AliTRDrecoParam.h:208
 AliTRDrecoParam.h:209
 AliTRDrecoParam.h:210
 AliTRDrecoParam.h:211
 AliTRDrecoParam.h:212
 AliTRDrecoParam.h:213
 AliTRDrecoParam.h:214
 AliTRDrecoParam.h:215
 AliTRDrecoParam.h:216
 AliTRDrecoParam.h:217
 AliTRDrecoParam.h:218
 AliTRDrecoParam.h:219
 AliTRDrecoParam.h:220
 AliTRDrecoParam.h:221
 AliTRDrecoParam.h:222
 AliTRDrecoParam.h:223
 AliTRDrecoParam.h:224
 AliTRDrecoParam.h:225
 AliTRDrecoParam.h:226
 AliTRDrecoParam.h:227
 AliTRDrecoParam.h:228
 AliTRDrecoParam.h:229
 AliTRDrecoParam.h:230
 AliTRDrecoParam.h:231
 AliTRDrecoParam.h:232
 AliTRDrecoParam.h:233
 AliTRDrecoParam.h:234
 AliTRDrecoParam.h:235
 AliTRDrecoParam.h:236
 AliTRDrecoParam.h:237
 AliTRDrecoParam.h:238
 AliTRDrecoParam.h:239
 AliTRDrecoParam.h:240
 AliTRDrecoParam.h:241
 AliTRDrecoParam.h:242
 AliTRDrecoParam.h:243
 AliTRDrecoParam.h:244
 AliTRDrecoParam.h:245
 AliTRDrecoParam.h:246
 AliTRDrecoParam.h:247
 AliTRDrecoParam.h:248
 AliTRDrecoParam.h:249
 AliTRDrecoParam.h:250
 AliTRDrecoParam.h:251
 AliTRDrecoParam.h:252
 AliTRDrecoParam.h:253
 AliTRDrecoParam.h:254
 AliTRDrecoParam.h:255
 AliTRDrecoParam.h:256
 AliTRDrecoParam.h:257
 AliTRDrecoParam.h:258
 AliTRDrecoParam.h:259
 AliTRDrecoParam.h:260
 AliTRDrecoParam.h:261
 AliTRDrecoParam.h:262
 AliTRDrecoParam.h:263
 AliTRDrecoParam.h:264
 AliTRDrecoParam.h:265
 AliTRDrecoParam.h:266
 AliTRDrecoParam.h:267
 AliTRDrecoParam.h:268
 AliTRDrecoParam.h:269
 AliTRDrecoParam.h:270
 AliTRDrecoParam.h:271
 AliTRDrecoParam.h:272
 AliTRDrecoParam.h:273
 AliTRDrecoParam.h:274
 AliTRDrecoParam.h:275
 AliTRDrecoParam.h:276
 AliTRDrecoParam.h:277
 AliTRDrecoParam.h:278
 AliTRDrecoParam.h:279
 AliTRDrecoParam.h:280
 AliTRDrecoParam.h:281
 AliTRDrecoParam.h:282
 AliTRDrecoParam.h:283
 AliTRDrecoParam.h:284
 AliTRDrecoParam.h:285
 AliTRDrecoParam.h:286
 AliTRDrecoParam.h:287
 AliTRDrecoParam.h:288
 AliTRDrecoParam.h:289
 AliTRDrecoParam.h:290
 AliTRDrecoParam.h:291
 AliTRDrecoParam.h:292
 AliTRDrecoParam.h:293
 AliTRDrecoParam.h:294
 AliTRDrecoParam.h:295
 AliTRDrecoParam.h:296
 AliTRDrecoParam.h:297
 AliTRDrecoParam.h:298
 AliTRDrecoParam.h:299
 AliTRDrecoParam.h:300
 AliTRDrecoParam.h:301
 AliTRDrecoParam.h:302
 AliTRDrecoParam.h:303
 AliTRDrecoParam.h:304
 AliTRDrecoParam.h:305
 AliTRDrecoParam.h:306
 AliTRDrecoParam.h:307
 AliTRDrecoParam.h:308
 AliTRDrecoParam.h:309
 AliTRDrecoParam.h:310
 AliTRDrecoParam.h:311
 AliTRDrecoParam.h:312
 AliTRDrecoParam.h:313
 AliTRDrecoParam.h:314
 AliTRDrecoParam.h:315
 AliTRDrecoParam.h:316
 AliTRDrecoParam.h:317
 AliTRDrecoParam.h:318