CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/SimGeneral/HepPDTRecord/interface/ParticleDataTable.h

Go to the documentation of this file.
00001 #ifndef HepPDTProducer_ParticleDataTable_h
00002 #define HepPDTProducer_ParticleDataTable_h
00003 // $Id: ParticleDataTable.h,v 1.5 2007/03/20 09:09:29 llista Exp $
00004 
00005 #include "FWCore/Framework/interface/data_default_record_trait.h"
00006 #include "HepPDT/ParticleDataTable.hh"
00007 #include "SimGeneral/HepPDTRecord/interface/PDTRecord.h"
00008 
00009 typedef HepPDT::ParticleDataTable ParticleDataTable;
00010 typedef HepPDT::ParticleData ParticleData;
00011 
00012 EVENTSETUP_DATA_DEFAULT_RECORD( HepPDT::ParticleDataTable, PDTRecord )
00013 
00014 #endif