Skip to content
forked from thegriglat/dqmcpp

CERN CMS ECAL DQM analysis library

Notifications You must be signed in to change notification settings

dkonst13/dqmcpp

 
 

Repository files navigation

DQMCpp

Here you can find a C++ library to work with CERN CMS DQM and some tests used in CMS PFG group. Fill free to use these tests as examples to develop your essential things!

Read online docs -- https://thegriglat.github.io/dqmcpp

How to build

DQMCpp only depends on libcurl and libcurl-dev. CMake is used as build system.

mkdir build
cd build
cmake ../src
make -j `nproc`

To get Doxygen docs about DQMCpp run make docs or make docs-pdf from root of the repository. I try to get docs up-to-date.

make docs
make docs-pdf

How to contribute:

  • Make changes
  • run make in source -- it will run clang-format to make code looks better and unified
  • Submit merge/pull request or contact via thegriglat@gmail.com

About

CERN CMS ECAL DQM analysis library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.0%
  • C 2.5%
  • CMake 0.2%
  • Dockerfile 0.1%
  • Python 0.1%
  • Makefile 0.1%