ROOT logo
// $Header$

// Copyright (C) 1999-2008, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

#ifndef AliEnViz_AEVSiteList_H
#define AliEnViz_AEVSiteList_H

#include <Glasses/ZNameMap.h>

class AEVSite;

class AEVSiteList : public ZNameMap
{
  MAC_RNR_FRIENDS(AEVSiteList);

private:
  void _init();

protected:

public:
  AEVSiteList(const Text_t* n="AEVSiteList", const Text_t* t=0);
  virtual ~AEVSiteList();

  AEVSite* FindSite(const TString& name);

#include "AEVSiteList.h7"
  ClassDef(AEVSiteList, 1);
}; // endclass AEVSiteList

#endif
 AEVSiteList.h:1
 AEVSiteList.h:2
 AEVSiteList.h:3
 AEVSiteList.h:4
 AEVSiteList.h:5
 AEVSiteList.h:6
 AEVSiteList.h:7
 AEVSiteList.h:8
 AEVSiteList.h:9
 AEVSiteList.h:10
 AEVSiteList.h:11
 AEVSiteList.h:12
 AEVSiteList.h:13
 AEVSiteList.h:14
 AEVSiteList.h:15
 AEVSiteList.h:16
 AEVSiteList.h:17
 AEVSiteList.h:18
 AEVSiteList.h:19
 AEVSiteList.h:20
 AEVSiteList.h:21
 AEVSiteList.h:22
 AEVSiteList.h:23
 AEVSiteList.h:24
 AEVSiteList.h:25
 AEVSiteList.h:26
 AEVSiteList.h:27
 AEVSiteList.h:28
 AEVSiteList.h:29
 AEVSiteList.h:30
 AEVSiteList.h:31
 AEVSiteList.h:32
 AEVSiteList.h:33