Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef src_PDTRecord_h
0002 #define src_PDTRecord_h
0003 /**\class PDTRecord
0004  *
0005  * Description: Record for Particle Data Table entry
0006  *
0007  * \author: Luca Lista, INFN
0008  *
0009  *
0010  */
0011 
0012 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0013 
0014 class PDTRecord : public edm::eventsetup::EventSetupRecordImplementation<PDTRecord> {};
0015 
0016 #endif