WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
version.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SPDLOG_VER_MAJOR   1
 
#define SPDLOG_VER_MINOR   3
 
#define SPDLOG_VER_PATCH   1
 
#define SPDLOG_VERSION   (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)
 

Macro Definition Documentation

◆ SPDLOG_VER_MAJOR

#define SPDLOG_VER_MAJOR   1

Definition at line 8 of file version.h.

◆ SPDLOG_VER_MINOR

#define SPDLOG_VER_MINOR   3

Definition at line 9 of file version.h.

◆ SPDLOG_VER_PATCH

#define SPDLOG_VER_PATCH   1

Definition at line 10 of file version.h.

◆ SPDLOG_VERSION

#define SPDLOG_VERSION   (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)

Definition at line 12 of file version.h.