LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
SubRunID.cc
Go to the documentation of this file.
1
#include "
canvas/Persistency/Provenance/SubRunID.h
"
2
3
#include <ostream>
4
5
std::ostream&
6
art::operator<<
(std::ostream& os,
SubRunID
const
& iID)
7
{
8
os << iID.
run_
<<
" subRun: "
;
9
if
(iID.
isFlush
()) {
10
os <<
"FLUSH"
;
11
}
else
if
(iID.
isValid
()) {
12
os << iID.
subRun_
;
13
}
else
{
14
os <<
"INVALID"
;
15
}
16
return
os;
17
}
SubRunID.h
art::SubRunID
Definition:
SubRunID.h:19
art::SubRunID::isValid
bool isValid() const
Definition:
SubRunID.h:97
art::operator<<
std::ostream & operator<<(std::ostream &os, const GroupSelector &gs)
Definition:
GroupSelector.cc:63
art::SubRunID::run_
RunID run_
Definition:
SubRunID.h:64
art::SubRunID::subRun_
SubRunNumber_t subRun_
Definition:
SubRunID.h:65
art::SubRunID::isFlush
bool isFlush() const
Definition:
SubRunID.h:103
canvas
Persistency
Provenance
SubRunID.cc
Generated on Thu May 2 2024 20:59:31 for LArSoft by
1.8.11