//  
// Author: Oliver Maria Kind <mailto: kind@mail.desy.de>
// Update: $Id: AtlFastJet.h,v 1.2 2010/03/08 14:07:36 herrberg Exp $
// Copyright: 2008 (C) Oliver Maria Kind
//
#ifndef ATLAS_AtlFastJet
#define ATLAS_AtlFastJet
#ifndef HEP_HepJet
#include <HepJet.h>
#endif

class AtlFastJet : public HepJet {

private:

public:
    AtlFastJet();
    AtlFastJet(Int_t Id, Float_t E, Float_t Px, Float_t Py, Float_t Pz);
    virtual ~AtlFastJet();
    
    ClassDef(AtlFastJet,1) // Atlas MC truth jet
};
#endif

 AtlFastJet.h:1
 AtlFastJet.h:2
 AtlFastJet.h:3
 AtlFastJet.h:4
 AtlFastJet.h:5
 AtlFastJet.h:6
 AtlFastJet.h:7
 AtlFastJet.h:8
 AtlFastJet.h:9
 AtlFastJet.h:10
 AtlFastJet.h:11
 AtlFastJet.h:12
 AtlFastJet.h:13
 AtlFastJet.h:14
 AtlFastJet.h:15
 AtlFastJet.h:16
 AtlFastJet.h:17
 AtlFastJet.h:18
 AtlFastJet.h:19
 AtlFastJet.h:20
 AtlFastJet.h:21
 AtlFastJet.h:22
 AtlFastJet.h:23
 AtlFastJet.h:24