Hall C ROOT/C++ Analyzer (hcana)
hc_compiledata.h
Go to the documentation of this file.
1 #ifndef HCANA_COMPILEDATA_H
2 #define HCANA_COMPILEDATA_H
3 
4 #define HC_INCLUDEPATH "/Users/saw/ROOT/hcana/src"
5 #define HC_VERSION "0.90.0"
6 #define HC_DATE "Feb 16 2021"
7 #define HC_DATETIME "Tue Feb 16 2021"
8 #define HC_PLATFORM "Darwin-20.3.0-x86_64-i386-64bit"
9 #define HC_BUILDNODE "viola.local"
10 #define HC_BUILDDIR "/Users/saw/ROOT/hcana"
11 #define HC_BUILDUSER "saw"
12 #define HC_GITVERS "63d362f"
13 #define HC_CXXVERS "Apple clang version 11.0.0 (clang-1100.0.33.8)"
14 #define HC_ROOTVERS "6.11/01"
15 #define HCANA_VERSION_CODE 2304
16 #define HCANA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
17 
18 #endif