]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/macros/alieve_create_vsd.C
New file: initialization script for reve when launched from root.exe (there is unsolv...
[u/mrichter/AliRoot.git] / EVE / macros / alieve_create_vsd.C
CommitLineData
5a5a1232 1void alieve_create_vsd()
2{
3 // Invoke as: aliroot alieve_create_vsd.C
4
5 gSystem->Load("libPhysics.so");
6 gSystem->Load("libEG.so");
7 gSystem->Load("libTreePlayer.so");
8 gSystem->Load("libGed.so");
9
10 gSystem->Load("libReve.so");
11 gSystem->Load("libAlieve.so");
12
13 Reve::DisablePODTObjectStreamers();
14
15 Alieve::VSDCreator vc;
16 vc.SetDebugLevel(2);
17 vc.CreateVSD(".", 0, "AliVSD.root");
18}