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
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
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
DataFormats
Provenance
src
CompactEventAuxiliaryVector.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/CompactEventAuxiliaryVector.h
"
2
#include <ostream>
3
4
namespace
edm
{
5
void
CompactEventAuxiliaryVector::CompactEventAuxiliary::write
(std::ostream& os)
const
{
6
os <<
"processGUID = "
<<
processGUID
() << std::endl;
7
os <<
id
() <<
" "
<<
time
().
unixTime
() <<
" "
<<
bunchCrossing
() <<
" "
<<
orbitNumber
() << std::endl;
8
os <<
extra_
;
9
}
10
11
void
CompactEventAuxiliaryVector::CompactEventAuxiliaryExtra::write
(std::ostream& os)
const
{
12
os <<
"Process History ID = "
<< processHistoryID_ << std::endl;
13
os << storeNumber_ <<
" "
<< isRealData_ <<
" "
<< experimentType_ << std::endl;
14
}
15
}
// namespace edm
edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::extra_
const CompactEventAuxiliaryExtra & extra_
Definition:
CompactEventAuxiliaryVector.h:126
CompactEventAuxiliaryVector.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::Timestamp::unixTime
unsigned int unixTime() const
Time in seconds since January 1, 1970.
Definition:
Timestamp.h:40
edm::CompactEventAuxiliaryVector::CompactEventAuxiliaryExtra::write
void write(std::ostream &os) const
Definition:
CompactEventAuxiliaryVector.cc:11
edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::write
void write(std::ostream &os) const
Definition:
CompactEventAuxiliaryVector.cc:5
edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::id
EventID const & id() const
Definition:
CompactEventAuxiliaryVector.h:83
edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::orbitNumber
int orbitNumber() const
Definition:
CompactEventAuxiliaryVector.h:92
edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::processGUID
std::string const & processGUID() const
Definition:
CompactEventAuxiliaryVector.h:84
edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::bunchCrossing
int bunchCrossing() const
Definition:
CompactEventAuxiliaryVector.h:91
edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::time
Timestamp const & time() const
Definition:
CompactEventAuxiliaryVector.h:85
Generated for CMSSW Reference Manual by
1.8.16