LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
FileFormatVersion.cc
Go to the documentation of this file.
1
#include "
canvas/Persistency/Provenance/FileFormatVersion.h
"
2
#include <ostream>
3
4
std::ostream&
5
art::operator<<
(std::ostream& os,
FileFormatVersion
const
&
ff
)
6
{
7
os << (ff.
era_
.empty() ?
""
: (ff.
era_
+
": "
)) << ff.
value_
;
8
return
os;
9
}
art::operator<<
std::ostream & operator<<(std::ostream &os, EDAnalyzer::Table< T > const &t)
Definition:
EDAnalyzer.h:184
FileFormatVersion.h
art::FileFormatVersion
Definition:
FileFormatVersion.h:9
art::FileFormatVersion::value_
int value_
Definition:
FileFormatVersion.h:21
ff
TFile ff[ntarg]
Definition:
Style.C:26
art::FileFormatVersion::era_
std::string era_
Definition:
FileFormatVersion.h:22
canvas
Persistency
Provenance
FileFormatVersion.cc
Generated on Wed Dec 12 2018 14:42:35 for LArSoft by
1.8.11