LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "FileFormatVersion.h"
Public Member Functions | |
FileFormatVersion ()=default | |
FileFormatVersion (int vers) | |
FileFormatVersion (int vers, std::string const &era) | |
bool | isValid () const |
Public Attributes | |
int | value_ {-1} |
std::string | era_ {} |
Definition at line 9 of file FileFormatVersion.h.
|
default |
|
inlineexplicit |
Definition at line 11 of file FileFormatVersion.h.
|
inline |
|
inline |
Definition at line 16 of file FileFormatVersion.h.
References value_.
Referenced by art::MixHelper::generateEventSequence(), and art::MixHelper::openNextFile_().
std::string art::FileFormatVersion::era_ {} |
Definition at line 22 of file FileFormatVersion.h.
Referenced by FileFormatVersion(), art::MixHelper::openAndReadMetaData_(), art::operator<<(), and read_all_parameter_sets().
int art::FileFormatVersion::value_ {-1} |
Definition at line 21 of file FileFormatVersion.h.
Referenced by art::RootInputTree::fillAux(), art::RootDelayedReader::getProduct_(), isValid(), art::operator<<(), art::operator==(), art::detail::InfoDumperInputFile::print_branchIDLists(), art::detail::InfoDumperInputFile::print_range_sets(), and read_all_parameter_sets().