From 30fdf9a1cb53d29a9f8f3747ad46dd713be17c51 Mon Sep 17 00:00:00 2001 From: gwm17 Date: Wed, 22 Jun 2022 16:03:00 -0400 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e04cdc1..31b0bd8 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,6 @@ size (again center the peak on 0, the width of the peak becomes the fast window) Currently the pipeline supports declaring individual digitizer channels as scalers. These channels will be used a pure counting measures. To make a channel a scaler, put the CoMPASS formated name of the channel and board (check the given etc/ScalerFile.txt for an example) in a text file along with a parameter name for the scaler to be saved as. These files are then processed outside of the event building loop, which can greatly increase the computational speed. Future versions will include scaler rates as well. ## System Requirements -Requires ROOT version which supports CMake dictionary generation -Requires CMake > 3.16 for pch suport \ No newline at end of file +- Requires ROOT version which supports CMake dictionary generation +- Requires CMake > 3.16 +- This version is for data from CAEN CoMPASS > 2.0. Data from older CoMPASS versions are not compatible. \ No newline at end of file