HerdSoftware  0.1.1
DataModelVersion.h
Go to the documentation of this file.
1 // Automatically generated by CMake configuration system.
2 #ifndef DATAMODELVERSION_H_
3 #define DATAMODELVERSION_H_
4 namespace Herd {
5 namespace HerdDataModelVersion {
6 // increment major version every time backwards compatibility is broken
7 constexpr unsigned int major = 1;
8 // increment minor version every time a ClassDef version changes
9 constexpr unsigned int minor = 5;
10 } // namespace HerdDataModelVersion
11 } // namespace Herd
12 #endif
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:24
constexpr unsigned int minor
Definition: DataModelVersion.h:9
constexpr unsigned int major
Definition: DataModelVersion.h:7