//ProtoJet class #ifndef _Atlfast_AtlfastProtoJET_H #define _Atlfast_AtlfastProtoJET_H #include "GaudiKernel/ContainedObject.h" #include "GaudiKernel/ObjectVector.h" #include "CLHEP/Vector/LorentzVector.h" #include "JetRec/ProtoJet.h" #include "AtlfastCode/AssociationManager.h" #include #include "HepMC/ParticleData.h" #include "HepMC/IO_PDG_ParticleDataTable.h" // Class ID for AtlfastProtojet class static const CLID CLID_ATLFAST_ATLFASTPROTO=2307 ; namespace Atlfast { class AtlfastProtoJet : public ProtoJet { public: AtlfastProtoJet(const HepLorentzVector& p4) : ProtoJet(p4){} ~AtlfastProtoJet(){} }; } //end of namespace bracket #endif