00001
00002
00003
00004
00005
00006
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
00022 template class HepPDT::DMFactory<HepMCConfig>;
00023 #endif
00024
00025 #endif // PARTICLEDATATABLECONFIG_H