A Data Quality Monitoring for High Energy Physics
- ROOT version >= 6.08
source /path/to/root/bin/thisroot.sh
mkdir build
cd build
cmake [-DOPTIONS=...] ..
make install
where OPTIONS can be :
- DQM4hep_TESTING: Build unit testing binaries (default is ON)
- DQM4hep_WARNING_AS_ERROR: Whether to compile with -Werror (default is OFF)
- DQM4hep_EXTRA_WARNINGS: Whether to compile with -Wextra (default is ON)
- DQM4hep_DEV_WARNINGS: Additional developer warnings (default is OFF)
- DQM4hep_DOXYGEN_DOC: Generate Doxygen (default is OFF)
Then before using:
# This setup ROOT and DQM4hep
source /path/to/dqm4hep/bin/thisdqm4hep.sh
DQM4hep is distributed under the LGPLv3 License
Use the github issues interface