From 324b8ec76094b56fb6144aee224d8d359775dca3 Mon Sep 17 00:00:00 2001 From: cblume Date: Fri, 18 Aug 2006 09:56:41 +0000 Subject: [PATCH] Do not stream the time structures --- TRD/AliTRDdigitizer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TRD/AliTRDdigitizer.h b/TRD/AliTRDdigitizer.h index 611f98a633a..63479dcb13e 100644 --- a/TRD/AliTRDdigitizer.h +++ b/TRD/AliTRDdigitizer.h @@ -97,8 +97,8 @@ class AliTRDdigitizer : public AliDigitizer { Float_t fLorentzFactor; // Factor due to Lorentz force Float_t fTimeLastVdrift; // The structures are valid for fLastVdrift (caching) - Float_t *fTimeStruct1; // Time Structure of Drift Cells - Float_t *fTimeStruct2; // Time Structure of Drift Cells + Float_t *fTimeStruct1; //! Time Structure of Drift Cells + Float_t *fTimeStruct2; //! Time Structure of Drift Cells Float_t fVDlo; // Lower drift velocity, for interpolation Float_t fVDhi; // Higher drift velocity, for interpolation @@ -106,7 +106,7 @@ class AliTRDdigitizer : public AliDigitizer { virtual Bool_t Init(); - ClassDef(AliTRDdigitizer,13) // Produces TRD-Digits + ClassDef(AliTRDdigitizer,14) // Produces TRD-Digits }; -- 2.43.0