Copyright 2017-2018
The build process is managed by CMake
- dqm4hep for CMake macros
- dqm4hep-core
In the root directory :
mkdir build
cd build
cmake -DCMAKE_MODULE_PATH=/path/to/dqm4hep/cmake -DDQMCore_DIR=/path/to/DQMCore/ [-DOPTIONS=...] ..
make install
where OPTIONS can be :
- INSTALL_DOC [ON/OFF] to install doxygen code documentation (default is OFF)
- DQMNET_WEBSOCKETS [ON/OFF] to build websocket interface (default is OFF)
- DIM_GUI [ON/OFF] to build dim GUI (default is OFF)
- DIM_EXAMPLES [ON/OFF] to build dim examples (default id OFF)
- DIM_32BIT [ON/OFF] to build DIM 32 bit support (default is OFF)
The web interface is a separate process that subscribe to service, send command and requests to dqm servers and forward the reponses via websockets. This enable to connect to dqm servers through this process by using web languages such as javascript or php.
A javascript client is provided to directly connect to this dqm servers.
Please, set the DQMNET_WEBSOCKETS option to ON to enable this feature.
You can send emails to dqm4hep@gmail.com or use the github issues interface