From deaefd38b8eeb037a81f53cfe44e4e530650f317 Mon Sep 17 00:00:00 2001 From: cvetan Date: Fri, 22 Jun 2007 12:03:55 +0000 Subject: [PATCH] Public members access replaced by the corresponding gettera (Marco) --- ITS/AliITSBeamTestDigSPD.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ITS/AliITSBeamTestDigSPD.cxx b/ITS/AliITSBeamTestDigSPD.cxx index 758b04d918f..0ae2e74f8e1 100644 --- a/ITS/AliITSBeamTestDigSPD.cxx +++ b/ITS/AliITSBeamTestDigSPD.cxx @@ -95,8 +95,8 @@ void AliITSBeamTestDigSPD::Exec(Option_t* /*opt*/) const AliRawDataHeader* rdh = fReader->GetDataHeader(); UChar_t blockAttributes = fReader->GetBlockAttributes(); UInt_t statusBits = fReader->GetStatusBits(); - UInt_t orbitNumber = rdh->fEventID2; - UShort_t bunchCross = rdh->fEventID1; + UInt_t orbitNumber = rdh->GetEventID2(); + UShort_t bunchCross = rdh->GetEventID1(); // UInt_t DataSize = rdh->fSize; //UChar_t L1TrigType = rdh->fL1TriggerType; //UInt_t MiniEvId = rdh->GetMiniEventID(); -- 2.43.0