]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Public members access replaced by the corresponding gettera (Marco)
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Jun 2007 12:03:55 +0000 (12:03 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Jun 2007 12:03:55 +0000 (12:03 +0000)
ITS/AliITSBeamTestDigSPD.cxx

index 758b04d918f34db04e698cb11607d7e5997d329a..0ae2e74f8e1abfc538c523af4c05ce7cb9156dfc 100644 (file)
@@ -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();