//  
// Author: Oliver Maria Kind <mailto: kind@mail.desy.de>
// Update: $Id: AtlFastElectron.h,v 1.1 2009/01/05 17:28:30 mandry Exp $
// Copyright: 2008 (C) Oliver Maria Kind
//
#ifndef ATLAS_AtlFastElectron
#define ATLAS_AtlFastElectron
#ifndef HEP_HepElectron
#include <HepElectron.h>
#endif

class AtlFastElectron : public HepElectron {

private:

public:
    AtlFastElectron();
    AtlFastElectron(Int_t Id, Float_t Px, Float_t Py, Float_t Pz, Float_t E,
	Bool_t IsPositron);
    virtual ~AtlFastElectron();
    virtual void Clear(Option_t *option = "");
    virtual void Print(Option_t *option = "");
    static void PrintHeader();
    static void PrintFooter();

    ClassDef(AtlFastElectron,1) // Atlas electron class
};
#endif
 AtlFastElectron.h:1
 AtlFastElectron.h:2
 AtlFastElectron.h:3
 AtlFastElectron.h:4
 AtlFastElectron.h:5
 AtlFastElectron.h:6
 AtlFastElectron.h:7
 AtlFastElectron.h:8
 AtlFastElectron.h:9
 AtlFastElectron.h:10
 AtlFastElectron.h:11
 AtlFastElectron.h:12
 AtlFastElectron.h:13
 AtlFastElectron.h:14
 AtlFastElectron.h:15
 AtlFastElectron.h:16
 AtlFastElectron.h:17
 AtlFastElectron.h:18
 AtlFastElectron.h:19
 AtlFastElectron.h:20
 AtlFastElectron.h:21
 AtlFastElectron.h:22
 AtlFastElectron.h:23
 AtlFastElectron.h:24
 AtlFastElectron.h:25
 AtlFastElectron.h:26
 AtlFastElectron.h:27
 AtlFastElectron.h:28