Tags give the ability to mark specific points in history as being important
-
1.4
Release: v1.4fe6699c9 · ·v1.4 Includes (tested) support for new GANIL VTC module interface to BEAST/GTS/SMART
-
1.3
27ca34ec · ·Release 1.3 [1/10/2024] * mesytec_data::event::is_scaler_event() returns true if event ONLY contains MVLC scaler data and no data from other Mesytec modules * bug fix in ROOT TTree interface: the only unsigned values handled by TTreeReaderValue (at least in the context of array indexes) are uint32_t, therefore 'n_hits' has been changed from uint8_t to uin32_t for all modules * uses updated version of FindZeroMQ.cmake * Narval actor project zmq-receiver moved to https://gitlab.in2p3.fr/ganil/zmq-receiver * updated mesytec-mvlc submodule to latest tip of 'main'
-
1.2
49c1429a · ·Release 1.2 Improvements to mesytec_receiver_mfm_transmitter: * no required arguments, all arguments have default values * any names for crate map and MVME export files can be used * improved formatting of output (colour!)
-
-
1.1
e963892a · ·Release 1.1 * major improvement to mesytec_receiver_mfm_transmitter which now uses buffers for transmitting data (instead of sending each frame individually), plus a timeout to make sure data does not stay 'trapped' in the transmitter if Mesytec DAQ stops sending data
-
1.0.4
adc7e925 · ·Release 1.0.4 Includes Florian Lueke's mesytec-mvlc library as a git submodule. If required, i.e. by configuring the cmake build with `-DENABLE_RECEIVER_TRANSMITTER`, the code will be cloned from github and compiled, enabling the mesytec_receiver_mfm_transmitter to be built By default, mesytec-mvlc is neither downloaded nor built
-
-
1.0.2
7d60a764 · ·v1.0.2 - uses external CMakeListsUtilities module to avoid copy-paste in CMakeLists.txt
-
1.0.1
50105e65 · ·what's new in v1.0.1: - mesytec_data can be used as a subproject ("add_subdirectory(mesytec_data)") - uses new FindPackageAddDependency cmake function to handle dependencies required for other projects to use installed version -