]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixes for TRD
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 4 Oct 2009 08:53:32 +0000 (08:53 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 4 Oct 2009 08:53:32 +0000 (08:53 +0000)
TRD/AliTRDQADataMakerRec.cxx
TRD/AliTRDrecoParam.h
TRD/Cal/AliTRDCalDCS.h
TRD/Cal/AliTRDCalDCSFEE.h

index a4eacccca4138f0e161e26204d36e04890c98d47..cd6c59b5c1bca693bdef8e14e1edb3c5540c6f62 100644 (file)
@@ -710,6 +710,7 @@ void AliTRDQADataMakerRec::MakeRaws(AliRawReader* rawReader)
   // AliTRDrawStreamTB::DisableSkipData();
 
   //AliTRDrawStreamTB *data = (AliTRDrawStreamTB*)AliTRDrawStreamBase::GetRawStream(rawReader);
+  AliTRDrawStreamBase::SetRawStreamVersion ("REAL") ;
   AliTRDrawStream *data = (AliTRDrawStream *)AliTRDrawStreamBase::GetRawStream(rawReader);  
 
   //if (raw->IsA()->GetName())
index 1cfc0afd6ee60b32e1a92a358afa928857c370b1..725d173ba70b08c9e16d9c8f2b60b05c306b92f1 100644 (file)
@@ -181,7 +181,7 @@ private:
   Int_t     fNumberOfPresamples;     // number of presamples 
   Int_t     fNumberOfPostsamples;     // number of postsamples 
 
-  ClassDef(AliTRDrecoParam, 9)       // Reconstruction parameters for TRD detector
+  ClassDef(AliTRDrecoParam, 10)       // Reconstruction parameters for TRD detector
 
 };
 
index 68c421d07fbb086b3bc007912daf3b77d18331a7..65960c4947c7303eee2ea23f1945fd7f8a02ceb8 100644 (file)
@@ -91,7 +91,7 @@ class AliTRDCalDCS : public TNamed {
 
   AliTRDCalDCSGTU *fGTUObj;
 
-  ClassDef(AliTRDCalDCS,2)         //  TRD calibration class for TRD DCS parameters
+  ClassDef(AliTRDCalDCS,3)         //  TRD calibration class for TRD DCS parameters
 
 };
 #endif
index f79ce4b643b7c64fbe22543e944111ec1a66d5fc..a3386b40221a370cd158e10eafb2b26064485571 100644 (file)
@@ -134,6 +134,6 @@ class AliTRDCalDCSFEE : public TNamed {
   TString fGainTableName;              // the name of the gain table\r
   TString fGainTableDesc;              // the description of the gain table\r
 \r
-  ClassDef(AliTRDCalDCSFEE,3)          // TRD calibration class for TRD FEE parameters\r
+  ClassDef(AliTRDCalDCSFEE,4)          // TRD calibration class for TRD FEE parameters\r
 };\r
 #endif\r