]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/t0_raw.C
Move contents of EVE/Alieve to EVE/EveDet as most code will remain there.
[u/mrichter/AliRoot.git] / EVE / alice-macros / t0_raw.C
CommitLineData
6a680ee5 1// $Id$
d810d0de 2// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
3
4/**************************************************************************
5 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
6 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for *
51346b82 7 * full copyright notice. *
d810d0de 8 **************************************************************************/
6a680ee5 9
d810d0de 10class AliEveEventManager;
6a680ee5 11
12void t0_raw()
13{
d810d0de 14 AliRunLoader* rl = AliEveEventManager::AssertRunLoader();
15 Int_t ievt = gEvent->GetEventId();
6a680ee5 16 cout<<ievt<<endl;
17
18 gStyle->SetPalette(1, 0);
19
d810d0de 20 AliEveT0Module::LoadRaw("raw.root",ievt);
6a680ee5 21}