From 634692a144bd6fc58f8aa30ad5b34d1300d82393 Mon Sep 17 00:00:00 2001 From: tkuhr Date: Wed, 13 Oct 2004 11:22:07 +0000 Subject: [PATCH 1/1] protected variable fTimeBunch added --- RAW/AliAltroRawStream.cxx | 1 + RAW/AliAltroRawStream.h | 1 + 2 files changed, 2 insertions(+) diff --git a/RAW/AliAltroRawStream.cxx b/RAW/AliAltroRawStream.cxx index 0723c6c66c3..4e5a33c344b 100644 --- a/RAW/AliAltroRawStream.cxx +++ b/RAW/AliAltroRawStream.cxx @@ -130,6 +130,7 @@ Bool_t AliAltroRawStream::Next() return kFALSE; } fBunchLength = Get10BitWord(fData, --fPosition) - 2; + fTimeBunch = fBunchLength; fCount--; if (fPosition <= 0) { diff --git a/RAW/AliAltroRawStream.h b/RAW/AliAltroRawStream.h index 86cda07249b..e2a9f73ab33 100644 --- a/RAW/AliAltroRawStream.h +++ b/RAW/AliAltroRawStream.h @@ -32,6 +32,7 @@ class AliAltroRawStream: public TObject { Int_t fPrevPad; // index of previous pad Int_t fTime; // index of current time bin Int_t fSignal; // signal in ADC counts + Int_t fTimeBunch; // total length of the current time bunch AliRawReader* fRawReader; // object for reading the raw data -- 2.43.0