]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/alieve_online.C
1. Correction for the previous commit - in order to visualise the esd data, the call...
[u/mrichter/AliRoot.git] / EVE / macros / alieve_online.C
1 /**************************************************************************
2  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
3  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
4  * full copyright notice.                                                 *
5  **************************************************************************/
6
7 void alieve_online()
8 {
9   // List of macros to be executed
10   gROOT->Macro("its_raw.C");
11   gROOT->Macro("its_clusters.C");
12   gROOT->Macro("tpc_raw.C");
13   gROOT->Macro("tpc_clusters.C");
14   gROOT->Macro("acorde_raw.C");
15   gROOT->Macro("esd_tracks.C");
16 }