X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2Falice-macros%2Ft0_raw.C;h=8749eebb398614bd3e3b53df35546957b691b4c5;hb=683601f2da12501791f83b7d748cceb33a799c15;hp=1dad3eaae31ec76b0efbc1cc400e8cc103b08ec0;hpb=6a680ee5878d0a2d248ba5fc05b60bf063232b36;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/alice-macros/t0_raw.C b/EVE/alice-macros/t0_raw.C index 1dad3eaae31..8749eebb398 100644 --- a/EVE/alice-macros/t0_raw.C +++ b/EVE/alice-macros/t0_raw.C @@ -1,21 +1,19 @@ // $Id$ +// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007 -namespace Alieve { -class Event; -} - - +/************************************************************************** + * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. * + * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for * + * full copyright notice. * + **************************************************************************/ void t0_raw() { - AliRunLoader* rl = Alieve::Event::AssertRunLoader(); - Int_t ievt = Alieve::gEvent->GetEventId(); + AliRunLoader* rl = AliEveEventManager::AssertRunLoader(); + Int_t ievt = gAliEveEvent->GetEventId(); cout<SetPalette(1, 0); - Alieve::T0Module::LoadRaw("raw.root",ievt); - - + AliEveT0Module::LoadRaw("raw.root",ievt); } -