1 #ifndef canvas_Persistency_Provenance_RunID_h 2 #define canvas_Persistency_Provenance_RunID_h 46 friend std::ostream&
operator<<(std::ostream& os, RunID
const& iID);
87 <<
"cannot increment invalid run number.";
90 <<
"cannot increment maximum run number.";
100 <<
"cannot decrement minimum run number.";
103 <<
"cannot increment maximum run number.";
136 return !(*
this ==
other);
151 return (*
this < other) || (*
this ==
other);
157 return (other < *
this);
163 return !(*
this <
other);
175 <<
"Attempt to construct RunID with an invalid number.\n" 176 <<
"Maybe you want RunID::flushRun()?\n";
std::ostream & operator<<(std::ostream &os, EDAnalyzer::Table< T > const &t)
bool operator>=(RunID const &other) const
static constexpr RunID flushRun()
RunNumber_t inRangeOrInvalid(RunNumber_t r)
bool operator==(RunID const &other) const
bool operator!=(RunID const &other) const
bool operator>(RunID const &other) const
bool operator<(RunID const &other) const
cet::coded_exception< errors::ErrorCodes, ExceptionDetail::translate > Exception
bool operator<=(RunID const &other) const
friend std::ostream & operator<<(std::ostream &os, RunID const &iID)
IDNumber_t< Level::Run > RunNumber_t