CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FileFormatVersion.cc
Go to the documentation of this file.
2 #include <ostream>
3 
4 namespace edm {
5  bool
7  return value_ >= 0;
8  }
9 
10  bool
12  return value_ >= 2;
13  }
14 
15  bool
17  return value_ >= 2;
18  }
19 
20  bool
22  return value_ >= 3;
23  }
24 
25  bool
27  return value_ >= 4;
28  }
29 
30  bool
32  return value_ >= 5 && value_ < 7;
33  }
34 
35  bool
37  return value_ >= 7 && value_ < 17;
38  }
39 
40  bool
42  return value_ >= 8;
43  }
44 
45  bool
47  return value_ >= 11;
48  }
49 
50  bool
52  return value_ >= 11;
53  }
54 
55  bool
57  return value_ >= 12;
58  }
59 
60  bool
62  return value_ >= 13;
63  }
64 
65  bool
67  return value_ >= 14;
68  }
69 
70  bool
72  return value_ >= 15;
73  }
74 
75  bool
77  return value_ >= 16;
78  }
79 
80  bool
82  return value_ >= 16;
83  }
84 
85  bool
87  return value_ >= 16;
88  }
89 
90  bool
92  return value_ >= 17;
93  }
94 
95  std::ostream&
96  operator<< (std::ostream& os, FileFormatVersion const& ff) {
97  os << ff.value();
98  return os;
99  }
100 }
101 
bool hasIndexIntoFile() const
bool fastCopyPossible() const
bool eventHistoryBranch() const
bool eventHistoryTree() const
bool triggerPathsTracked() const
tuple ff
Definition: createTree.py:204
bool parameterSetsByReference() const
bool processHistorySameWithinRun() const
bool perEventProductIDs() const
bool parameterSetsTree() const
std::ostream & operator<<(std::ostream &ost, const HLTGlobalStatus &hlt)
Formatted printout of trigger tbale.
bool mergeOnlySequentialRunsOrLumis() const