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
FWCore
Utilities
src
OStreamColumn.cc
Go to the documentation of this file.
1
#include "
FWCore/Utilities/interface/OStreamColumn.h
"
2
3
#include <algorithm>
4
5
namespace
edm
{
6
7
OStreamColumn::OStreamColumn
(
std::string
const
&
t
) :
OStreamColumn
{
t
, 0} {}
8
9
OStreamColumn::OStreamColumn
(
std::string
const
&
t
, std::size_t
const
w
)
10
: title_{
t
}, width_{
std::max
(
w
, title_.size())} {}
11
12
std::ostream&
operator<<
(std::ostream&
t
,
OStreamColumn
const
&
c
) {
13
t
<< std::setw(
c
.width_) <<
c
.title_;
14
return
t
;
15
}
16
17
}
// namespace edm
submitPVValidationJobs.t
string t
Definition:
submitPVValidationJobs.py:651
w
T w() const
Definition:
extBasic3DVector.h:225
edm::OStreamColumn
Definition:
OStreamColumn.h:53
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
OStreamColumn.h
edm::OStreamColumn::OStreamColumn
OStreamColumn(std::string const &t)
Definition:
OStreamColumn.cc:7
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:178
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger table.
Definition:
HLTGlobalStatus.h:108
Generated for CMSSW Reference Manual by
1.8.14