ATLAS Offline Software
Loading...
Searching...
No Matches
H5Zlz4.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LZ4_PLUGIN_H5ZLZ4_H
6#define LZ4_PLUGIN_H5ZLZ4_H
7
8/* Filter id allocated to the LZ4 filter by the HDF Group. Shared between
9 the filter itself and the code that adds it to a property list. */
10#define H5Z_FILTER_LZ4 32004
11
12#endif