1 #ifndef canvas_Persistency_Provenance_RunID_h 2 #define canvas_Persistency_Provenance_RunID_h 23 constexpr
RunID() noexcept;
88 <<
"cannot increment invalid run number.";
91 <<
"cannot increment maximum run number.";
101 <<
"cannot decrement minimum run number.";
104 <<
"cannot increment maximum run number.";
137 return !(*
this ==
other);
152 return (*
this < other) || (*
this ==
other);
158 return (other < *
this);
164 return !(*
this <
other);
176 <<
"Attempt to construct RunID with an invalid number.\n" 177 <<
"Maybe you want RunID::flushRun()?\n";
bool operator>=(RunID const &other) const
RunNumber_t inRangeOrInvalid(RunNumber_t r)
bool operator==(RunID const &other) const
bool operator!=(RunID const &other) const
std::ostream & operator<<(std::ostream &os, const GroupSelector &gs)
bool operator>(RunID const &other) const
static constexpr RunID flushRun() noexcept
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)
constexpr RunID() noexcept
IDNumber_t< Level::Run > RunNumber_t