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
CalibCalorimetry
EcalSRTools
src
PasswordReader.h
Go to the documentation of this file.
1
#ifndef PASSWORDREADER_H
2
#define PASSWORDREADER_H
3
4
#include <string>
5
6
class
PasswordReader
{
7
public
:
18
void
readPassword
(
const
std::string
&
fileName
,
const
std::string
&
user
,
std::string
&
password
);
19
34
std::string
tokenize
(
const
std::string
&
s
,
const
std::string
& delim,
size_t
&
pos
)
const
;
35
40
std::string
trim
(
const
std::string
&
s
,
const
std::string
&
chars
)
const
;
41
};
42
43
#endif //PASSWORDREADER_H not defined
PasswordReader::trim
std::string trim(const std::string &s, const std::string &chars) const
Definition:
PasswordReader.cc:66
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
EcalCondDBWriter_cfi.password
password
Definition:
EcalCondDBWriter_cfi.py:62
EnviromentSettings.user
user
Definition:
EnviromentSettings.py:30
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
chars
ROOT::VecOps::RVec< UChar_t > chars
Definition:
Resolutions.cc:6
PasswordReader::tokenize
std::string tokenize(const std::string &s, const std::string &delim, size_t &pos) const
Definition:
PasswordReader.cc:53
pos
Definition:
PixelCalibBase.h:13
PasswordReader::readPassword
void readPassword(const std::string &fileName, const std::string &user, std::string &password)
Definition:
PasswordReader.cc:11
PasswordReader
Definition:
PasswordReader.h:6
MillePedeFileConverter_cfg.fileName
fileName
Definition:
MillePedeFileConverter_cfg.py:32
Generated for CMSSW Reference Manual by
1.8.14