Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low-Q2 Charge Sharing #1763

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
7 changes: 7 additions & 0 deletions make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
#source /scratch2/DD4hep/build/thisdd4hep.sh
#cmake -B build -S . -DCMAKE_INSTALL_PREFIX=$ATHENA_PREFIX -DCMAKE_CXX_STANDARD=17

#cmake -B build -S . #-DCMAKE_INSTALL_PREFIX=/home/simong/EIC/epic/install
cmake --build build -j8
cmake --install build
182 changes: 0 additions & 182 deletions src/algorithms/digi/LGADChargeSharing.cc

This file was deleted.

58 changes: 0 additions & 58 deletions src/algorithms/digi/LGADChargeSharing.h

This file was deleted.

Loading
Loading