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

class AtlFastPhoton : public HepPhoton {

private:

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

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