LDMX Software
Version.h
1
10#ifndef _EVENT_VERSION_H_
11#define _EVENT_VERSION_H_
12
13namespace ldmx {
14
15//
16// The following variables will automatically be replaced by the corresponding
17// CMake variables.
18//
19
23#define GIT_SHA1 "3a1f52b2207aa75cc81ffc62c6a82402f716c58c"
24
28#define LDMXSW_VERSION "v4.2.18"
29
30}
31
32#endif // _EVENT_VERSION_H_