CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PdgEntryReplacer.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_HepMCCandAlgos_PdgEntryReplacer_h
2 #define PhysicsTools_HepMCCandAlgos_PdgEntryReplacer_h
3 #include <string>
4 
5 namespace edm {
6  class EventSetup;
7 }
8 
10 public:
11  explicit PdgEntryReplacer(const edm::EventSetup & es) :
12  es_(& es) { }
13  std::string replace(const std::string&) const;
14 private:
16 };
17 
18 
19 #endif
std::string replace(const std::string &) const
const edm::EventSetup * es_
PdgEntryReplacer(const edm::EventSetup &es)