00001 // $Id: SimpleParticle.hh,v 1.1 2001/11/09 15:23:35 mf Exp $ 00002 // ---------------------------------------------------------------------- 00003 // 00004 // SimpleParticle.h 00005 // Author: Walter Brown 00006 // 00007 // This is a toy particle for use by the HepPDT tests 00008 // This particle is NOT in the HepPDT namespace 00009 // ---------------------------------------------------------------------- 00010 00011 #ifndef SIMPLEPARTICLE_HH 00012 #define SIMPLEPARTICLE_HH 00013 00014 #include "CLHEP/config/CLHEP.h" 00015 00016 class SimpleParticle {}; 00017 00018 00019 #endif // SIMPLEPARTICLE_HH