]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/alieve_create_vsd.C
Use AliEveEventManager to obtain event-data.
[u/mrichter/AliRoot.git] / EVE / macros / alieve_create_vsd.C
1 // $Id$
2 // Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
3
4 /**************************************************************************
5  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
6  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
7  * full copyright notice.                                                 *
8  **************************************************************************/
9
10 void alieve_create_vsd()
11 {
12   // Invoke from a running alieve, current event will be dumped.
13
14   TEveVSD::DisableTObjectStreamersForVSDStruct();
15
16   AliEveVSDCreator vc;
17   vc.SetDebugLevel(2);
18   vc.CreateVSD("AliVSD.root");
19 }