LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
GetFileFormatEra.cc
Go to the documentation of this file.
1 // change
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&
26  {
27  static std::string const era = "ART_2011a";
28  return era;
29  }
30 }
std::string const & getFileFormatEra()
HLT enums.