]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrack.cxx
Added macros for production using Geant4. 3 different physics lists can be used:...
[u/mrichter/AliRoot.git] / TRD / AliTRDtrack.cxx
index d1e9b1e313ce6a4647dc9f166df8727b96531c56..0205870a8e210da76f302ef619c064156ba14d6b 100644 (file)
@@ -495,7 +495,7 @@ void AliTRDtrack::CookdEdxTimBin(const Int_t/* tid*/)
   // Number of clusters attached to track per chamber and slice
   Int_t     nCluster[kNplane][AliTRDCalPID::kNSlicesLQ];
   // Number of time bins in chamber
-  Int_t ntb = AliTRDcalibDB::Instance()->GetNumberOfTimeBins();
+  Int_t ntb = AliTRDcalibDB::Instance()->GetNumberOfTimeBinsDCS();
   Int_t plane;                  // Plane of current cluster
   Int_t tb;                     // Time bin of current cluster
   Int_t slice;                  // Current slice
@@ -563,7 +563,7 @@ void AliTRDtrack::CookdEdxNN(Float_t *dedx)
   //
  
   //number of time bins in chamber
-  Int_t ntb = AliTRDcalibDB::Instance()->GetNumberOfTimeBins();
+  Int_t ntb = AliTRDcalibDB::Instance()->GetNumberOfTimeBinsDCS();
 
   Int_t plane;                    // plane of current cluster
   Int_t tb;                       // time bin of current cluster