ROOT logo
// $Id: ZGroupIdentity.cxx 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/.

//__________________________________________________________________________
// ZGroupIdentity
//
// A glass representation of a group identity.
// So far it doesn't do anything special.

#include "ZGroupIdentity.h"
#include "ZGroupIdentity.c7"

ClassImp(ZGroupIdentity);

/**************************************************************************/

void ZGroupIdentity::_init()
{}

/**************************************************************************/
 ZGroupIdentity.cxx:1
 ZGroupIdentity.cxx:2
 ZGroupIdentity.cxx:3
 ZGroupIdentity.cxx:4
 ZGroupIdentity.cxx:5
 ZGroupIdentity.cxx:6
 ZGroupIdentity.cxx:7
 ZGroupIdentity.cxx:8
 ZGroupIdentity.cxx:9
 ZGroupIdentity.cxx:10
 ZGroupIdentity.cxx:11
 ZGroupIdentity.cxx:12
 ZGroupIdentity.cxx:13
 ZGroupIdentity.cxx:14
 ZGroupIdentity.cxx:15
 ZGroupIdentity.cxx:16
 ZGroupIdentity.cxx:17
 ZGroupIdentity.cxx:18
 ZGroupIdentity.cxx:19
 ZGroupIdentity.cxx:20
 ZGroupIdentity.cxx:21
 ZGroupIdentity.cxx:22
 ZGroupIdentity.cxx:23