X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MONITOR%2Froot2date.h;h=b38aea13299aa29e34d171e3a78dced4adcc109f;hb=fe0adf2adf12fd78a79058e9944c9005dd12a099;hp=4227130f4fe6801abc169bd335c5184bd49ff844;hpb=8e8e0e3e2bfde034b1531f75c531133edaec0554;p=u%2Fmrichter%2FAliRoot.git diff --git a/MONITOR/root2date.h b/MONITOR/root2date.h index 4227130f4fe..b38aea13299 100644 --- a/MONITOR/root2date.h +++ b/MONITOR/root2date.h @@ -7,16 +7,15 @@ #ifndef ROOT2DATE_H #define ROOT2DATE_H -#include "AliRawData.h" -#include "AliRawEvent.h" +#include "AliRawVEvent.h" #include "AliRawEventHeaderBase.h" -#include "AliRawEquipment.h" +#include "AliRawVEquipment.h" #include "AliRawEquipmentHeader.h" #include "AliRawData.h" #include "AliDAQ.h" #include -int Root2Date(AliRawEvent *gdcRootEvent, unsigned char *gdcDateEvent, char *ddlDir); +int Root2Date(AliRawVEvent *gdcRootEvent, unsigned char *gdcDateEvent, char *ddlDir); #endif