]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/macros/alieve_online.C
Data member initialization is added for copy constructor
[u/mrichter/AliRoot.git] / EVE / macros / alieve_online.C
CommitLineData
319f3084 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
7void alieve_online()
8{
9 // List of macros to be executed
10 gROOT->Macro("its_raw.C");
11 gROOT->Macro("its_clusters.C");
6226bf2b 12 gROOT->Macro("tpc_raw.C");
13 gROOT->Macro("tpc_clusters.C");
14 gROOT->Macro("acorde_raw.C");
319f3084 15}