ROOT logo
// Author: Cvetan Cheshkov  11/05/2009

/**************************************************************************
 * Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/

//////////////////////////////////////////////////////////////////////////
//                                                                      //
// AliRawVEvent                                                         //
//                                                                      //
// Set of classes defining the ALICE RAW event format. The AliRawVEvent //
// class defines a RAW event. It consists of an AliEventHeader object   //
// an AliEquipmentHeader object, an AliRawData object and an array of   //
// sub-events, themselves also being AliRawVEvents. The number of       //
// sub-events depends on the number of DATE LDC's.                      //
// The AliRawVEvent objects are written to a ROOT file using different   //
// technologies, i.e. to local disk via AliRawDB or via rfiod using     //
// AliRawRFIODB or via rootd using AliRawRootdDB or to CASTOR via       //
// rootd using AliRawCastorDB (and for performance testing there is     //
// also AliRawNullDB).                                                  //
// The AliStats class provides statics information that is added as     //
// a single keyed object to each raw file.                              //
// The AliTagDB provides an interface to a TAG database.                //
// The AliMDC class is usid by the "alimdc" stand-alone program         //
// that reads data directly from DATE.                                  //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#include "AliRawVEvent.h"


ClassImp(AliRawVEvent)
 AliRawVEvent.cxx:1
 AliRawVEvent.cxx:2
 AliRawVEvent.cxx:3
 AliRawVEvent.cxx:4
 AliRawVEvent.cxx:5
 AliRawVEvent.cxx:6
 AliRawVEvent.cxx:7
 AliRawVEvent.cxx:8
 AliRawVEvent.cxx:9
 AliRawVEvent.cxx:10
 AliRawVEvent.cxx:11
 AliRawVEvent.cxx:12
 AliRawVEvent.cxx:13
 AliRawVEvent.cxx:14
 AliRawVEvent.cxx:15
 AliRawVEvent.cxx:16
 AliRawVEvent.cxx:17
 AliRawVEvent.cxx:18
 AliRawVEvent.cxx:19
 AliRawVEvent.cxx:20
 AliRawVEvent.cxx:21
 AliRawVEvent.cxx:22
 AliRawVEvent.cxx:23
 AliRawVEvent.cxx:24
 AliRawVEvent.cxx:25
 AliRawVEvent.cxx:26
 AliRawVEvent.cxx:27
 AliRawVEvent.cxx:28
 AliRawVEvent.cxx:29
 AliRawVEvent.cxx:30
 AliRawVEvent.cxx:31
 AliRawVEvent.cxx:32
 AliRawVEvent.cxx:33
 AliRawVEvent.cxx:34
 AliRawVEvent.cxx:35
 AliRawVEvent.cxx:36
 AliRawVEvent.cxx:37
 AliRawVEvent.cxx:38
 AliRawVEvent.cxx:39
 AliRawVEvent.cxx:40
 AliRawVEvent.cxx:41
 AliRawVEvent.cxx:42
 AliRawVEvent.cxx:43