Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:36

0001 #ifndef HepPDTProducer_ParticleDataTable_h
0002 #define HepPDTProducer_ParticleDataTable_h
0003 
0004 #include "FWCore/Framework/interface/data_default_record_trait.h"
0005 #include "HepPDT/ParticleDataTable.hh"
0006 #include "SimGeneral/HepPDTRecord/interface/PDTRecord.h"
0007 
0008 typedef HepPDT::ParticleDataTable ParticleDataTable;
0009 typedef HepPDT::ParticleData ParticleData;
0010 
0011 EVENTSETUP_DATA_DEFAULT_RECORD(HepPDT::ParticleDataTable, PDTRecord)
0012 
0013 #endif