Skip to content

DQM4hep/DQM4hep

Repository files navigation

Build Status Coverity Scan DOI

A Data Quality Monitoring for High Energy Physics

Install

Dependencies

  • ROOT version >= 6.08

Install commands

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

Licensing

License

DQM4hep is distributed under the LGPLv3 License

Bug report

Use the github issues interface