00001
00002 #ifndef _Atlfast_AtlfastTowerProtoJET_H
00003 #define _Atlfast_AtlfastTowerProtoJET_H
00004
00005
00006 #include "GaudiKernel/ContainedObject.h"
00007 #include "GaudiKernel/ObjectVector.h"
00008 #include "CLHEP/Vector/LorentzVector.h"
00009 #include "JetRec/ProtoJet.h"
00010
00011
00012
00013 #include "AtlfastCode/AssociationManager.h"
00014 #include <vector>
00015 #include "HepMC/ParticleData.h"
00016 #include "HepMC/IO_PDG_ParticleDataTable.h"
00017
00018
00019 static const CLID CLID_ATLFAST_ATLFASTTOWERPROTOJET=2308 ;
00020
00021 namespace Atlfast {
00022 class AtlfastTowerProtoJet :
00023 public ProtoJet {
00024 public:
00025 AtlfastTowerProtoJet(const HepLorentzVector& p4) :
00026 ProtoJet(p4){}
00027 ~AtlfastTowerProtoJet(){}
00028 };
00029
00030
00031
00032
00033 }
00034 #endif
00035
00036
00037
00038
00039
00040
00041
00042
00043