CLHEP/HepMC/ParticleDataTableConfig.h

00001 // $Id: ParticleDataTableConfig.h,v 1.2 2002/07/26 21:11:27 garren Exp $
00002 // ----------------------------------------------------------------------
00003 // ParticleDataTableConfig.h
00004 // L. Garren
00005 //
00006 // Use this header if you are going to build a Particle Data Table
00007 // ----------------------------------------------------------------------
00008 
00009 #ifndef PARTICLEDATATABLECONFIG_H
00010 #define PARTICLEDATATABLECONFIG_H
00011 
00012 #include "CLHEP/config/CLHEP.h"
00013 
00014 #include "CLHEP/HepPDT/ParticleDataTableT.hh"
00015 #include "CLHEP/HepPDT/DecayChannelT.hh"
00016 #include "CLHEP/HepPDT/TableBuilderT.hh"
00017 
00018 #include "CLHEP/HepMC/HepMCConfig.h"
00019 
00020 #ifdef __osf__
00021 // kludge so linker can find HepPDT::DMFactory<HepMCConfig>::_inst
00022 template class HepPDT::DMFactory<HepMCConfig>;
00023 #endif
00024 
00025 #endif  // PARTICLEDATATABLECONFIG_H

Class Library for High Energy Physics (version 1.8)