ROOT logo
// $Id: ZGod.h 2088 2008-11-23 20:26:46Z matevz $

// 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 Gled_ZGod_H
#define Gled_ZGod_H

#include <Glasses/ZHashList.h>

class ZGod : public ZHashList {
  MAC_RNR_FRIENDS(ZGod);
private:
protected:
public:
  ZGod(const Text_t* n="ZGod", const Text_t* t=0) : ZHashList(n,t) {}


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


#endif
 ZGod.h:1
 ZGod.h:2
 ZGod.h:3
 ZGod.h:4
 ZGod.h:5
 ZGod.h:6
 ZGod.h:7
 ZGod.h:8
 ZGod.h:9
 ZGod.h:10
 ZGod.h:11
 ZGod.h:12
 ZGod.h:13
 ZGod.h:14
 ZGod.h:15
 ZGod.h:16
 ZGod.h:17
 ZGod.h:18
 ZGod.h:19
 ZGod.h:20
 ZGod.h:21
 ZGod.h:22
 ZGod.h:23
 ZGod.h:24
 ZGod.h:25