]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MONITOR/root2date.h
New executable which can be used for derootification of raw data. One has to have...
[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
10#include "AliRawData.h"
11#include "AliRawEvent.h"
12#include "AliRawEventHeaderBase.h"
13#include "AliRawEquipment.h"
14#include "AliRawEquipmentHeader.h"
15#include "AliRawReaderRoot.h"
16#include "event.h"
17
18#include <Riostream.h>
19
20int Root2Date(AliRawEvent *gdcRootEvent, unsigned char *gdcDateEvent);
21
22#endif