LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
GetFileFormatEra.cc
Go to the documentation of this file.
1
// change
2
#include "
art/Framework/IO/Root/GetFileFormatEra.h
"
3
5
// Era Histoy
7
//
8
// In general:
9
//
10
// * A change to the persistent format which is both backward- and
11
// forawrd-compatible requires no change to the version or era.
12
//
13
// * A backward-compatible change should change the version.
14
//
15
// * A non-backward-compatible change should change the era,
16
//
17
// Era Comments
18
//
19
// - As forked from CMS.
20
// ART_2011_a Initial ART-only format.
21
//
23
namespace
art
{
24
std::string
const
&
25
getFileFormatEra
()
26
{
27
static
std::string
const
era =
"ART_2011a"
;
28
return
era;
29
}
30
}
art::getFileFormatEra
std::string const & getFileFormatEra()
Definition:
GetFileFormatEra.cc:25
art
HLT enums.
Definition:
ServiceProviderWrappers.h:36
GetFileFormatEra.h
art
Framework
IO
Root
GetFileFormatEra.cc
Generated on Thu Jul 26 2018 13:09:40 for LArSoft by
1.8.11