From af94582f9b6585b17e4f3b80492bc11d1407de3e Mon Sep 17 00:00:00 2001 From: fca Date: Sun, 4 Oct 2009 08:53:32 +0000 Subject: [PATCH] Fixes for TRD --- TRD/AliTRDQADataMakerRec.cxx | 1 + TRD/AliTRDrecoParam.h | 2 +- TRD/Cal/AliTRDCalDCS.h | 2 +- TRD/Cal/AliTRDCalDCSFEE.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TRD/AliTRDQADataMakerRec.cxx b/TRD/AliTRDQADataMakerRec.cxx index a4eacccca41..cd6c59b5c1b 100644 --- a/TRD/AliTRDQADataMakerRec.cxx +++ b/TRD/AliTRDQADataMakerRec.cxx @@ -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()) diff --git a/TRD/AliTRDrecoParam.h b/TRD/AliTRDrecoParam.h index 1cfc0afd6ee..725d173ba70 100644 --- a/TRD/AliTRDrecoParam.h +++ b/TRD/AliTRDrecoParam.h @@ -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 }; diff --git a/TRD/Cal/AliTRDCalDCS.h b/TRD/Cal/AliTRDCalDCS.h index 68c421d07fb..65960c4947c 100644 --- a/TRD/Cal/AliTRDCalDCS.h +++ b/TRD/Cal/AliTRDCalDCS.h @@ -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 diff --git a/TRD/Cal/AliTRDCalDCSFEE.h b/TRD/Cal/AliTRDCalDCSFEE.h index f79ce4b643b..a3386b40221 100644 --- a/TRD/Cal/AliTRDCalDCSFEE.h +++ b/TRD/Cal/AliTRDCalDCSFEE.h @@ -134,6 +134,6 @@ class AliTRDCalDCSFEE : public TNamed { TString fGainTableName; // the name of the gain table TString fGainTableDesc; // the description of the gain table - ClassDef(AliTRDCalDCSFEE,3) // TRD calibration class for TRD FEE parameters + ClassDef(AliTRDCalDCSFEE,4) // TRD calibration class for TRD FEE parameters }; #endif -- 2.39.3