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

class AtlFastMuon : public HepMuon {

private:

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

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