Plugins and tools for SDHCAL
To compile with iLCSoft:
- source standard init_ilcsoft.sh script
- Clone the repository
- cd SDHCALContent; mkdir build; cd build
- cmake -C ${ILCSOFT}/ILCSoft.cmake -DPANDORA_MONITORING=ON ..
- make install
To compile with key4hep:
- source key4hep
- Clone the SDHCALContent repository
- cd SDHCALContent; mkdir build; cd build
- cmake -DPANDORA_MONITORING=ON .. -Dpandora_cmake_path=${PANDORAPFA}/cmakemodules -DCMAKE_CXX_STANDARD=`root-config --cxxstandard`
- make install