Skip to content

SeoYJang/DRC_generic_forEIC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIC TB Simulation

Repository for GEANT4 simulation & analysis of BIC TB simulation.

How-to

Compile

After fetching the repository, do

cd install
source envset.sh
cd ../build
cmake -DCMAKE_INSTALL_PREFIX=<path_to_install_directory> ..
make -j4 install

Analysis

./bin/analysis <path_to_root_files> <low_edge_of_hist> <high_edge>

e.g.)

./bin/analysis /home/USER/20GeV_ele_data 0 20

About

BIC TestBeam Simulation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.7%
  • Shell 9.2%
  • CMake 5.1%