Main Page
Namespaces
Classes
Package Documentation
DataFormats
Provenance
src
FileFormatVersion.cc
Go to the documentation of this file.
1
#include "
DataFormats/Provenance/interface/FileFormatVersion.h
"
2
#include <ostream>
3
4
namespace
edm
{
5
bool
6
FileFormatVersion::isValid
()
const
{
7
return
value_
>= 0;
8
}
9
10
bool
11
FileFormatVersion::lumiNumbers
()
const
{
12
return
value_
>= 2;
13
}
14
15
bool
16
FileFormatVersion::productIDIsInt
()
const
{
17
return
value_
>= 2;
18
}
19
20
bool
21
FileFormatVersion::newAuxiliary
()
const
{
22
return
value_
>= 3;
23
}
24
25
bool
26
FileFormatVersion::runsAndLumis
()
const
{
27
return
value_
>= 4;
28
}
29
30
bool
31
FileFormatVersion::eventHistoryBranch
()
const
{
32
return
value_
>= 5 &&
value_
< 7;
33
}
34
35
bool
36
FileFormatVersion::eventHistoryTree
()
const
{
37
return
value_
>= 7 &&
value_
< 17;
38
}
39
40
bool
41
FileFormatVersion::perEventProductIDs
()
const
{
42
return
value_
>= 8;
43
}
44
45
bool
46
FileFormatVersion::splitProductIDs
()
const
{
47
return
value_
>= 11;
48
}
49
50
bool
51
FileFormatVersion::fastCopyPossible
()
const
{
52
return
value_
>= 11;
53
}
54
55
bool
56
FileFormatVersion::parameterSetsByReference
()
const
{
57
return
value_
>= 12;
58
}
59
60
bool
61
FileFormatVersion::triggerPathsTracked
()
const
{
62
return
value_
>= 13;
63
}
64
65
bool
66
FileFormatVersion::lumiInEventID
()
const
{
67
return
value_
>= 14;
68
}
69
70
bool
71
FileFormatVersion::parameterSetsTree
()
const
{
72
return
value_
>= 15;
73
}
74
75
bool
76
FileFormatVersion::processHistorySameWithinRun
()
const
{
77
return
value_
>= 16;
78
}
79
80
bool
81
FileFormatVersion::hasIndexIntoFile
()
const
{
82
return
value_
>= 16;
83
}
84
85
bool
86
FileFormatVersion::mergeOnlySequentialRunsOrLumis
()
const
{
87
return
value_
>= 16;
88
}
89
90
bool
91
FileFormatVersion::noMetaDataTrees
()
const
{
92
return
value_
>= 17;
93
}
94
95
bool
96
FileFormatVersion::storedProductProvenanceUsed
()
const
{
97
return
value_
>= 18;
98
}
99
100
bool
101
FileFormatVersion::useReducedProcessHistoryID
()
const
{
102
return
value_
>= 19;
103
}
104
105
bool
106
FileFormatVersion::hasThinnedAssociations
()
const
{
107
return
value_
>= 20;
108
}
109
110
std::ostream&
111
operator<<
(std::ostream& os,
FileFormatVersion
const
&
ff
) {
112
os << ff.
value
();
113
return
os;
114
}
115
}
116
edm::FileFormatVersion::runsAndLumis
bool runsAndLumis() const
Definition:
FileFormatVersion.cc:26
edm::FileFormatVersion::hasIndexIntoFile
bool hasIndexIntoFile() const
Definition:
FileFormatVersion.cc:81
edm::FileFormatVersion::fastCopyPossible
bool fastCopyPossible() const
Definition:
FileFormatVersion.cc:51
edm::FileFormatVersion::isValid
bool isValid() const
Definition:
FileFormatVersion.cc:6
alignCSCRings.ff
ff
Definition:
alignCSCRings.py:148
edm::FileFormatVersion::productIDIsInt
bool productIDIsInt() const
Definition:
FileFormatVersion.cc:16
edm::FileFormatVersion
Definition:
FileFormatVersion.h:8
FileFormatVersion.h
edm::FileFormatVersion::eventHistoryBranch
bool eventHistoryBranch() const
Definition:
FileFormatVersion.cc:31
edm::FileFormatVersion::lumiInEventID
bool lumiInEventID() const
Definition:
FileFormatVersion.cc:66
edm::FileFormatVersion::eventHistoryTree
bool eventHistoryTree() const
Definition:
FileFormatVersion.cc:36
edm::FileFormatVersion::noMetaDataTrees
bool noMetaDataTrees() const
Definition:
FileFormatVersion.cc:91
edm::FileFormatVersion::storedProductProvenanceUsed
bool storedProductProvenanceUsed() const
Definition:
FileFormatVersion.cc:96
edm::FileFormatVersion::triggerPathsTracked
bool triggerPathsTracked() const
Definition:
FileFormatVersion.cc:61
edm::FileFormatVersion::parameterSetsByReference
bool parameterSetsByReference() const
Definition:
FileFormatVersion.cc:56
edm::FileFormatVersion::processHistorySameWithinRun
bool processHistorySameWithinRun() const
Definition:
FileFormatVersion.cc:76
edm::FileFormatVersion::splitProductIDs
bool splitProductIDs() const
Definition:
FileFormatVersion.cc:46
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::FileFormatVersion::value_
int value_
Definition:
FileFormatVersion.h:37
edm::FileFormatVersion::perEventProductIDs
bool perEventProductIDs() const
Definition:
FileFormatVersion.cc:41
edm::FileFormatVersion::useReducedProcessHistoryID
bool useReducedProcessHistoryID() const
Definition:
FileFormatVersion.cc:101
edm::FileFormatVersion::lumiNumbers
bool lumiNumbers() const
Definition:
FileFormatVersion.cc:11
edm::FileFormatVersion::value
int value() const
Definition:
FileFormatVersion.h:34
edm::FileFormatVersion::parameterSetsTree
bool parameterSetsTree() const
Definition:
FileFormatVersion.cc:71
edm::FileFormatVersion::newAuxiliary
bool newAuxiliary() const
Definition:
FileFormatVersion.cc:21
edm::operator<<
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
Definition:
HLTGlobalStatus.h:115
edm::FileFormatVersion::hasThinnedAssociations
bool hasThinnedAssociations() const
Definition:
FileFormatVersion.cc:106
edm::FileFormatVersion::mergeOnlySequentialRunsOrLumis
bool mergeOnlySequentialRunsOrLumis() const
Definition:
FileFormatVersion.cc:86
Generated for CMSSW Reference Manual by
1.8.11