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

//__________________________________________________________________________
// AEVCompElRep
//
//

#include "AEVCompElRep.h"

#include "AEVCompElRep.c7"

ClassImp(AEVCompElRep);

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

void AEVCompElRep::_init()
{
  mNSlots = mNSFree = 100;
  mSpeedFacAvg = 1; mSpeedFacSgm = 0.02;
}

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


/**************************************************************************/
 AEVCompElRep.cxx:1
 AEVCompElRep.cxx:2
 AEVCompElRep.cxx:3
 AEVCompElRep.cxx:4
 AEVCompElRep.cxx:5
 AEVCompElRep.cxx:6
 AEVCompElRep.cxx:7
 AEVCompElRep.cxx:8
 AEVCompElRep.cxx:9
 AEVCompElRep.cxx:10
 AEVCompElRep.cxx:11
 AEVCompElRep.cxx:12
 AEVCompElRep.cxx:13
 AEVCompElRep.cxx:14
 AEVCompElRep.cxx:15
 AEVCompElRep.cxx:16
 AEVCompElRep.cxx:17
 AEVCompElRep.cxx:18
 AEVCompElRep.cxx:19
 AEVCompElRep.cxx:20
 AEVCompElRep.cxx:21
 AEVCompElRep.cxx:22
 AEVCompElRep.cxx:23
 AEVCompElRep.cxx:24
 AEVCompElRep.cxx:25
 AEVCompElRep.cxx:26
 AEVCompElRep.cxx:27
 AEVCompElRep.cxx:28
 AEVCompElRep.cxx:29