ROOT logo
// $Id$
// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007

/**************************************************************************
 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
 * full copyright notice.                                                 *
 **************************************************************************/

#if !defined(__CINT__) || defined(__MAKECINT__)
#include <TStyle.h>

#include <AliRawReader.h>
#include <AliEveEventManager.h>
#include <AliEveT0Module.h>
#endif

void t0_raw()
{
  AliRawReader *reader = AliEveEventManager::AssertRawReader();

  gStyle->SetPalette(1, 0);

  AliEveT0Module::LoadRaw(reader);
}
 t0_raw.C:1
 t0_raw.C:2
 t0_raw.C:3
 t0_raw.C:4
 t0_raw.C:5
 t0_raw.C:6
 t0_raw.C:7
 t0_raw.C:8
 t0_raw.C:9
 t0_raw.C:10
 t0_raw.C:11
 t0_raw.C:12
 t0_raw.C:13
 t0_raw.C:14
 t0_raw.C:15
 t0_raw.C:16
 t0_raw.C:17
 t0_raw.C:18
 t0_raw.C:19
 t0_raw.C:20
 t0_raw.C:21
 t0_raw.C:22
 t0_raw.C:23
 t0_raw.C:24
 t0_raw.C:25
 t0_raw.C:26