]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/root2date.h
Go from pointer to ifstream to ifstream.
[u/mrichter/AliRoot.git] / MONITOR / root2date.h
CommitLineData
36470d8d 1// Author: Filimon Roukoutakis 02/08/2006
2
3/******************************************************************************
4 MOOD - Monitor Of On-line Data and Detector Debugger for ALICE Experiment
5******************************************************************************/
6
7#ifndef ROOT2DATE_H
8#define ROOT2DATE_H
9
33314186 10#include "AliRawVEvent.h"
36470d8d 11#include "AliRawEventHeaderBase.h"
33314186 12#include "AliRawVEquipment.h"
36470d8d 13#include "AliRawEquipmentHeader.h"
8e8e0e3e 14#include "AliRawData.h"
15#include "AliDAQ.h"
36470d8d 16
17#include <Riostream.h>
18
33314186 19int Root2Date(AliRawVEvent *gdcRootEvent, unsigned char *gdcDateEvent, char *ddlDir);
36470d8d 20
21#endif