LArSoft
v07_13_02
Liquid Argon Software toolkit - http://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
}
art::operator<<
std::ostream & operator<<(std::ostream &os, EDAnalyzer::Table< T > const &t)
Definition:
EDAnalyzer.h:184
SubRunID.h
art::SubRunID
Definition:
SubRunID.h:17
art::SubRunID::isValid
bool isValid() const
Definition:
SubRunID.h:96
art::SubRunID::run_
RunID run_
Definition:
SubRunID.h:63
art::SubRunID::subRun_
SubRunNumber_t subRun_
Definition:
SubRunID.h:64
art::SubRunID::isFlush
bool isFlush() const
Definition:
SubRunID.h:102
canvas
Persistency
Provenance
SubRunID.cc
Generated on Wed Dec 12 2018 14:42:35 for LArSoft by
1.8.11