ROOT logo
// $Id: Chopper.cxx 2118 2009-01-11 21:31:58Z 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/.

#include "Chopper.h"
#include "Chopper.c7"

// Chopper

//______________________________________________________________________________
//
//

ClassImp(Chopper);

//==============================================================================

void Chopper::_init()
{}

Chopper::Chopper(const Text_t* n, const Text_t* t) :
  Flyer(n, t)
{
  _init();
}

Chopper::~Chopper()
{}

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