]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/reve_load_vsd.C
Merge EVE-dev to HEAD.
[u/mrichter/AliRoot.git] / EVE / macros / reve_load_vsd.C
1 // $Header$
2
3 void reve_load_vsd(const Text_t* vsd = "AliVSD.root")
4 {
5   gReve->GetSelector()->LoadVSD(vsd);
6   gReve->GetSelector()->SelectHits();
7 }