PhysicsTools
HepMCCandAlgos
interface
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
9
class
PdgEntryReplacer
{
10
public
:
11
explicit
PdgEntryReplacer
(
const
edm::EventSetup
& es) :
es_
(&es) {}
12
std::string
replace
(
const
std::string
&)
const
;
13
14
private
:
15
const
edm::EventSetup
*
es_
;
16
};
17
18
#endif
edm
HLT enums.
Definition:
AlignableModifier.h:19
PdgEntryReplacer::es_
const edm::EventSetup * es_
Definition:
PdgEntryReplacer.h:15
PdgEntryReplacer
Definition:
PdgEntryReplacer.h:9
PdgEntryReplacer::PdgEntryReplacer
PdgEntryReplacer(const edm::EventSetup &es)
Definition:
PdgEntryReplacer.h:11
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::EventSetup
Definition:
EventSetup.h:57
EventSetup
PdgEntryReplacer::replace
std::string replace(const std::string &) const
Definition:
PdgEntryReplacer.cc:6
Generated for CMSSW Reference Manual by
1.8.16