Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:24

0001 #ifndef PhysicsTools_HepMCCandAlgos_pdgEntryReplace_h
0002 #define PhysicsTools_HepMCCandAlgos_pdgEntryReplace_h
0003 #include <string>
0004 
0005 namespace HepPDT {
0006   class ParticleDataTable;
0007 }
0008 
0009 std::string pdgEntryReplace(const std::string&, HepPDT::ParticleDataTable const&);
0010 
0011 #endif