]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/alieve_create_vsd.C
523eae249c4cd205a904db04738d6e003dea0a87
[u/mrichter/AliRoot.git] / EVE / macros / alieve_create_vsd.C
1 void alieve_create_vsd()
2 {
3   // Invoke as: aliroot alieve_create_vsd.C
4
5   gSystem->Load("libPhysics");
6   gSystem->Load("libEG");
7   gSystem->Load("libTreePlayer");
8   gSystem->Load("libGed");
9   gSystem->Load("libRGL");
10
11   gSystem->Load("libReve");
12   gSystem->Load("libAlieve");
13
14   Reve::DisablePODTObjectStreamers();
15
16   Alieve::VSDCreator vc;
17   vc.SetDebugLevel(2);
18   vc.CreateVSD(".", 0, "AliVSD.root");
19 }