LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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, const GroupSelector &gs)
Definition:
GroupSelector.cc:63
FileFormatVersion.h
art::FileFormatVersion
Definition:
FileFormatVersion.h:9
art::FileFormatVersion::value_
int value_
Definition:
FileFormatVersion.h:21
art::FileFormatVersion::era_
std::string era_
Definition:
FileFormatVersion.h:22
ff
TFile ff[ntarg]
Definition:
Style.C:26
canvas
Persistency
Provenance
FileFormatVersion.cc
Generated on Thu May 2 2024 20:59:31 for LArSoft by
1.8.11