/dual-readout_TB

Primary LanguageC++MIT LicenseMIT

dual-readout_TB

FWcore for TB data analysis

Dependencies

  • ROOT
  • python3
  • boost::python

Compile

source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh # on lxplus for dependencies
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install -j4

Environment setup

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path_to_install>/lib64 # or lib based on your architecture
export PYTHONPATH=$PYTHONPATH:<path_to_install>/lib64 # or lib based on your architecture