Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
Framework
IO
Root
GetFileFormatEra.cc
Go to the documentation of this file.
1
// change
2
#include "
art/Framework/IO/Root/GetFileFormatEra.h
"
3
4
////////////////////////////////////////////////////////////////////////
5
// Era Histoy
6
////////////////////////////////////
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
//
22
////////////////////////////////////////////////////////////////////////
23
namespace
art
{
24
std::string
const
&
25
getFileFormatEra
()
26
{
27
static
std::string
const
era =
"ART_2011a"
;
28
return
era;
29
}
30
}
// namespace art
string
std::string string
Definition:
nybbler.cc:12
art::getFileFormatEra
std::string const & getFileFormatEra()
Definition:
GetFileFormatEra.cc:25
art
Definition:
BasicOptionsHandler.h:11
GetFileFormatEra.h
Generated by
1.8.11