Main Page
Namespaces
Classes
Package Documentation
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) :
12
es_(& es) { }
13
std::string
replace
(
const
std::string
&)
const
;
14
private
:
15
const
edm::EventSetup
*
es_
;
16
};
17
18
19
#endif
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
python.rootplot.root2matplotlib.replace
def replace(string, replacements)
Definition:
root2matplotlib.py:443
EventSetup
edm::EventSetup
Definition:
EventSetup.h:52
PdgEntryReplacer::es_
const edm::EventSetup * es_
Definition:
PdgEntryReplacer.h:15
PdgEntryReplacer
Definition:
PdgEntryReplacer.h:9
edm
HLT enums.
Definition:
AlignableModifier.h:17
PdgEntryReplacer::PdgEntryReplacer
PdgEntryReplacer(const edm::EventSetup &es)
Definition:
PdgEntryReplacer.h:11
Generated for CMSSW Reference Manual by
1.8.11