Add services main folder + histogram server binary w/o FairMQ
Runs and pop the server but: - Input interface not defined! Something need to be invented to replace FairMQ - Commands do not work as the static boolean accessed by CLING do not seem to be share to the main threads (worked in FairTask world) - Due to this, no mechanism to stop the main loop apart from Ctrl+C - Not tested with histos, neither with canvases
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- services/CMakeLists.txt 1 addition, 0 deletionsservices/CMakeLists.txt
- services/histserv/CMakeLists.txt 2 additions, 0 deletionsservices/histserv/CMakeLists.txt
- services/histserv/app/Application.cxx 585 additions, 0 deletionsservices/histserv/app/Application.cxx
- services/histserv/app/Application.h 94 additions, 0 deletionsservices/histserv/app/Application.h
- services/histserv/app/CMakeLists.txt 43 additions, 0 deletionsservices/histserv/app/CMakeLists.txt
- services/histserv/app/ProgramOptions.cxx 69 additions, 0 deletionsservices/histserv/app/ProgramOptions.cxx
- services/histserv/app/ProgramOptions.h 63 additions, 0 deletionsservices/histserv/app/ProgramOptions.h
- services/histserv/app/main.cxx 26 additions, 0 deletionsservices/histserv/app/main.cxx
- services/histserv/lib/CMakeLists.txt 21 additions, 0 deletionsservices/histserv/lib/CMakeLists.txt
- services/histserv/lib/CbmServicesHistServLinkDef.h 11 additions, 0 deletionsservices/histserv/lib/CbmServicesHistServLinkDef.h
- services/histserv/lib/ui_callbacks.h 12 additions, 0 deletionsservices/histserv/lib/ui_callbacks.h
Loading
Please register or sign in to comment