LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
EventID.cc
Go to the documentation of this file.
1
#include "
canvas/Persistency/Provenance/EventID.h
"
2
#include "
canvas/Utilities/Exception.h
"
3
4
#include <ostream>
5
6
std::ostream&
7
art::operator<<
(std::ostream& os,
EventID
const
& iID)
8
{
9
os << iID.
subRun_
<<
" event: "
;
10
if
(iID.
isFlush
()) {
11
os <<
"FLUSH"
;
12
}
else
if
(iID.
isValid
()) {
13
os << iID.
event_
;
14
}
else
{
15
os <<
"INVALID"
;
16
}
17
return
os;
18
}
art::EventID::isValid
bool isValid() const
Definition:
EventID.h:123
art::operator<<
std::ostream & operator<<(std::ostream &os, EDAnalyzer::Table< T > const &t)
Definition:
EDAnalyzer.h:184
EventID.h
art::EventID::isFlush
bool isFlush() const
Definition:
EventID.h:129
art::EventID::subRun_
SubRunID subRun_
Definition:
EventID.h:76
art::EventID::event_
EventNumber_t event_
Definition:
EventID.h:77
Exception.h
art::EventID
Definition:
EventID.h:20
canvas
Persistency
Provenance
EventID.cc
Generated on Thu Jul 26 2018 13:09:44 for LArSoft by
1.8.11