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

#ifndef Var1_Chopper_H
#define Var1_Chopper_H

#include <Glasses/Flyer.h>

class Chopper : public Flyer
{
  MAC_RNR_FRIENDS(Chopper);

private:
  void _init();

protected:

public:
  Chopper(const Text_t* n="Chopper", const Text_t* t=0);
  virtual ~Chopper();

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

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