GetFileFormatEra.cc
Go to the documentation of this file.
1 // change
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&
26  {
27  static std::string const era = "ART_2011a";
28  return era;
29  }
30 } // namespace art
std::string string
Definition: nybbler.cc:12
std::string const & getFileFormatEra()