]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliEvent.h
20-apr-2006 NvE Several small modifications to prevent gcc warnings.
[u/mrichter/AliRoot.git] / RALICE / AliEvent.h
index 1165fe24925209b916e34c8a3a186481020bbe00..dbf91caf6a9fb933a426b27f4af325ec076842ea 100644 (file)
@@ -43,6 +43,7 @@ class AliEvent : public AliVertex,public AliTimestamp
   Int_t GetRunNumber() const;             // Provide the run number
   Int_t GetEventNumber() const;           // Provide the event number
   virtual void HeaderData();              // Print the event header information
+  using AliVertex::Data;
   virtual void Data(TString f="car",TString u="rad"); // Print the event info within frame f and ang units u
   void SetDevCopy(Int_t j);               // (De)activate creation of private copies of the devices
   Int_t GetDevCopy() const;               // Provide DevCopy flag value      
@@ -87,6 +88,6 @@ class AliEvent : public AliVertex,public AliTimestamp
   TObject* fDisplay;                    //! Temp. pointer to hold objects which serve event displays
   TObjArray* fDevs;                     //! Temp. array to hold references to user selected devices
 
- ClassDef(AliEvent,21) // Creation and investigation of an Alice physics event.
+ ClassDef(AliEvent,22) // Creation and investigation of an Alice physics event.
 };
 #endif