DUNE StandardRecord
Base object for DUNE analysis files (CAFs)
Loading...
Searching...
No Matches
SRGlobal.h
1#ifndef DUNEANAOBJ_SRGLOBAL_H
2#define DUNEANAOBJ_SRGLOBAL_H
3
4#include "duneanaobj/StandardRecord/SRWeightGlobal.h"
5
6#include <array>
7#include <string>
8
9namespace caf
10{
12 {
13 public:
14 SRGlobal();
15 ~SRGlobal();
16
17 SRWeightGlobal wgts;
18 std::string first_git_shorthash;
19 std::string first_version;
20 std::string latest_git_shorthash;
21 std::string latest_version;
22
23 void UpdateVersionInformation();
24 };
25
26} // end namespace
27
28#endif // DUNEANAOBJ_SRGLOBAL_H
Definition: SRGlobal.h:12
Definition: SRWeightGlobal.h:11
Common Analysis Files.
Definition: Navigate.cxx:8