]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/macros/alieve_create_vsd.C
Add ITS digits / raw into the data-selection list (still disabled by default).
[u/mrichter/AliRoot.git] / EVE / macros / alieve_create_vsd.C
CommitLineData
d810d0de 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 *
51346b82 7 * full copyright notice. *
d810d0de 8 **************************************************************************/
8cc1d3b4 9
5a5a1232 10void alieve_create_vsd()
11{
8cc1d3b4 12 // Invoke from a running alieve, current event will be dumped.
5a5a1232 13
8cc1d3b4 14 TEveVSD::DisableTObjectStreamersForVSDStruct();
60c485aa 15
d810d0de 16 AliEveVSDCreator vc;
5a5a1232 17 vc.SetDebugLevel(2);
8cc1d3b4 18 vc.CreateVSD("AliVSD.root");
5a5a1232 19}