Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
FWCore
Utilities
bin
edmToFriendlyClassName.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: Utilities
4
// Class : edmToFriendlyClassName
5
//
6
// Implementation:
7
// <Notes on implementation>
8
//
9
// Original Author: Chris Jones
10
// Created: Thu Oct 4 14:30:17 EDT 2007
11
//
12
13
// user include files
14
#include "
FWCore/Utilities/interface/FriendlyName.h
"
15
16
// system include files
17
#include <iostream>
18
#include <stdexcept>
19
20
int
main
(
int
argc
,
char
*
argv
[])
try
{
21
for
(
int
index
= 1;
index
<
argc
; ++
index
) {
22
std::cout
<<
edm::friendlyname::friendlyName
(
argv
[
index
]) << std::endl;
23
}
24
return
0;
25
}
catch
(
std::exception
const
&
e
) {
26
std::cerr
<<
e
.what() << std::endl;
27
return
1;
28
}
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
cppFunctionSkipper.exception
exception
Definition:
cppFunctionSkipper.py:10
GCPpyPlots.argv
argv
Definition:
GCPpyPlots.py:3
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:93
edm::friendlyname::friendlyName
std::string friendlyName(std::string const &iFullName)
Definition:
FriendlyName.cc:310
FriendlyName.h
main
int main(int argc, char *argv[])
Definition:
edmToFriendlyClassName.cc:20
DMR_cfg.cerr
cerr
Definition:
DMR_cfg.py:78
dir2webdir.argc
argc
Definition:
dir2webdir.py:39
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
Generated for CMSSW Reference Manual by
1.8.14