Skip to content

DQM4hep/dqm4hep-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

     

DQM4HEP Online library, a Data Quality Monitoring framework for High Energy Physics

Installation

The building process is managed by CMake.

Dependencies :

  • c++11 compiler
  • ROOT, version 6 required
  • DQMCore the Core library of DQM4HEP
  • DQMNet the Net library of DQM4HEP

In the top level directory :

mkdir build
cd build
cmake [-DOPTIONS=...] ..
make install
ctest # to check your installation

where OPTIONS can be :

  • INSTALL_DOC [ON/OFF] to install doxygen code documentation (default is OFF)

License and Copyright

Copyright (C), dqm4hep-online Authors

dqm4hep-online is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License long with this program. If not, see http://www.gnu.org/licenses/.

Bug report

You can send emails to dqm4hep@gmail.com or use the github issues interface

Releases

No releases published

Packages

No packages published

Languages