ROOT logo
// $Id: AEVCompElRep.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 AliEnViz_AEVCompElRep_H
#define AliEnViz_AEVCompElRep_H

#include <Glasses/ZNode.h>

class AEVCompElRep : public ZNode {
  MAC_RNR_FRIENDS(AEVCompElRep);

private:
  void _init();

protected:
  Int_t		mNSlots;	// X{GS} 7 Value(-range=>[0,10000,1])
  Int_t		mNSFree;	// X{GS} 7 Value(-range=>[0,10000,1])

  Float_t	mSpeedFacAvg;	// X{GS} 7 Value(-range=>[0,10,1,1000])
  Float_t	mSpeedFacSgm;	// X{GS} 7 Value(-range=>[-10,10,1,1000])

public:
  AEVCompElRep(const Text_t* n="AEVCompElRep", const Text_t* t=0) : ZNode(n,t) { _init(); }


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


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