]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/EveDet/AliEveHOMERSourceList.cxx
Move contents of EVE/Alieve to EVE/EveDet as most code will remain there.
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveHOMERSourceList.cxx
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 **************************************************************************/
9
10#include "AliEveHOMERSourceList.h"
11
57ffa5fb 12//______________________________________________________________________________
d810d0de 13// AliEveHOMERSourceList
14//
15
16ClassImp(AliEveHOMERSourceList)
17
18AliEveHOMERSourceList::AliEveHOMERSourceList(const Text_t* n, const Text_t* t) :
19 TEveElementList(n, t)
20{
21
22}
23
24void AliEveHOMERSourceList::SelectAll()
25{
26 EnableListElements(kTRUE, kTRUE);
27}
28
29void AliEveHOMERSourceList::DeselectAll()
30{
31 DisableListElements (kFALSE, kFALSE);
32}