Models for GEANT-4
Repository contains different GEANT-4 models, which use SteppingAction class to get detector response. These are:
- PRO - big TPC equiped with MWPC\CSC;
- EPS - some studies forbig TPC equiped with MWPC\CSC;
- CSC - prototipe of the CSC;
- TPC - TPC prototype (ACTAF);
- Sr99TEST - test of radiational damage of MWPC for CMS with the Sr-99 beta source.
mkdir build ; cd build ;Type
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../Sr90TEST ;or
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../CSC ;
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../TPC ;
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.04.p02-install/lib/Geant4-10.4.2/ ../PRO ;
cmake -DGeant4_DIR=/home/user/Sim/geant4.10.06-install/lib/Geant4-10.6.0/ ../EPS ;To compile and run with the run.mac macro:
source Run_Geant.sh ;Logs will be in inLOG file.
See ./Data/ACTAF/HOW-TO.md